NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bin/57082: fsck_ffs(8) missing description of fslevel 5
>Number: 57082
>Category: bin
>Synopsis: fsck_ffs(8) missing description of fslevel 5
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: bin-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Tue Nov 15 02:40:00 +0000 2022
>Originator: Paul Goyette
>Release: NetBSD 9.99.104
>Organization:
+--------------------+--------------------------+----------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost |
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost |
| & Network Engineer | | pgoyette99%gmail.com@localhost |
+--------------------+--------------------------+----------------------+
>Environment:
System: NetBSD speedy.whooppee.com 9.99.104 NetBSD 9.99.104 (SPEEDY 2022-10-31 03:14:51 UTC) #0: Mon Oct 31 13:16:38 UTC 2022 paul%speedy.whooppee.com@localhost:/build/netbsd-local/obj/amd64/sys/arch/amd64/compile/SPEEDY amd64
Architecture: x86_64
Machine: amd64
>Description:
One of my file systems reports fslevel 5. The fslevels are described
in the fsck_ffs(8) man page, but only for levels 0 through 4.
# dumpfs /build | head 7
file system: /dev/rdk2
format FFSv2
endian little-endian
location 65536 (-b 128)
magic 19540119 time Mon Nov 14 18:24:41 2022
superblock location 65536 id [ 6303ebb8 4529a702 ]
cylgrp dynamic inodes FFSv2 sblock FFSv2 fslevel 5
# man fsck_ffs
...
-c level Convert the FFSv1 file system to the level level.
Note that the level of a file system can only be
raised. There are currently five levels defined:
0 The file system is in the old (static
table) format.
...
4 Rearrange the super block to the same
layout as FFSv2; disable the rotational
layout tables and per cylinder group
block totals. Such file systems are
made by using the -O 1 option to
newfs(8).
Note that FFSv2 file systems are always level 4.
...
>How-To-Repeat:
see above
>Fix:
update man page appropriately?
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index