Subject: re: weird kernfs behaviour.
To: None <tech-kern@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 12/18/2000 00:52:47
kernfs on the sparc64 port has started not working for rootdev & rrootdev:
# mount -t kernfs /kern /kern
# ls -l /kern/rootdev
ls: /kern/rootdev: Bad file descriptor
# ls -l /kern/rrootdev
ls: /kern/rrootdev: No such file or directory
this works if one does "ls -l /dev/*wd0b", if booted from wd0b, before
"ls -l /kern/*rootdev"... thanks to a tip from matthias@netbsd.org.
.mrg.