Mount-Unmount-Object-Storage-on-Linux
-
The script mounts or unmounts object storage on Linux/Ubuntu OS directory.
-
Object storage by various cloud providers include:
-
Download or clone the following file, from this repo, into the current working directory (CWD) on the Linux/Ubuntu OS machine:
- Bash script - mount-unmount-object-storage.sh
-
Fill in relevant input variables (line 22-28 of the script) at the top of the script including:
- clean_system_confirm
- mount_storage_confirm
- unmount_storage_confirm
- mount_dir
- bucket_name
- provider_url
- credentials
-
Then set permssion on the script and run the script, assuming sudo access:
- set permission
sudo chmod u+x mount-unmount-object-storage.sh
- run
./mount-unmount-object-storage.sh
Copyright © 2015 - present. MongoExpUser
Licensed under the MIT license.