J'essaie de monter un disque NTFS avec un autofs
règle.
voici le fichier esclave:
# cat /etc/autofs/auto.windows
# automount second disk which contains windows data
/windows -fstype=ntfs-3g,uid=n0t,gid=n0t,nofail,users :/dev/sdb2
et la ligne concernant dans auto.master
:
# cat /etc/autofs/auto.master
[...]
/- /etc/autofs/auto.windows
[...]
je suis entrain de courir Archlinux
et voici ce que je reçois systemd
:
Aug 30 15:47:51 n0tlocal systemd[1]: Stopping Automounts filesystems on demand...
-- Subject: Unit autofs.service has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit autofs.service has begun shutting down.
Aug 30 15:47:52 n0tlocal systemd[1]: Starting Automounts filesystems on demand...
-- Subject: Unit autofs.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit autofs.service has begun starting up.
Aug 30 15:47:52 n0tlocal automount[2359]: do_umount_autofs_direct: couldn't get ioctl fd for direct mount /windows
-- Subject: Unit autofs.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit autofs.service has finished starting up.
--
-- The start-up result is done.
Cependant, lorsque je l'essaie manuellement, j'exécute cette commande:
# mount -t ntfs-3g /dev/sdb2 /mnt
J'ai un système de fichiers bien fonctionner.
automount -dvf