Mount /dev/fuse not found

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

Sounds like fuse isn’t installed properly in the jail if it is missing /dev/fuse.

Does rclone work outside the jail?

rclone mount works like a charm on my Linux box on my Freenas 9.10 however I cannot seem to get fuse to work anywhere it is installed but it is or only installs Fusefs-s3
I read that there are issues with Freenas and fuseFS ?

at any rate I gave up on Freenas for rclone and went back to my Linux box for access . I had wanted to make a Jail with rclone so that I could push backups from the server directly .

rclone jail
/usr/ports/sysutils/fusefs-
fusefs-afuse/ fusefs-exfat/ fusefs-gitfs/ fusefs-ifuse/ fusefs-mp3fs/ fusefs-simple-mtpfs/ fusefs-unionfs/
fusefs-chironfs/ fusefs-ext4fuse/ fusefs-gnome-vfs/ fusefs-kmod/ fusefs-ntfs/ fusefs-smbnetfs/ fusefs-wdfs/
fusefs-cryptofs/ fusefs-funionfs/ fusefs-gstfs/ fusefs-libs/ fusefs-pod/ fusefs-sqlfs/ fusefs-wikipediafs/
fusefs-curlftpfs/ fusefs-fusepak/ fusefs-gunzip/ fusefs-lkl/ fusefs-rar2fs/ fusefs-squashfuse/ fusefs-zip/
fusefs-encfs/ fusefs-fusexmp_fh/ fusefs-httpfs/ fusefs-mhddfs/ fusefs-s3fs/ fusefs-sshfs/
root@Rclone_BACKUP:/ # cd /usr/ports/sysutils/fusefs

no /dev/fuse

rclone mount -v ACD:/ /mnt/00-Freenas/
2017/03/04 20:00:30 rclone: Version “v1.35” starting with parameters [“rclone” “mount” “-v” “ACD:/” “/mnt/00-Freenas/”]
2017/03/04 20:00:32 Encrypted amazon drive root ‘00-Freenas’: Modify window not supported
2017/03/04 20:00:32 Encrypted amazon drive root ‘00-Freenas’: Mounting on “/mnt/00-Freenas/”
2017/03/04 20:00:32 Fatal error: failed to mount FUSE fs: open /dev/fuse: no such file or directory

Hey guys

can someone give me a walkthrough on installing FuseFS on Freenas so I can use Plex locally to my freenas box .
I have search online found a few howtos but I can still not mount a rclone on freenas Jail or freenas root .

I get that something is missing in the jail . I will assume I need to manually install fuse dev .

I have this all working on my Linux box just fine . thoughts or recommendations would be great