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
Next revision
Previous revision
bsd:notes:zfs_nas_format [2025/05/16 21:39] – external edit 127.0.0.1bsd:notes:zfs_nas_format [2025/05/21 23:59] (current) Sean Rhone
Line 42: Line 42:
  
   cp -R -v '/NAS/' '/mnt/NAS2/'   cp -R -v '/NAS/' '/mnt/NAS2/'
 +
 +===== Other Backup =====
 +
 +  * TODO: misc
 +
 +  su -
 +
 +  kldload 'fusefs'
 +
 +  gpart list
 +
 +  mkdir -p '/mnt/NAS' && ntfs-3g -o 'rw,big_writes,windows_names' '/dev/da0p2' '/mnt/NAS'
 +
 +  gio open '/mnt/NAS'
 +
 +  sync && umount '/mnt/NAS'
 +
 +  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 ======
/srv/www/wiki/data/attic/bsd/notes/zfs_nas_format.1747445948.txt.gz · Last modified: by 127.0.0.1