Thursday, July 16, 2009

mount windows network share on linux using cifs

below is the command i used to mount a windows network share on a centos linux system. this is work on any linux distro


> mount -t cifs //nas/share /mnt/point -o user=username,uid=some_user,gid=some_group,rw