2025-01-26 18:16:11 -05:00
|
|
|
echo "copy the ID of disks to be used with a space in between"
|
2025-01-26 17:36:10 -05:00
|
|
|
ls /dev/disk/by-id
|
|
|
|
read diskID
|
|
|
|
|
|
|
|
zpool create -f -o ashift=12 -m /mnt/media media-pool raidz $diskID
|
|
|
|
zfs set mountpoint=legacy media-pool
|