04-14-2016, 10:32 PM
(04-14-2016, 09:28 PM)patrickhwood Wrote:(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.
modprobe cifs returns
modprobe: FATAL: Module cifs not found in directory /lib/modules/3.10.65-4-pine64-longsleep
/proc/filesystems has no entry for cifs
cannot find any reference to cifs.ko in /lib/modules tree (which modprobe pointed out)
I'd love to get this to work, that said I've solved the problem in another way, using sshfs and mounting the drives directly from the NAS (turns out it's running a flavor of Linux and I can ssh into it), not via their shares. Still.. no way to mount windows shares?