Table of Contents
rclone - Fatal error: failed to mount FUSE fs
Error info
2022/05/10 04:07:15 mount helper error: fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf
2022/05/10 04:07:15 Fatal error: failed to mount FUSE fs: fusermount: exit status 1
Fix rclone - Fatal error: failed to mount FUSE fs
Remove
--allow-other
option
# Origin
rclone mount ssh_dcsrv:/work/DEV/longdt/Server_Backup/ /gdrive/ --allow-other --allow-non-empty
# Become
rclone mount ssh_dcsrv:/work/DEV/longdt/Server_Backup/ /gdrive/ --allow-non-empty