Ubuntu 下访问 Windows 网络共享文件夹的方法
例如,我现在想在 Ubuntu 上访问 Windows 系统上的 zhongwei 这个共享目录。
?
1. 安装 smbfs 这个包。
?
2. 在 /mnt 目录下新建一个 tmp 目录。
?
3. 执行
sudo smbmount //10.20.224.102/zhongwei /mnt/tmp
?
就可以了。
发布时间: 2012-07-26 12:01:08 作者: rapoo
Ubuntu 下访问 Windows 网络共享文件夹的方法
例如,我现在想在 Ubuntu 上访问 Windows 系统上的 zhongwei 这个共享目录。
?
1. 安装 smbfs 这个包。
?
2. 在 /mnt 目录下新建一个 tmp 目录。
?
3. 执行
sudo smbmount //10.20.224.102/zhongwei /mnt/tmp
?
就可以了。