User Tools

Site Tools


bsd:notes:zfs_nas_format
zpool create 'NAS' '/dev/ada1'
zpool status 'NAS'

Clone Mount/Rsync

  • ext4
pkg install fusefs-ext2 rsync
mkdir -p '/mnt/NAS2' && mount -t 'ext2fs' -o 'rw' '/dev/ada2p1' '/mnt/NAS2'
rsync --verbose --recursive --update --ignore-existing --progress '/mnt/NAS2/' '/NAS/'
/usr/local/www/wiki/data/pages/bsd/notes/zfs_nas_format.txt · Last modified: by Sean Rhone