You may have seen my earlier blog entry on myths and facts about swap space in which I mentioned that ZFS file systems cannot be used for swap files.
# cd /zpool1
# mkfile 10g swapfile
# swap -a /zpool1/swapfile
"/zpool1/swapfile" may contain holes - can't swap on it.
You can, however, use zvols to add swap space onto a ZFS pool:
#
# Add swap partition in the /export/home zfs partition
#
echo "adding zfs swap"
if [ ! -L /dev/zvol/dsk/export/swap ]
then
echo "creating swap area"
zfs create -V 1gb export/swap
fi
echo "/dev/zvol/dsk/export/swap - - swap - no -" >> /etc/vfstab
/usr/sbin/swap -a /dev/zvol/dsk/export/swap
Thanks to Jim Litchfield for pulling this info from the documentation for zpool
swap -a has to appear before the /etc/vfstab
Posted by kumar neti on May 13, 2009 at 03:19 PM EDT #
As a person who is 100% microsoft free at home and work, I'm not the best resource to help you with this problem. The forums or email lists at the Virtual Box community site, however should be able to help you.
http://www.watchrolexshop.com
http://www.gamegoldme.com
http://www.cheap-lotrogold.com
http://www.globalsale.me/Aion-gold-083.aspx
http://www.cheap-gamegold.org
http://www.gamegoldvip.org
Posted by replica rolex on June 25, 2009 at 12:53 AM EDT #
http://www.7rkat.net/msn/index.php
http://www.7rkat.net/mgal
http://www.7rkat.net/ms
http://www.7rkat.net/do3a
http://www.7rkat.net/topics
http://www.7rkat.net/know
http://www.7rkat.net/amthal
http://www.7rkat.net/up
http://www.7rkat.net/video
http://www.7rkat.net/asbab
http://www.7rkat.net/qoran
http://www.7rkat.net/islameiat
http://www.7rkat.net/7rkat
http://www.7rkat.net/vb
Posted by حركات on October 08, 2009 at 10:02 AM EDT #