Friday, January 28, 2011

Mount Windows shares like normal drives in Linux

to have access to Windows shares and mount them like normal drives in Linux, use the smbmountcommand:

1
    smbmount “\\\\WINDOWS\\c” -c ‘mount /mount/Windows’ -I 192.168.0.3    

where “\\\\WINDOWS\\c” is the name of the share and /mount/Windows is the destination point. You need theSamba package installed for this as it contains the smbmount command.

No comments:

Post a Comment