summaryrefslogtreecommitdiff
path: root/usr.bin/file
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2001-07-26 09:00:59 +0000
committerlukem <lukem@NetBSD.org>2001-07-26 09:00:59 +0000
commit96a522fc272b63e80590091c8dcd20b8a764abc7 (patch)
tree3f50d0471fe650b0fde9e5307dc583d5986e74ae /usr.bin/file
parent0542d1508757f8c7e2fdcd510d9a9affa2e65a8e (diff)
more changes to ffs display:
- display clean flag - fix wording of block size and fragment size - use correct offsets for minfree, rotdelay and rps (at least, correct for NetBSD and Solaris 2.6/sparc)
Diffstat (limited to 'usr.bin/file')
-rw-r--r--usr.bin/file/magdir/filesystems22
1 files changed, 12 insertions, 10 deletions
diff --git a/usr.bin/file/magdir/filesystems b/usr.bin/file/magdir/filesystems
index 7a1287af876..6e7d627ced8 100644
--- a/usr.bin/file/magdir/filesystems
+++ b/usr.bin/file/magdir/filesystems
@@ -65,14 +65,15 @@
>8404 string x last mounted on %s,
>9504 ledate x last checked at %s,
>8224 ledate x last written at %s,
+>8401 byte x clean flag %d,
>8228 lelong x number of blocks %d,
>8232 lelong x number of data blocks %d,
>8236 lelong x number of cylinder groups %d,
->8240 lelong x number of basic blocks %d,
->8244 lelong x number of fragment blocks %d,
->8248 lelong x minimum percentage of free blocks %d,
->8252 lelong x rotational delay %dms,
->8256 lelong x disk rotational speed %drps,
+>8240 lelong x block size %d,
+>8244 lelong x fragment size %d,
+>8252 lelong x minimum percentage of free blocks %d,
+>8256 lelong x rotational delay %dms,
+>8260 lelong x disk rotational speed %drps,
>8320 lelong 0 TIME optimization
>8320 lelong 1 SPACE optimization
@@ -80,14 +81,15 @@
>8404 string x last mounted on %s,
>9504 bedate x last checked at %s,
>8224 bedate x last written at %s,
+>8401 byte x clean flag %d,
>8228 belong x number of blocks %d,
>8232 belong x number of data blocks %d,
>8236 belong x number of cylinder groups %d,
->8240 belong x number of basic blocks %d,
->8244 belong x number of fragment blocks %d,
->8248 belong x minimum percentage of free blocks %d,
->8252 belong x rotational delay %dms,
->8256 belong x disk rotational speed %drps,
+>8240 belong x block size %d,
+>8244 belong x fragment size %d,
+>8252 belong x minimum percentage of free blocks %d,
+>8256 belong x rotational delay %dms,
+>8260 belong x disk rotational speed %drps,
>8320 belong 0 TIME optimization
>8320 belong 1 SPACE optimization