On Tue, Dec 20, 2011 at 11:03 PM, Ricardo Catalinas Jiménez <jimenezrick@xxxxxxxxx> wrote: > On Tue, Dec 20, 2011 at 10:49:10PM +0100, Tom Gundersen wrote: >> On Tue, Dec 20, 2011 at 10:34 PM, Ricardo Catalinas Jiménez >> <jimenezrick@xxxxxxxxx> wrote: >> > Everything works fine except when umounting a NFS volume: >> > >> > $ mount /mnt/anubis >> > $ umount /mnt/anubis >> > umount: /mnt/anubis mount disagrees with the fstab >> > >> > The relevant line from fstab: >> > >> > anubis:/home/ricardo /mnt/anubis nfs user,noauto 0 0 >> > >> > And from mtab: >> > >> > anubis:/home/ricardo/ /mnt/anubis nfs rw,nosuid,nodev,noexec,relatime, >> >> Does appening "/" to the device in fstab (i.e. make it >> "anubis:/home/ricardo/") fix the problem? > > Yes, that fixed it, thank you! Excellent. I'll report the regression upstream. Cheers, Tom