bsd:notes:zfs_nas_format
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bsd:notes:zfs_nas_format [2024/12/22 00:27] – Sean Rhone | bsd:notes:zfs_nas_format [2025/05/21 23:59] (current) – Sean Rhone | ||
---|---|---|---|
Line 3: | Line 3: | ||
* https:// | * https:// | ||
- | * NAS main (blank) | + | * '' |
* ZFS'd | * ZFS'd | ||
Line 14: | Line 14: | ||
====== NTFS ====== | ====== NTFS ====== | ||
- | * NAS2 spare (wiped) | + | * '' |
- | * Format NAS2 spare to NTFS | + | * Format |
- | * Clone NAS main (ZFS) to NAS2 spare (NTFS) | + | * Clone '' |
+ | * :!: This formatted a 4TB drive with 2TB + rest split and isn't usable under Windows ((Windows shows unpartitioned volumes; Linux sees 4TB 1 partition fine)) | ||
su - | su - | ||
Line 41: | Line 42: | ||
cp -R -v '/ | cp -R -v '/ | ||
+ | |||
+ | ===== Other Backup ===== | ||
+ | |||
+ | * TODO: misc | ||
+ | |||
+ | su - | ||
+ | |||
+ | kldload ' | ||
+ | |||
+ | gpart list | ||
+ | |||
+ | mkdir -p '/ | ||
+ | |||
+ | gio open '/ | ||
+ | |||
+ | sync && umount '/ | ||
+ | |||
+ | pkill ' | ||
+ | |||
+ | ==== OS dd ==== | ||
+ | |||
+ | * TODO: misc | ||
+ | |||
+ | su - | ||
+ | |||
+ | geom disk list | ||
+ | |||
+ | gpart destroy -F ' | ||
+ | |||
+ | dmesg | grep ' | ||
+ | |||
+ | sync && usbconfig -d '/ | ||
====== Clone Mount/Rsync ====== | ====== Clone Mount/Rsync ====== | ||
- | * NAS2 spare ([[linux: | + | * '' |
- | * Clone NAS2 spare (ext4) | + | * Clone '' |
su - | su - |
/srv/www/wiki/data/attic/bsd/notes/zfs_nas_format.1734845228.txt.gz · Last modified: by Sean Rhone