可以正常运行后挂载要挂载的盘
再去试试共享一个文件夹试试有没有提示权限方面的提示?没有了是吗。不过可能会有这样的提示。
“net usershare”返回错误 255:net usershare add: cannot share path /media/M_hM_5M__DM_fM__VM__Y/录像 as we are restricted to only sharing directories we own.
Ask the administrator to add the line “usershare owner only = false”
to the [global] section of the smb.conf to allow this.
可以sudo vim /etc/samba/smb.conf 把”usershare owner only = false” 加到usershare allow guests = yes 之后
好了,保存退出后,重启smbd “sudo restart smbd”
至此,你就可以利于ubuntu把你原因存在NTFS内的文件再次共享出去了。由于ntfs-config是启动的时候,自动挂载NTFS分区的,所以你再也不用双击某个NTFS分区手动挂载了。