dpearcefl
Contributor
- Joined
- Aug 4, 2015
- Messages
- 145
I am going to be building a 36 drive FreeNAS box soon. I've been playing with a box with 4 physical drives, but I want to see some of the ins and outs of managing that wide of a vdev.
I know FreeBSD/ZFS supports file-based storage and I know that can't be set up in the FreeNAS GUI, but can I do this with some command-line work?
Thanks!
What I have so far:
dd if=/dev/zero of=filename.img bs=1k count=1 seek=100M
zpool create nameofzpool /absolute/path/to/filename.img
zfs create nameofzpool/main
I know FreeBSD/ZFS supports file-based storage and I know that can't be set up in the FreeNAS GUI, but can I do this with some command-line work?
Thanks!
What I have so far:
dd if=/dev/zero of=filename.img bs=1k count=1 seek=100M
zpool create nameofzpool /absolute/path/to/filename.img
zfs create nameofzpool/main
Last edited: