Wednesday, August 22, 2012

mount windows share from Ubuntu


Install

sudo apt-get install smbfs

Inspect

smbclient //test-https.blah.net/ipc$ -U id -Wdomain

mount

sudo mount -t cifs //remote_windows/share $ $HOME/windows -o user=uid,dom=office

No comments:

Post a Comment