-
-
Notifications
You must be signed in to change notification settings - Fork 11
Install
Max Kowalski edited this page May 8, 2020
·
4 revisions
PLEASE NOTE Master branch supports stable rclone, to use services requiring the newer beta flags such as sarotate use sarotate-rclonebeta
branch.
Clone the repository.
git clone https://github.com/maximuskowalski/smount.git
cd smount
Edit or create your set file - see sets for example.
Config rclone so all mount points are authorised and named. You can generate an rclone compatible text file if required using the included rgen.sh tool.
Edit mountup.sh
to include your variables. You will need to add your USER and GROUP. If you wish to place your set directory elsewhere you can add the path too.
USER=max #user name goes here
GROUP=max #group name goes here
SET_DIR=./smount/sets
Edit permisions for mountup.sh
chmod +x mountup.sh
Run the file with a referenced setfile, eg:-
./mountup.sh set.mount
Wait a few mins and your vfs mounts will be populated at /mnt/sharedrives/
You can then edit your mergerfs / unionfs set up if needed.