Programmer's Blog

Programmer's reference

[Linux] Access sharefolder from Linux

$ sudo mount -t cifs //192.168.1.100/SharedFolder /mnt -o user=username

//make sure you have installed cifs-util

Leave a comment