7/18/2009

Mount a remote windows partition under Linux

#Use the mount command to mount windows network share on Linux 
$mount -t cifs //win-share-hostname/share /mnt/win -o username=user
 
or
$mount -t cifs //win-share-hostname/share /mnt/win -o username="hostname\user" 
 
#Use the mount command to mount windows network share on windows domain
$mount -t cifs //win-share-hostname/share /mnt/win -o username=user,password=passwd,domain=xxx

沒有留言: