On Jul 11 19:18:21, Alexander Hall wrote:
> This adds DUID support to ncheck_ffs.
> Testers? ok?
This indeed enables ncheck_ffs for DUIDs,
but breaks ncheck_ffs for /dev/wd0x
My fstab says
5d2ade1fc5a8d569.n /tmp ffs rw,softdep,nodev,nosuid 1 2
With your diff I can do 'ncheck_ffs /tmp',
which previously said
5d2ade1fc5a8d569.n: no such file or directory
But I can no longer do 'ncheck_ffs /dev/wd0n'
which worked before this diff, but now says
ncheck_ffs: cannot open /dev/wd0n: Device busy
'ncheck_ffs /dev/rwd0n' works though.
Jan