{"id":16840842,"url":"https://github.com/entonbiba/ovh-public-cloud-additional-drive-bash-script","last_synced_at":"2026-04-29T01:02:29.201Z","repository":{"id":77691972,"uuid":"75482793","full_name":"entonbiba/ovh-public-cloud-additional-drive-bash-script","owner":"entonbiba","description":"Partition and mount additional drive to an OVH public cloud vm server bash script.","archived":false,"fork":false,"pushed_at":"2017-10-05T02:44:48.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T09:18:35.528Z","etag":null,"topics":["bash","cloud-server","cloud-vm-server","driver","ovh","partition"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/entonbiba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-03T15:43:22.000Z","updated_at":"2022-05-19T14:33:40.000Z","dependencies_parsed_at":"2023-03-26T12:18:56.147Z","dependency_job_id":null,"html_url":"https://github.com/entonbiba/ovh-public-cloud-additional-drive-bash-script","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/entonbiba/ovh-public-cloud-additional-drive-bash-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entonbiba%2Fovh-public-cloud-additional-drive-bash-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entonbiba%2Fovh-public-cloud-additional-drive-bash-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entonbiba%2Fovh-public-cloud-additional-drive-bash-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entonbiba%2Fovh-public-cloud-additional-drive-bash-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/entonbiba","download_url":"https://codeload.github.com/entonbiba/ovh-public-cloud-additional-drive-bash-script/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entonbiba%2Fovh-public-cloud-additional-drive-bash-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","cloud-server","cloud-vm-server","driver","ovh","partition"],"created_at":"2024-10-13T12:38:18.359Z","updated_at":"2026-04-29T01:02:29.182Z","avatar_url":"https://github.com/entonbiba.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ovh-public-cloud-additional-drive-bash-script\nPartition and mount additional drive to an OVH public cloud vm server bash script.\n\n### Note:\nWe will be using an Ubuntu 16.04 OS Image and will have already installed \"wget\" with the following command:\n```Bash\nsudo apt-get update sudo apt-get install wget\n```\nThere are two types of additional disks that can be mounted on OVH Public Cloud servers.\n- \u003ca href=\"ovh_adpc_classic_disk.sh\"\u003eClassic disk (starts with the letter s)\u003c/a\u003e\n- \u003ca href=\"ovh_adpc_highperformance_disk.sh\"\u003eHigh Performance disk (starts with the letter v)\u003c/a\u003e\nThe third character of the drive name will alpha increment.\u003cbr/\u003e\nFor example if it's a high performance disk, the first additional drive will be called \"vdb\", the second \"vdc\", the third \"vdd\" and so on. \n\n\n\n### Step 1:\n- Create an additional drive from the ovh control panel\n- Attach the drive to a public cloud server\n- Connect via SSH into the server\n\n\n### Step 2:\n- Download the bash script from this repository to the public cloud server\n- Make the bash script executable\n\n#### Classic Disk\n```Bash\ncd /\nsudo wget https://raw.githubusercontent.com/entonbiba/ovh-public-cloud-additional-drive-bash-script/master/ovh_adpc_classic_disk.sh\nchmod +x ovh_adpc_classic_disk.sh\n```\n\n#### High Performance Disk\n```Bash\ncd /\nsudo wget https://raw.githubusercontent.com/entonbiba/ovh-public-cloud-additional-drive-bash-script/master/ovh_adpc_highperformance_disk.sh\nchmod +x ovh_adpc_highperformance_disk.sh\n```\n\n### Step 3:\n- Run the script\n\n#### Classic Disk\n```Bash\nsudo bash ovh_adpc_classic_disk.sh\n```\n\n#### High Performance Disk\n```Bash\nsudo bash ovh_adpc_highperformance_disk.sh\n```\n\n\n\n## Finished\nYou should now be able to use the additional drive from the mounted directory \"/mnt/disk\"\n\n\nLink: https://www.ovh.com/ca/en/cloud/instances/\n\nReference: https://www.ovh.com/ca/en/g1863.create_and_configure_an_additional_disk_on_an_instance\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentonbiba%2Fovh-public-cloud-additional-drive-bash-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fentonbiba%2Fovh-public-cloud-additional-drive-bash-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentonbiba%2Fovh-public-cloud-additional-drive-bash-script/lists"}