Mount Windows Shares from Linux
Lists Shares
smbclient –U %USERNAME% –L %SERVER%
Command | |
get | Get Files from the Remote Machine |
put | Put Files on the Remote Machine |
Mount Shares
Create a Mount directory and connect to it
mkdir %SHARENAME%
mount –t smbfs –o username=%USERNAME%,password=%PASSWORD% //%SHARENAME% %MOUNTDIRECTORY%
admin on November 11th 2010 in Linux