All-purpose tips
From OESF
1. Mount a Ms-Windows share
a) install smbfs :
apt-get install smbfs
b) mkdir /mnt/win
c) mount the share :
smbmount //ms_machine/share_name /mnt/win
d) some informations about the machine :
smblient -L ms_machine
e) mount with a password :
smbmount //ms_machine/share /mnt/dir -o username=_username_,password=_password_
Click to get back to Debian main page Debian/Zaurus

