PDA

View Full Version : [ubuntu] ZFS volumes Solaris or Ubuntu



tapas_mishra
December 23rd, 2009, 05:55 PM
I want to know is there some thing equivalent to ZFS volumes on Ubuntu some tutorials or links that can let me know about ZFS volumes.

shredswithpiks
December 23rd, 2009, 08:38 PM
https://wiki.ubuntu.com/ZFS
http://www.wizy.org/wiki/ZFS_on_FUSE

Basically ZFS run in userspace the way ntfs-3g works. It works ok, I can't comment on performance since I've only played around with it in virtualbox on my laptop (ext4 writes at 8megs/second, zfs writes at 6megs/second... far from a scientific study but that's what I got).

In the future we should have btrfs out of development and ready for proper use. Check out http://btrfs.wiki.kernel.org for more info.

tapas_mishra
December 23rd, 2009, 08:49 PM
Ok I have checked all the links.Thanks