UTERMINAL
TERMINAL
NEXT
$V1$
PAUSE
ENCORE5
ENCORE
BOX
COMMAND
GO
newfs
SYNTAX
/etc/newfs [-v] [-n] [options] special disk-type
FUNCTION
newfs - constructs a new file system. It reads the
configuration file /etc/disktab, calculates
the appropriate parameters for the mkfs program
and builds the file system.
SOME OPTIONS
-v verbose; prints out its actions
-n prevents bootstrap program from being installed
-b blksize primary block size for files
-m minfree minimum percentage of free disk space allowed
NOTE: See your manual for information about mkfs options.
If the command line is:
newfs -m 20 /dev/kb0
a file system called /dev/kb0 will be created, with
20% of the space reserved from normal users.
Let us use the newfs command to make a file system /dev/fbk2.
So please type: newfs /dev/fbk2
$PROMPT$
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
Please type newfs /dev/fbk2
Please type newfs /dev/fbk2
I guess I must type this for you:
$PROMPT$
FORGET1
$PROMPT$newfs /dev/fbk2
After a successful completion the
system will return with the next prompt!
$PROMPT$