User Tools

Site Tools


bsd:notes:ufs_format

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bsd:notes:ufs_format [2026/04/27 17:31] – [Mount] Sean Rhonebsd:notes:ufs_format [2026/04/27 17:44] (current) – [Mount] Sean Rhone
Line 13: Line 13:
   geom disk list   geom disk list
  
-  newfs -L 'NAS' -O '2' -n -o 'time' '/dev/da0'+  newfs -L 'NAS' -O '2' -S '512' -n -o 'time' '/dev/da0'
  
 ====== Mount ====== ====== Mount ======
Line 21: Line 21:
   geom disk list   geom disk list
  
-  mkdir -p '/mnt/NAS1' && mount -o 'async,autoro,noatime,noclusterr,noclusterw' -t 'ufs' -v '/dev/da0' '/mnt/NAS1'+  mkdir -p '/mnt/NAS1' && mount -o 'async,autoro,noatime' -t 'ufs' -v '/dev/da0' '/mnt/NAS1'
  
   chown -R 'espionage724':'espionage724' '/mnt/NAS1'   chown -R 'espionage724':'espionage724' '/mnt/NAS1'
  
/srv/www/wiki/data/attic/bsd/notes/ufs_format.1777325514.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