mount
Mount the disk you have newfs'ed at previous step.
Mount point may be /mnt, only because it is already there
(You may use any directory if you want).
Use
mount_ffs
instead of
mount if the type is not 4.2BSD/ffs.
Following is just a example,
mount_ffs /dev/wd0a /mnt
mkdir /mnt/usr
mount_ffs /dev/wd0d /mnt/usr
|