On Sun, 07 Jan 2018 20:01:18 +0200 Angelo Moreschini wrote: > I set OPTIONS="-v" in /etc/sysconfig/autofs: > I restart the autofs service > and after tried again to look for the mounted partition: > [angelo_dev@localhost ~]$ ls /srv/BKx_programming > ls: cannot access /srv/BKx_programming: *No such file or directory* > *---- still noting to do ....* > *also the output of journalclt is still null.. *: This is abnormal. You should see: systemd[1]: Starting Automounts filesystems on demand... automount[...]: Starting automounter version .., master map /etc/auto.master ... > [angelo_dev@localhost ~]$ journalctl --since 19:57:00 -u autofs.service > *-- Logs begin at Thu 2016-12-29 08:03:30 IST, end at Sun 2018-01-07 > 19:57:31 IST. --* You are running journalctl as you. Except if your are in the wheel group (or some other ones) you will not see the system journal. What gives the following commands: sudo journalctl --since 19:57:00 -u autofs.service ps auxw | grep automount systemctl cat autofs.service mount -v | grep /media mount -v | grep BK You should also manually umount every BK directories under /media: sudo umount /srv/BKx_data-personal sudo umount /srv/BKx_programming sudo umount /srv/BKx_data-common -- francis _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx