/ etc / fstab에 다음 줄이 있습니다.
UUID=E0FD-F7F5 /mnt/zeno vfat noauto,utf8,user,rw,uid=1000,gid=1000,fmask=0113,dmask=0002 0 0
파티션은 gnome-disks
각각의 사용자에 의해 새로 만들어지며 전체 카드에 걸쳐 있습니다.
이제 : 실행 mount /mnt/zeno
사용자 (1000) 성공하지만 바로 내가 실제로 있다고 알아 그 이후로 하지 다음은 : 마운트 umount /mnt/zeno
실패와 umount: /mnt/zeno: not mounted
. 보고 할 때 journalctl -f
, 나는 장착 할 때 메시지가 표시 다음을 참조 할 수 있습니다 :
[...] kernel: SELinux: initialized (dev mmcblk0p1, type vfat), uses genfs_contexts
[...] systemd[1]: Unit mnt-zeno.mount is bound to inactive service. Stopping, too.
[...] systemd[1]: Unmounting /mnt/zeno...
[...] systemd[1]: Unmounted /mnt/zeno.
따라서 systemd는 실제로 드라이브 마운트를 해제하는 것처럼 보이지만 그 이유를 알 수는 없습니다. 사용자 지정 ".mount"파일을 만드는 것을 기억하지 않습니다. / etc / systemd 및 홈 폴더에서 무언가를 찾으려고했지만 아무것도 찾지 못했습니다.
이 "mnt-zeno.mount"파일은 무엇이며 어떻게 검토 할 수 있습니까? 가장 중요한 것은 어떻게 드라이브를 마운트 할 수 있습니까?
dev-disk-by\x2dlabel-zeno.device loaded active plugged /dev/disk/by-label/zeno
systemctl --all
Warning 의 결과는 길지만 mnt-zeno.mount가 의존하는 서비스를 찾고 있습니다.