当前位置: 首页 > Linux

linux挂载windows共享文件夹

时间:2023-04-06 23:07:31 Linux

创建文件夹$mkdir-p/mnt/share安装依赖$yuminstallcifs-utils修改/etc/fstab文件,最后添加文件://192.168。16.32/serverapp/mnt/sharecifsdefaults00执行命令mount-tcifs-ousername='administrator',password='**'//192.168.16.32/serverapp/mnt/share