That gives an invalid path error, but if I use the ip of the router
itself I get the dir output.
Okay. One problem solved. Thank you.
I am still unsure of the other settings. This works from my linux
laptop:
Code:
--------------------
sudo mount -v -t cifs -o vers=1.0 //192.168.0.1/R_Drive /mnt/samba
--------------------
but when I do it from a ssh session on the RPi, I get
Code:
--------------------
mount: /mnt/media: bad option; for several filesystems (e.g. nfs, cifs)
you might need a /sbin/mount.<type> helper program.
--------------------
However, if I look at `dmesg`, I see
Code:
--------------------
[24471.862429] CIFS: Attempting to mount //192.168.0.1/R_Drive
[24471.862475] CIFS VFS: No username specified
--------------------
but issuing the command,
Code:
--------------------
sudo mount -v -t cifs -o vers=1.0,usenamer=guest //192.168.0.1/R_Drive
/mnt/media
--------------------
gives the same error at the terminal and in dmesg.
I'm assuming there's a cifs module that needs to be loaded, but what
should the username be?
Any further help would be appreciated.
------------------------------------------------------------------------
audiomike's Profile: http://forums.slimdevices.com/member.php?userid=67968
View this thread: http://forums.slimdevices.com/showthread.php?t=112996
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix