#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
沒有留言:
發佈留言