Hello, Vasiliy P. Melnik! On Thu, Sep 22, 2011 at 03:12:34PM +0300 [email protected] wrote about "[freebsd] zfs": > нашел вот такое: > http://www.b0rken.org/freebsd/zfs.html > > ну достаточно просто и толково, все ок, но вот > > Set up fstab to mount swap and tmpfs* on boot: > # vi /mnt/etc/fstab > > tmpfs /tmp tmpfs rw,mode=01777 0 0 > /dev/ada0p2 none swap sw 0 0 > /dev/ada1p2 none swap sw 0 0 > > (* Using tmpfs with zfs is apparently not a good idea - see ZFSKnownProblems > on the FreeBSD wiki) > > http://wiki.freebsd.org/ZFSKnownProblems > Note that i386 and other 32-bit architectures are still definitely not > recommended for use with ZFS due to address space issues. If you still want > to go that way, please read the ZFSTuningGuide. > > > Я так понял если поставить amd64 я с этими проблемами не столкнусь
Да, amd64 лучше для zfs и >4G ram. Ну и своп можно сделать как gmirror из двух /dev/ada0p2 и /dev/ada1p2. Можно тут еще почитать: http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot/RAIDZ1 -- Lystopad Olexandr
