-----Mensaje original----- De: arch-general [mailto:arch-general-bounces@archlinux.org] En nombre de Daniel Wallace Enviado el: martes, 04 de septiembre de 2012 17:09 Para: General Discussion about Arch Linux Asunto: Re: [arch-general] Pacman and Systemd's automount
On Sep 4, 2012 11:04 AM, "Guillermo Leira" <gleira@gleira.com> wrote:
[...]
It seems that pacman tries to access or check every mounted filesystem
in my
PC. It is not very important, except when I'm out of the office. I have defined some mount points like this:
172.31.217.10:/vol/vol0 /mnt/up nfs noauto,x-systemd.automount,defaults 0 0
When pacman reaches this filesystems, that obviously can't be accessed from outside the office, it hangs forever. I have to issue
Systemctl stop mnt-systemd.up
And then it works.
Why is pacman trying to access all the mountpoints?
Because you you have Check space enabled in pacman.conf
And... It has to check -every- filesystem? Ok, I suppose I'll disable that option, but I don't understand... :-) I thought that it would check only the filesystems that it was going to write to. Thanks, Guillermo