I have Rclone working but cannot figure out why mount doesn’t work .
Freenas/ clean jail .
root@Rclone_BACKUP:/ # rclone mount --max-read-ahead 200M --transfers 20 --checkers 40 --verbose --read-only --debug-fuse --allow-other ACD:/00-Freenas /mnt/00-Freenas/
2017/02/25 22:12:58 rclone: Version “v1.35” starting with parameters [“rclone” “mount” “–max-read-ahead” “200M” “–transfers” “20” “–checkers” “40” “–verbose” “–read-only” “–debug-fuse” “–allow-other” “ACD:/00-Freenas” “/mnt/00-Freenas/”]
2017/02/25 22:13:00 Encrypted amazon drive root ‘00-Freenas/vf31vkbm42ssr1cg3j23pfrfq0’: Modify window not supported
2017/02/25 22:13:00 Encrypted amazon drive root ‘00-Freenas/vf31vkbm42ssr1cg3j23pfrfq0’: Mounting on “/mnt/00-Freenas/”
2017/02/25 22:13:00 Fatal error: failed to mount FUSE fs: open /dev/fuse: no such file or directory
root@Rclone_BACKUP:/ # rclone mount --max-read-ahead 200M --transfers 20 --checkers 40 --verbose --read-only --debug-fuse --allow-other ACD:/ /mnt/00-Freenas/
2017/02/25 22:13:44 rclone: Version “v1.35” starting with parameters [“rclone” “mount” “–max-read-ahead” “200M” “–transfers” “20” “–checkers” “40” “–verbose” “–read-only” “–debug-fuse” “–allow-other” “ACD:/” “/mnt/00-Freenas/”]
2017/02/25 22:13:46 Encrypted amazon drive root ‘00-Freenas’: Modify window not supported
2017/02/25 22:13:46 Encrypted amazon drive root ‘00-Freenas’: Mounting on “/mnt/00-Freenas/”
2017/02/25 22:13:46 Fatal error: failed to mount FUSE fs: open /dev/fuse: no such file or directory
root@Rclone_BACKUP:/ # rclone mount --max-read-ahead 200M --transfers 20 --checkers 40 --verbose --read-only --debug-fuse --allow-other AmazonDrive:/ /mnt/00-Freenas/
2017/02/25 22:13:56 rclone: Version “v1.35” starting with parameters [“rclone” “mount” “–max-read-ahead” “200M” “–transfers” “20” “–checkers” “40” “–verbose” “–read-only” “–debug-fuse” “–allow-other” “AmazonDrive:/” “/mnt/00-Freenas/”]
2017/02/25 22:13:57 amazon drive root ‘’: Modify window not supported
2017/02/25 22:13:57 amazon drive root ‘’: Mounting on “/mnt/00-Freenas/”
2017/02/25 22:13:57 Fatal error: failed to mount FUSE fs: open /dev/fuse: no such file or directory