歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Unix知識 >> 關於Unix >> Solaris下mount Windows共享目錄

Solaris下mount Windows共享目錄

日期:2017/2/28 11:16:52   编辑:關於Unix


試圖mount共享文件夾dir1到/mnt
1, 執行下面命令
#mount servername:dir1 /mnt
提示沒有權限,命令失敗
2, 執行下面命令
#mount -o username=administrator password=password servername:dir1 /mnt
有如下提示,不過沒關系,繼續往下走第3步
Usage:
mount [-v | -p]
mount [-F FSType] [-V] [current_options] [-o specific_options]
{special | mount_point}
mount [-F FSType] [-V] [current_options] [-o specific_options]
special mount_point
mount -a [-F FSType ] [-V] [current_options] [-o specific_options]
[mount_point ...]
3, 執行下面命令
#mount servername:dir1 /mnt
mount成功。
Copyright © Linux教程網 All Rights Reserved