curlftpfs mount disagrees with the fstab
- by KayakJim
I am working with curlftpfs to mount a remote FTP directory locally in Kubuntu 12.04 64-bit.
I have the following entry in my /etc/fstab:
curlftpfs#ftp_user:ftp_password@ftp_server /mnt/nimh fuse ro,noexec,nosuid,nodev,noauto,user,allow_other,uid=1000,gid=1000 0 0
I have created the directory in /mnt with the following:
|-> ll /mnt
total…