<br><br><div class="gmail_quote">On Fri, Oct 24, 2008 at 3:27 AM, Ma Begaj <span dir="ltr"><<a href="mailto:derliebegott@gmail.com">derliebegott@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
</div>Last time I read about ZFS I was not able to find any special features<br>
which could not be done with RAID and LVM. Snapshots are pretty nice<br>
feature, but FreeBSD had it years ago and I never used it much because<br>
it was no solution for backup. And snapshots made with ZFS can also be<br>
made with "cp" and hard linking.</blockquote></div><br><br>There is one feature ZFS has that makes it my choice for large filesystems (>1TB). Checksums. It can detect that the data on the disk is bad, and WHICH copy is bad. RAID5 can't do that. It can tell something's wrong, but not how to fix it. XOR can't tell you that, not when the drives don't report the error. That means my next NAS machine will be running OpenSolaris or FreeBSD. I'd prefer to run Linux on all my servers just because I'm more familiar with it and it seems to have better hardware support, but I'm not willing to use ext3 on larger filesystems. fsck takes too damn long and with a system that big, silent corruption is a very real concern. ZFS also seems to me to be more flexable in the long run than LVM/mdadm. <br>
<br>For backups, I'm already using rsnapshot, so the filesystem based snapshots aren't that big of a deal to me. However, they do apear to be significantly faster to create than rsnapshot is. So I might try them when I do get a ZFS based system running. Linux will still live on a large part of my network though, the hardware and software support is simply much better there. Of course, snapshots are only one small part of a backup soultion.<br>