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/11/30 08:42] – Sean Rhone | bsd:notes:zfs_nas_format [2025/01/05 04:27] (current) – Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== ZFS ====== | ||
+ | |||
* https:// | * https:// | ||
+ | |||
+ | * '' | ||
+ | * ZFS'd | ||
+ | |||
+ | su - | ||
zpool create ' | zpool create ' | ||
zpool status ' | zpool status ' | ||
+ | |||
+ | ====== NTFS ====== | ||
+ | |||
+ | * '' | ||
+ | * Format '' | ||
+ | * 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 - | ||
+ | |||
+ | pkg install fusefs-ntfs rsync | ||
+ | |||
+ | kldload ' | ||
+ | |||
+ | geom disk list | ||
+ | |||
+ | gpart destroy -F ' | ||
+ | |||
+ | gpart create -s ' | ||
+ | |||
+ | gpart add -l ' | ||
+ | |||
+ | NTFS_USE_UBLIO=' | ||
+ | |||
+ | ntfsfix '/ | ||
+ | |||
+ | mkdir -p '/ | ||
+ | |||
+ | rsync --verbose --recursive --update --progress '/ | ||
+ | |||
+ | cp -R -v '/ | ||
====== Clone Mount/Rsync ====== | ====== Clone Mount/Rsync ====== | ||
- | * ext4 | + | * '' |
+ | * Clone '' | ||
+ | |||
+ | su - | ||
pkg install fusefs-ext2 rsync | pkg install fusefs-ext2 rsync | ||
Line 13: | Line 54: | ||
mkdir -p '/ | mkdir -p '/ | ||
- | rsync --verbose --recursive --update | + | rsync --verbose --recursive --update --progress '/ |
/srv/www/wiki/data/attic/bsd/notes/zfs_nas_format.1732974135.txt.gz · Last modified: by Sean Rhone