Mount windows share on Linux

mount -t cifs -o sec=ntlm,username=<share user>,password=<share password> //WIN_PC_IP/<share name> /mnt

Source

http://askubuntu.com/questions/491297/permanent-windows-share-mounting

https://access.redhat.com/solutions/448263

Without

sec=ntlm

It gives error below.

mount error(5): Input/output error
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

No comments:

Post a Comment

Please share your views and comments below.

Thank You.