04-14-2016, 09:28 PM
(04-13-2016, 04:09 AM)ricktonoli Wrote: I've hit a bit of a wall and looking for suggestions. I'm wanting to use my Pine as a headless server, so far it's working awesome, but I need it to connect to shares I have on a NAS, trying to use the standard cifs-utils mount method gives me this:
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
cifs-utils is already installed
It looks like there's no module support for cifs? If thats the case is there another method I could use to access the NAS drives? Any suggestions or am I missing something obvious here...
Check for cifs in /proc/filesystems. If it's not there, look for cifs.ko in the /lib/modules tree. You might have to do a
modprobe cifs
to load the driver.