挂载Windows共享路径
-
安装 nfs-utils
yum install nfs-utils -y
-
挂载路径
mount -t cifs -o username='Gwkang',password='passwd' //192.168.0.100/Work ~/work
安装 nfs-utils
yum install nfs-utils -y
挂载路径
mount -t cifs -o username='Gwkang',password='passwd' //192.168.0.100/Work ~/work