kernel 2.2.*, distribution debian 2.1 (slink).

i'm mounting /usr, /opt and /home via nfs. when shutting down, init executes
"/etc/init.d/rc 6" to shutdown (a shell script).  this shell executes
"/etc/init.d/umountfs" (a shell script), and this calls umount.

/usr is busy, so it can't be unmounted. since the system boots without /usr,
bash and umount should work without /usr, but these processes cause /usr
to be busy. maybe somethign with locales, ld searchpaths ? i have no idea.

anyway: /usr is mounted read-only, so it shouldn't matter.
but it does: / cannot be remounted readonly.

the relevant code is :
umount -a -r
mount -n -o remount,ro /

any idea how i can umount/remount / ?
fs checks with every boot is annoying.

andreas

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to