1
Gemini PDA - Linux / Problem mounting NFS/CIFS
« on: June 29, 2018, 12:41:05 pm »Quote from: gemini_user
I've installed the Samba and NFS packages (samba, samba-common, smbfs, cifs-utils, nfs-common), but can't mount either shares.
Samba/CIFS gives me:Code: [Select]$ sudo mount -t cifs \\192.168.1.1\share /home/gemini/share
mount error: cifs filesystem not supported by the system
NFS gives me:Code: [Select]$ sudo mount -t nfs 192.168.1.1:/share /home/gemini/share
mount.nfs: No such device
Anyone any ideas what I'm doing wrong? Both Samba and NFS shares have been working from the same server on many other Linux/Windows devices around my house
Wtf, not good news for me. One option/workaround could be sshfs, but I still had no time to flash debian to test it...