Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

disktab(5)

fs(5)

chpt(8)

fsck(8)

format(8v)

creatediskbyname(3x)

mkfs(8)

tunefs(8)

newfs(8)

Name

newfs − construct a new file system

Syntax

/etc/newfs [ −N ] [ −n ] [ −v ] [ mkfs-options ] special disk-type

Description

The newfs command is a front-end to the mkfs() program. The newfs program looks up the type of disk a file system is being created on in the disk description file /etc/disktab, calculates the appropriate parameters to use in calling mkfs, then builds the file system by forking mkfs. If the file system is a root partition, newfs installs the necessary bootstrap program in the initial 16 sectors of the device.

If there is no disk description for the specified disk type in the /etc/disktab file, the newfs program will use the creatdiskbyname(3x) subroutine to derive disk geometry information from the controlling device driver.  This functionality is provided for MSCP and SCSI disks.

Options

−NRuns in no update mode.  In this mode, mkfs will not write to special.

−nPrevents the bootstrap program from being installed. 

−vInstructs newfs to print out its actions, including the parameters passed to mkfs.

Options which may be used to override default parameters passed to mkfs are:

−s size The size of the file system in sectors. 

−b block-size
The block size of the file system in bytes.

−f frag-size
The fragment size of the file system in bytes.

−t #tracks/cylinder

−c #cylinders/group
The number of cylinders per cylinder group in a file system. The default value used is 16.

−m free space %
The percentage of space reserved from normal users; the minimum free space threshold.  The default value used is 10%.

−o optimization
Specifies whether the file system will optimize for space or for time. 

−r revolutions/minute
The speed of the disk in revolutions per minute (normally 3600).

−S sector-size
The size of a sector in bytes (almost never anything but 512).

−i number of bytes per inode
This specifies the density of inodes in the file system. The default is to create an inode for each 2048 bytes of data space. If fewer inodes are desired, a larger number should be used; to create more inodes a smaller number should be given.

Restrictions

If the user-specified value for −i exceeds the maximum value allowed, the user is not notified by newfs (or by mkfs ).

Files

/etc/disktab For disk geometry and file system partition information

/etc/mkfs To actually build the file system

/usr/mdec/vaxboot
For boot strapping program

See Also

disktab(5), fs(5), chpt(8), fsck(8), format(8v), creatediskbyname(3x), mkfs(8), tunefs(8)
"A Fast File System for UNIX", Supplementary Documents, Volume 3: System Manager

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026