25Jan/080
Easy as one, two, …… no wait just one
Ok to access a shared drive or folder, shared from a windows computer at least, just use the following command line:
smbmount //192.168.0.***/DPF /mnt/zip user="username" password="pswd"
Thats it. Username and password are your windows login info, if you don't have any don't use those options. Sometimes it will ask for your password twice.
The 192.168.0.*** is the IP of the windows computer the /DPF is the shared folder name
The /mnt/zip is just an available mount point I already had setup.