Hi everyone.
I finally decided to give SSD a try and ordered Crucial M4 (128GB). My current ZFS setup:
I want to move everything into a second pool on SSD, leaving the following filesystems on the old HDD:
Also I'm going to move /tmp to tmpfs() because I'm purchasing additional RAM too (16 GB in total).
General idea is to have the system and third-party software on SSD to speed-up things, and maybe a few games too. While the rest data will be kept on HDD. Also I'm thinking of keeping SSD pool's snapshot on HDD too.
Do you think it would be a good setup? I tried doing this setup within a virtual machine, seems that it's quite easy to manipulate ZFS data sets and move them between physical drives.
I finally decided to give SSD a try and ordered Crucial M4 (128GB). My current ZFS setup:
Code:
$ zfs list
NAME USED AVAIL REFER MOUNTPOINT
zroot 321G 132G 11,2G legacy
zroot/jails 18,9G 132G 18,9G /jails
zroot/media 165G 132G 165G /media
zroot/tmp 27,9M 132G 27,9M /tmp
zroot/usr 117G 132G 21,6G /usr
zroot/usr/home 88,3G 132G 88,3G /usr/home
zroot/usr/local 6,95G 132G 6,95G /usr/local
zroot/usr/src 374M 132G 374M /usr/src
zroot/var 8,85G 132G 5,86G /var
zroot/var/db 2,32G 132G 2,25G /var/db
zroot/var/db/pkg 71,3M 132G 71,3M /var/db/pkg
zroot/var/empty 21K 132G 21K /var/empty
zroot/var/log 105M 132G 105M /var/log
zroot/var/tmp 576M 132G 576M /var/tmp
I want to move everything into a second pool on SSD, leaving the following filesystems on the old HDD:
- /var
- /media which is currently my storage dataset

- /jails
- /usr/home
- /usr/ports (actually I might drop it at all as I build ports in jails)
Also I'm going to move /tmp to tmpfs() because I'm purchasing additional RAM too (16 GB in total).
General idea is to have the system and third-party software on SSD to speed-up things, and maybe a few games too. While the rest data will be kept on HDD. Also I'm thinking of keeping SSD pool's snapshot on HDD too.
Do you think it would be a good setup? I tried doing this setup within a virtual machine, seems that it's quite easy to manipulate ZFS data sets and move them between physical drives.