I am aware of the problems of creating raid 0 no redundency etc, but I need to create a raid 0 with 2 drives for testing.
Going through the Storage, Raid 0 is not an option.
Can sombody provide the corect syntax this is as far as I have got.
zpool create -f -o ashift=12 -o cachefile=-0 compression=lz4 VM-Drives /dev/nvme1n1 /dev/nvme2n1
I am getting: missing '=' for -o option
Going through the Storage, Raid 0 is not an option.
Can sombody provide the corect syntax this is as far as I have got.
zpool create -f -o ashift=12 -o cachefile=-0 compression=lz4 VM-Drives /dev/nvme1n1 /dev/nvme2n1
I am getting: missing '=' for -o option
