<br><br><div class="gmail_quote">On Fri, Oct 24, 2008 at 3:27 AM, Ma Begaj <span dir="ltr">&lt;<a href="mailto:derliebegott@gmail.com">derliebegott@gmail.com</a>&gt;</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 &quot;cp&quot; and hard linking.</blockquote></div><br><br>There is one feature ZFS has that makes it my choice for large filesystems (&gt;1TB). Checksums. It can detect that the data on the disk is bad, and WHICH copy is bad. RAID5 can&#39;t do that. It can tell something&#39;s wrong, but not how to fix it. XOR can&#39;t tell you that, not when the drives don&#39;t report the error. That means my next NAS machine will be running OpenSolaris or FreeBSD. I&#39;d prefer to run Linux on all my servers just because I&#39;m more familiar with it and it seems to have better hardware support, but I&#39;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&#39;m already using rsnapshot, so the filesystem based snapshots aren&#39;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>