Subject: Re: hang during shutdown
To: Ronald Khoo <ronald@demon.net>
From: Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de>
List: current-users
Date: 09/12/1997 16:42:39
Excerpts from netbsd: 12-Sep-97 Re: hang during shutdown Ronald
Khoo@demon.net (560)

> but that does make the ufs assumption of inode 2 being the root.
> Who does that break ? :-)

Hmmm...
bash$ ls -id /usr
691009 /usr
bash$ /sbin/mount
zelnfs:/NFS1/UD3/CA1/ca1root/NetBSD/root/zelz25 on / type nfs
zelnfs:/NFS1/UD3/CA1/ca1root/NetBSD/usr-i386-970513 on /usr type nfs
(read-only)
zelnfs:/NFS1/UD3/CA1/ca1root/NetBSD/var/970513/zelz25 on /var type nfs
[...]

The right thing would be to parse "mount" output, but there
is no awk available at this time :-(
It should be possible with the shell somehow...
I'll look if I get it done.

best regards
Matthias