We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好。 我在用mount命令挂载优盘后,点击文件管理器的右键菜单中的弹出,没有响应,无法弹出U盘。左侧列表中可以弹出。如果是系统自动挂载的U盘,是可以弹出的。 这个地方不能弹出: 这个地方可以:
mount命令是 mount -w -o rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2 /dev/sdb4 /media/xxx/u
The text was updated successfully, but these errors were encountered:
不推荐手动mount,手动用的是sudo,文件管理器应该是类似udisksctl的用户空间挂载,可能会有一个权限的差异,具体原因我也不清楚,我先报给开发
Sorry, something went wrong.
好的,谢谢回复。我去尝试下udisksctl
我换成 udisksctl mount -b /dev/sdb4 这样的命令,可以解决这个问题。谢谢!!!
No branches or pull requests
你好。
我在用mount命令挂载优盘后,点击文件管理器的右键菜单中的弹出,没有响应,无法弹出U盘。左侧列表中可以弹出。如果是系统自动挂载的U盘,是可以弹出的。
这个地方不能弹出:
这个地方可以:
mount命令是
mount -w -o rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2 /dev/sdb4 /media/xxx/u
The text was updated successfully, but these errors were encountered: