U盘生成两个挂载位置
发表于 : 2021-08-20 9:24
系统环境:Ubuntu18.04 aarch64 英伟达Tx2的开发板
Fat32和exFat的U盘会有两个挂载位置,/media/mc/udisk和/media/9CCD-587F
看了系统日志,有下面两条记录:
(1)
udisksd[4481]: Mounted /dev/sdb1 at /media/mc/udisk on behalf of uid 1000
(2)
systemd[1]: Started File System Check on /dev/sdb1.
systemd[1]: Mounting /media/9CCD-587F...
systemd[1]: Mounted /media/9CCD-587F
然后NTFS格式的U盘只有一个挂载位置,看日志也挂载了2次,其中1次失败了
udisksd挂载成功了,
挂载失败的如下:
mount[9696]:Mount is denied because the NTFS volume is already exclusively opened.
mount[9696]:The volume may be already mounted, or another software may use it which could be identified for example by the help of the 'fuser' command.
systemd[1]:media-685C5CBA5C5C84AA.mount: Mount process exited, code=exited status=16
systemd[1]:media-685C5CBA5C5C84AA.mount: Failed width result 'exit-code'.
systemd[1]:Failed to mount /media/685C5CBA5C5C84AA
请问下各位大佬这是什么问题,如何修复?
Fat32和exFat的U盘会有两个挂载位置,/media/mc/udisk和/media/9CCD-587F
看了系统日志,有下面两条记录:
(1)
udisksd[4481]: Mounted /dev/sdb1 at /media/mc/udisk on behalf of uid 1000
(2)
systemd[1]: Started File System Check on /dev/sdb1.
systemd[1]: Mounting /media/9CCD-587F...
systemd[1]: Mounted /media/9CCD-587F
然后NTFS格式的U盘只有一个挂载位置,看日志也挂载了2次,其中1次失败了
udisksd挂载成功了,
挂载失败的如下:
mount[9696]:Mount is denied because the NTFS volume is already exclusively opened.
mount[9696]:The volume may be already mounted, or another software may use it which could be identified for example by the help of the 'fuser' command.
systemd[1]:media-685C5CBA5C5C84AA.mount: Mount process exited, code=exited status=16
systemd[1]:media-685C5CBA5C5C84AA.mount: Failed width result 'exit-code'.
systemd[1]:Failed to mount /media/685C5CBA5C5C84AA
请问下各位大佬这是什么问题,如何修复?