Mounting a windows machine's shared folders in linux
Mounting a windows machine's shared folders in linux is done as below,
# mount -t smbfs -o username=usr[,password=pwd] //10.0.0.92/win_shared
/mnt/other_machine
where usr is a valid windows username, pwd is corresponding password,
win_shared is a shared folder in windows machine and
other_machine is a folder in linux machine.
No comments:
Post a Comment