pavement

Newfs

From FreeBSDwiki
Revision as of 15:51, 7 August 2007 by 68.154.156.88 (Talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

newfs is the tool used to create new filesystems on existing physical volumes. Many, MANY different arguments can be passed to newfs to control the types of filesystem created and various arcane details, but typically the only argument needed or wanted is -U (to enable Soft Updates on the volume formatted).

Typical usage:

server# newfs -U /dev/ad0s1f
Personal tools