autofs error: "The folder contents could not be displayed." When mounting ReadyNas folder.
by nibbles0522 from LinuxQuestions.org on (#56584)
Hi all,
I'm running Linux Mint 20 Cinnamon and am trying to set up an autofs & sshfs link with a ReadyNas RN104, but am getting the error: "The folder contents could not be displayed. 'rn01' could not be found. Perhaps it has recently been deleted"
I have successfully mounted the directory via sshfs using: sshfs paul@192.168.1.188:/home/paul/ /home/paul/mnt/temp and have used the following auto.sshfs config file entry: "rn01 -fstype=fuse,rw,nodev,nonempty,noatime,allow_other,max_read=65536,IdentityFile=/home/paul/.ssh/id_rsa :sshfs\#paul@192.168.1.188\:/home/paul/" which is pointed at /home/paul/mnt/sshfs/ by auto.master.
I get the same error whether accessing the folder with my userID or root.
I have 2 other mounts which are successfully working to my Raspberry Pi using the same parameters, e.g: "backups -fstype=fuse,rw,nodev,nonempty,noatime,allow_other,max_read=65536,IdentityFile=/home/paul/.ssh/id_rsa :sshfs\#pauln@192.168.1.168\:/mnt/extRAID/backups/paul-desktop/"
Any help will be appreciated.


I'm running Linux Mint 20 Cinnamon and am trying to set up an autofs & sshfs link with a ReadyNas RN104, but am getting the error: "The folder contents could not be displayed. 'rn01' could not be found. Perhaps it has recently been deleted"
I have successfully mounted the directory via sshfs using: sshfs paul@192.168.1.188:/home/paul/ /home/paul/mnt/temp and have used the following auto.sshfs config file entry: "rn01 -fstype=fuse,rw,nodev,nonempty,noatime,allow_other,max_read=65536,IdentityFile=/home/paul/.ssh/id_rsa :sshfs\#paul@192.168.1.188\:/home/paul/" which is pointed at /home/paul/mnt/sshfs/ by auto.master.
I get the same error whether accessing the folder with my userID or root.
I have 2 other mounts which are successfully working to my Raspberry Pi using the same parameters, e.g: "backups -fstype=fuse,rw,nodev,nonempty,noatime,allow_other,max_read=65536,IdentityFile=/home/paul/.ssh/id_rsa :sshfs\#pauln@192.168.1.168\:/mnt/extRAID/backups/paul-desktop/"
Any help will be appreciated.