我在/ 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”文件是什么,我该如何查看它?最重要的是,如何安装驱动器?
@ eyoung100这是正确的行吗?
—
Alois Mahdal 2014年
dev-disk-by\x2dlabel-zeno.device loaded active plugged /dev/disk/by-label/zeno
@don_crissti fstab中没有欺骗。daemon-reload可以帮助您将其发布为答案(也许有一些简短的解释)?
—
Alois Mahdal 2014年
systemctl --all
Warning 的输出将是很长,但是我们正在寻找mnt-zeno.mount所依赖的服务。