[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

/etc/init.d/umountfs



Hello, list.

I have /var on a separate partition. My /var/run and /var/lock mount as tmpfs:

~$ grep RAM /etc/default/rcS 
RAMRUN=yes
RAMLOCK=yes

When i reboot or poweroff my machine i see that unmounting of /var fail because
it busy. If i include lines:

umount /var/run
umount /var/lock

in /etc/init.d/umountfs before the localfs unmounting everything is fine.

Is this a normal behaviour that, in presence of tmpfs /var/run and tmpfs
/var/lock, /var fail umounting and remount ro or it is a bug in script?


Reply to: