D.J. Lactose Productions

Mount a windows share in Linux

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>

Exit mobile version