mcgoverg wrote: > Hi, > > Im having trouble getting a cifs mount to work in Ubuntu. > Ive followed the wiki here > http://wiki.slimdevices.com/index.php/DebianPackage#installing_7.9.2 to > install and launch Logitechmediaserver server and I ca connect to that > with no problem. > > My music directory is on a qnap nas and that is currently the path I use > with PiCoreserver on a cifs mount so I know that the directory is > available and reachable. > > The command Im using in Ubuntu is > > //192.168.1.110/Multimedia /mnt/NAS cifs user=xxxx password=yyyyy, 0 0 > > What I get back is > Bash: //192.168.1.110/Multimedia : no such file or directory > > > As I say Im using the exact same file system for PiCore so what am I > getting wrong? > > Thanks
That looks like the mount parameters that you'd normally have in the /etc/fstab file, so that the mount happens automatically during system boot. You need to convert it into an actual invocation of the mount command, with the correct parameters. ------------------------------------------------------------------------ tw99's Profile: http://forums.slimdevices.com/member.php?userid=51684 View this thread: http://forums.slimdevices.com/showthread.php?t=112556
_______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
