Mount a windows share in Linux
avatar

Here is how you can mount a windows share in Linux.

mount -t cifs //<host>/<share name> /mnt/cifs -o username=<share user>,password=<share password>,domain=<share domain>

This entry was posted in Linux. Bookmark the permalink.

Leave a Reply