Posted by: admin (Apr 19)
To view the active sharing of advice do before this command:
smbclient-L-U <windows-box> <username>
After we proceed to map the condivisionewindows in our linux box in Segun way:
- Create the directory for the mountpoint: mkdir / mnt / <name-of-mount-point>
- Mount the windows share share:
mount-t cifs-o username = <username>, password = <password> / / <win-box> / <share> / mnt / <name-of-mountpoint>
Note: The syntax-<username> username =, password = <password> Saves the password. - Finally, if you want you can create a symbolic link to the drive: ln-s / mnt / <name-of-mount-point> / <path-of-symlink>
0 Comments



































