Here is just a quick one liner I use to mount my Linksys Nslu2 from Ubuntu when I need to....
sudo mount -t cifs -0 username=scott,uid=scott "//192.168.1.77/DISK 1" /media/nslu
or you can add the following line to /etc/fstab to mount it upon boot...
//192.168.1.77/DISK\0401 /media/nslu cifs username\scott,password=scott,uid=scott 0 0
I hope someone finds it useful.
No comments:
Post a Comment