NEWFS_V7FS(8) | System Manager's Manual | NEWFS_V7FS(8) |
newfs_v7fs
—
construct a new 7th Edition(V7) File System
newfs_v7fs |
[-FZ ] [-B
byte-order] [-n
inodes] [-s
sectors] [-V
verbose] special |
newfs_v7fs
builds a 7th Edition(V7) file
system on the specified special. If it is a device,
the size information will be taken from the disk label and before running
newfs_v7fs
the disk must be labeled using
disklabel(8); the proper
fstype is “Version 7”. Otherwise, the size must be specified
on the command line. V7 filesystem's block size and sector size are 512
byte. Disk address limits are 24 bit.
The following arguments are supported:
-B
byte-order-F
-s
option).-n
inodes-s
sectors-V
verbose-Z
A newfs_v7fs
utility appeared in
NetBSD 6.0.
newfs_v7fs
was written by
UCHIYAMA Yasushi
<uch@NetBSD.org>.
September 12, 2016 | NetBSD 10.99 |