NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: FFSv2ea
clays.shell%sdf.org@localhost (Clay Daniels) writes:
>If I try this:Â Â Â #gpt show wd0
>I get this:Â Â Â Â Â Â GPT part - NetBSD FFSv1/FFSv2
>Then the next installation I deliberately used the default of FFSv2, I
>get the same thing. I'm sure I must be expecting the gpt command to do
>more than it really does. What other commands shows the fast file system
>in use?
gpt shows the entry in the partition table, there is only one type value
for NetBSD FFS which is independent of version.
To see details about FFS you can use the dumpfs tool as in:
dumpfs -s /dev/...
or
dumpfs -s /mount/point
e.g.:
# dumpfs -s /
file system: /dev/rdk3
format FFSv2
endian little-endian
...
# dumpfs -s /dev/vnd0a
file system: /dev/vnd0a
format FFSv2ea
endian little-endian
...
Home |
Main Index |
Thread Index |
Old Index