CyberTek - the future at the present!
Google

Archive for the 'samba' Category

How to mount Windows share in Linux

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:

  1. Create the directory for the mountpoint: mkdir / mnt / <name-of-mount-point>
  2. 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.
  3. Finally, if you want you can create a symbolic link to the drive: ln-s / mnt / <name-of-mount-point> / <path-of-symlink>

Published in: linux , samba , shell , tips
Powered by Cybertek - Remote Assistance