I tried to use the network GUI but it keeps crashing whenever I try to mount a network drive. So my question is what commands can I use from the console to do this?
I need to mount \\lnr-st330\documents to /media/lnr-st330
assuming it's a windows volume you are trying to mount, have you got smb tools isntalled on your system ?
you could try something like mount -t smbfs -o <options> \\lnr-st330\documents /media/lnr-st330
options are comma seperated like username=bob,password=theman
etc etc
also check out the program called smbmount
That would work. You could also use:
Code:smbmount //windows/mount/point /mnt/local/mount rw,uid=<Windows User>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks