User Tools

Site Tools


bsd:notes:ufs_format

This is an old revision of the document!


Table of Contents

Wipe Drive

su -
geom disk list
dd if='/dev/zero' of='/dev/da0' count='8096'

Format

su -
geom disk list
newfs -L 'NAS' -O '2' -S '512' -n -o 'time' '/dev/da0'

Mount

su -
geom disk list
mkdir -p '/mnt/NAS1' && mount -o 'async,autoro,noatime,noclusterr,noclusterw' -t 'ufs' -v '/dev/da0' '/mnt/NAS1'
chown -R 'espionage724':'espionage724' '/mnt/NAS1'
/srv/www/wiki/data/attic/bsd/notes/ufs_format.1777325554.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki