PDA

View Full Version : mounting network drives?



mergoda
03-21-2004, 04:21 PM
how do you mount network drives?

arkaine23
03-23-2004, 08:43 PM
smbmount //hostname/sharename /mnt/point -o username=username_to_connect_as

Moskito
03-28-2004, 11:23 PM
read the friendly manual ;)
Ok, the answer belongs on what type of Network you use.
A UNIX network or a Windows Network or ...
Windows shares / drives use the smb protocol: smbmount ...
"UNIX shares" use normally nfs-shares:
mount -t nfs knuth.cwi.nl:/dir /localmountpoint -o rw

knuth.cwi.nl = remotehost
/dir = exported directory

hope this helps
:roll: