On Sat, 23 Dec 2000, Adrian Chadd wrote:
> So now is a problem which I'm sure the NetBSD people came up against.
> The fstypenames are names like 4.2BSD, vinum, ISO9660, etc. NetBSD fixed
> this by creating a new list 'mountnames[]', which maps the fs type to
> a string.
Probably a hard link to fsck_ffs will do the job fine and makes it
clear to see which fs'es are supported:
# ls -ail fsck*
6338 -r-xr-xr-x 1 root wheel 66032 22 ΣΕΞ 16:24 fsck
6334 -r-xr-xr-x 3 root wheel 290896 22 ΣΕΞ 15:41 fsck_4.2BSD
6334 -r-xr-xr-x 3 root wheel 290896 22 ΣΕΞ 15:41 fsck_ffs
6334 -r-xr-xr-x 3 root wheel 290896 22 ΣΕΞ 15:41 fsck_ufs
--
Boris Popov
http://www.butya.kz/~bp/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message