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/06/17 19:00] Sean Rhonebsd:notes:ufs_format [2026/06/19 01:11] (current) Sean Rhone
Line 22: Line 22:
  
   mkdir -p '/mnt/NAS1' && mount -o 'async,autoro,noatime' -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'
  
   gio open '/mnt'   gio open '/mnt'
- 
-===== Permissions ===== 
- 
-  su 
- 
-  chown -R $USER:$USER '/mnt/NAS1' 
- 
-  chmod -R '0700' '/mnt/NAS1' 
  
 ====== fsck ====== ====== fsck ======
Line 52: Line 46:
  
 # End</code> # End</code>
 +
 +  mount '/dev/da0'
 +
 +===== Permissions =====
 +
 +  su
 +
 +  chown -R $USER:$USER '/mnt/NAS1'
 +
 +  chmod -R '0700' '/mnt/NAS1'
  
/usr/local/www/wiki/data/attic/bsd/notes/ufs_format.1781737203.txt.gz · Last modified: by Sean Rhone