Thursday, November 5, 2015

How to mount Windows Drive on Linux

Reference: https://access.redhat.com/solutions/448263
mount -t cifs -o username=administrator,password=<password> //servername/<your windows share> /mnt

mount -t cifs -o username=administrator,password=<password> //servername/c$ /mnt

No comments:

Post a Comment