User Tools

Site Tools


bsd:notes:zfs_nas_format

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
bsd:notes:zfs_nas_format [2025/05/21 23:52] – [Other] Sean Rhonebsd:notes:zfs_nas_format [2025/05/21 23:59] (current) Sean Rhone
Line 43: Line 43:
   cp -R -v '/NAS/' '/mnt/NAS2/'   cp -R -v '/NAS/' '/mnt/NAS2/'
  
-===== Other =====+===== Other Backup ===== 
 + 
 +  * TODO: misc
  
   su -   su -
Line 58: Line 60:
  
   pkill 'thunar'   pkill 'thunar'
 +
 +==== OS dd ====
 +
 +  * TODO: misc
 +
 +  su -
 +
 +  geom disk list
 +
 +  gpart destroy -F 'da0' && dd if='/dev/zero' of='/dev/da0' count='8096'
 +
 +  dmesg | grep 'ugen'
 +
 +  sync && usbconfig -d '/dev/ugen0.4' power_off
  
 ====== Clone Mount/Rsync ====== ====== Clone Mount/Rsync ======
/usr/local/www/wiki/data/pages/bsd/notes/zfs_nas_format.txt · Last modified: by Sean Rhone