本人linux小白,最近在学linux,想在windows共享文件夹,linux 可以直接访问到。
apt-get install samba
2.将windows上的文件夹设置为共享,却动linux与windows能够ping 通
mount -t cifs -o username=administrator //192.168.1.102/database /mnt
实际操作的时候,第3步挂载的时候总提示 database is write-protected,mounting read-only ,cannot mount。。。看网上有说让安装cifs-utils
但网上给的命令为 yum install cifs-utils ,我在 ubuntu 15下执行该命令时,始终提示
【there are no enabled repos. **Run "yum repolist all" to see the repos you have.You can enable repos with yum-config-manager --enable】
本文介绍如何通过Samba服务实现在Windows上设置共享文件夹,并让Linux系统能够直接访问这些共享资源。主要内容包括:安装Samba服务、配置Windows共享文件夹及Linux下挂载共享文件夹的具体步骤。
2579

被折叠的 条评论
为什么被折叠?



