~/mnt/porco
FAT32 USB 디스크를 로 마운트한 mount -o umask=022,uid=1000,gid=1000 /dev/sdj2 mnt/porco
다음 umount ~/mnt/porco
및 로 마운트 해제했습니다 umount -lf ~/mnt/porco
. umount
오류 없이 완료되지만 물리 디스크 연결을 끊더라도 를 실행할 때 마운트 지점 목록에 계속 남아 있습니다 mount
. 다른 곳에서는 나타나지 않지만 이 작업을 반복하면 같은 지점에 존재하지 않는 장치가 많이 마운트됩니다.
/dev/sdj2 on /home/filip/mnt/porco type vfat (rw,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/dev/sdk2 on /home/filip/mnt/porco type vfat (rw,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/dev/sdk2 on /home/filip/mnt/porco type vfat (rw,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/dev/sdl2 on /home/filip/mnt/porco type vfat (rw,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/dev/sdm2 on /home/filip/mnt/porco type vfat (rw,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/dev/sdn2 on /home/filip/mnt/porco type vfat (rw,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
이 문제를 제거할 수 있는 유일한 방법은 컴퓨터를 다시 시작하는 것입니다. 이 항목을 삭제할 수 있는 방법이 있나요? 디렉토리에 다른 디스크를 마운트할 수 있는데 디스크가 손상된 것 같지 않습니다. 방금 마운트 지점을 기반으로 장치를 가져오고 이전에 마운트되었기 때문에 존재하지 않는 장치를 가리키는 프로그램을 사용했습니다.