User Tools

Site Tools


bsd:notes:zfs_nas_format

This is an old revision of the document!


zpool create 'NAS' '/dev/ada1'
zpool status 'NAS'

Clone Mount

  • ext4
pkg install fusefs-ext2
mkdir -p '/mnt/NAS2' && mount -t 'ext2fs' -o 'rw' '/dev/ada2p1' '/mnt/NAS2'
/srv/www/wiki/data/attic/bsd/notes/zfs_nas_format.1732973909.txt.gz · Last modified: by Sean Rhone