{"id":21884019,"url":"https://github.com/mongoexpuser/mount-unmount-object-storage-on-linux","last_synced_at":"2026-05-03T20:32:53.900Z","repository":{"id":134452855,"uuid":"586398171","full_name":"MongoExpUser/Mount-Unmount-Object-Storage-on-Linux","owner":"MongoExpUser","description":"Mount or unmount object storage on Linux/Ubuntu OS directory","archived":false,"fork":false,"pushed_at":"2024-01-11T00:29:47.000Z","size":72,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T18:55:43.048Z","etag":null,"topics":["bash","cloud-providers","linux","mount","object-storage","ubuntu","unmount"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MongoExpUser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-01-08T01:27:40.000Z","updated_at":"2023-12-20T21:27:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"3832313c-7cac-4c9a-97f9-b44b139a59ff","html_url":"https://github.com/MongoExpUser/Mount-Unmount-Object-Storage-on-Linux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MongoExpUser/Mount-Unmount-Object-Storage-on-Linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MongoExpUser%2FMount-Unmount-Object-Storage-on-Linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MongoExpUser%2FMount-Unmount-Object-Storage-on-Linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MongoExpUser%2FMount-Unmount-Object-Storage-on-Linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MongoExpUser%2FMount-Unmount-Object-Storage-on-Linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MongoExpUser","download_url":"https://codeload.github.com/MongoExpUser/Mount-Unmount-Object-Storage-on-Linux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MongoExpUser%2FMount-Unmount-Object-Storage-on-Linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32583949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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-providers","linux","mount","object-storage","ubuntu","unmount"],"created_at":"2024-11-28T10:11:54.165Z","updated_at":"2026-05-03T20:32:53.870Z","avatar_url":"https://github.com/MongoExpUser.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mount-Unmount-Object-Storage-on-Linux\n\n\n## Usage\n1) The script mounts or unmounts object storage on Linux/Ubuntu OS directory. \n\n2) Object storage by various cloud providers include: \u003cbr\u003e\n    - Amazon S3 (aws_s3) - https://aws.amazon.com/s3/ \u003cbr\u003e\n    - Linode Object Storage (linode_objs) - https://www.linode.com/products/object-storage/ \u003cbr\u003e\n    - Backblaze Cloud Storage (b2_cs) - https://www.backblaze.com/b2/cloud-storage.html \u003cbr\u003e\n    - Google Cloud Storage (gcp_cs) - https://cloud.google.com/storage\u003cbr\u003e\n    - Azure Blob Storage (azure_blbs - https://azure.microsoft.com/en-us/products/storage/blobs/ \u003cbr\u003e\n    - Oracle Object Storage (oci_objs) - https://www.oracle.com/cloud/storage/object-storage/\u003cbr\u003e\n    - Digital Ocean Spaces Object Storage (do_sobjs) - https://docs.digitalocean.com/products/spaces/ \u003cbr\u003e\n    - Vultr Object Storage (vul_objs) - https://www.vultr.com/pricing/#object-storage \u003cbr\u003e\n    - Scaleway Object Storage (scw_objs) - https://www.scaleway.com/en/object-storage/ \u003cbr\u003e\n    - OVH Object Storage (ovh_objs) - https://us.ovhcloud.com/public-cloud/object-storage/ \u003cbr\u003e\n    - Cloudflare R2 (clf_r2) - https://developers.cloudflare.com/r2/ \u003cbr\u003e\n    - etc. \u003cbr\u003e\n\n\n## TO run the Bash script\n\n1) #### Download or clone the following file, from this repo, into the current working directory (CWD) on the Linux/Ubuntu OS machine: \u003cbr\u003e\n   - Bash script - mount-unmount-object-storage.sh\u003cbr\u003e\n   \n2) #### Fill in relevant input variables (line 22-28 of the script) at the top of the script including: \u003cbr\u003e\n   - clean_system_confirm\n   - mount_storage_confirm\n   - unmount_storage_confirm\n   - mount_dir\n   - bucket_name\n   - provider_url\n   - credentials\n\n4) #### Then set permssion on the script and run the script, assuming sudo access: \u003cbr\u003e\n   - set permission \u003cbr\u003e\n   sudo chmod u+x mount-unmount-object-storage.sh    \n   - run \u003cbr\u003e\n   ./mount-unmount-object-storage.sh\n\n\n# License\n\nCopyright © 2015 - present. MongoExpUser\n\nLicensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongoexpuser%2Fmount-unmount-object-storage-on-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmongoexpuser%2Fmount-unmount-object-storage-on-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongoexpuser%2Fmount-unmount-object-storage-on-linux/lists"}