Date: Fri, 25 May 2012 07:01:28 +1000 From: Peter Jeremy <peter@rulingia.com> To: Lev Serebryakov <lev@freebsd.org> Cc: freebsd-current FreeBSD <freebsd-current@freebsd.org> Subject: Re: UFS+J panics on HEAD Message-ID: <20120524210128.GC2675@aspire.rulingia.com> In-Reply-To: <1239922227.20120524120421@serebryakov.spb.ru> References: <38A5BC8F-A8FB-4371-AB1D-9548F5957254@lists.zabbadoz.net> <20120523131046.GC2358@deviant.kiev.zoral.com.ua> <12410676034.20120524013853@serebryakov.spb.ru> <8D72700F5CA4461BAD1C98908689CB9E@multiplay.co.uk> <1239922227.20120524120421@serebryakov.spb.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--QRj9sO5tAVLaXnSD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2012-May-24 12:04:21 +0400, Lev Serebryakov <lev@freebsd.org> wrote: > I afraid, that after real hardware failure (like real HDD death, >not these pseudo-broken-hardware situations, when HDDs is perfectly >alive and in good condition), all data will be lost. I could restore >data from remains of FFS by hands (format is straightforward and >well-known), but ZFS is different story... If your disk dies then you need a redundant copy of your data - either via backups or via RAID. Normally, you'd run ZFS with some level of redundancy so that disk failures did not result in data loss. That said, ZFS is touchier about data - if it can't verify the checksums in your data, it will refuse to give it to you - whereas UFS will hand you back a pile of bytes that may or may the same as what you gave it to store. And you can't necessarily get _any_ data off a failed disk. > Yes, backups is solution, but I don't have money to buy (reliable) >hardware to backup 4Tb of data :( 4TB disks are available but not really economical at present. 2TB disks still seem to be the happy medium. If your data will compress down to 2TB then save it to a disk, otherwise split your backups across a pair of disks. A 2TB disk with enclosure is <<USD150. If you don't trust that, buy a second set. (And if you value your data, get a trusted friend to store one copy at their house in case anything happens at your house). > I attended "Solaris internals" 5-days training four years ago (when I >worked for Sun Microsystems), and instructor says same words... I have had lots of problems at $work with Solaris UFS quietly corrupting data following crashes. At least with ZFS, you have a detter chance of knowing when your data has been corrupted. --=20 Peter Jeremy --QRj9sO5tAVLaXnSD Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAk++oagACgkQ/opHv/APuIfq2wCfZkmGVcZ3OyuGR9PoJBAS2t0U jFkAnRK4dgIIeIouTRmjvIliJm8+jKPV =a6g6 -----END PGP SIGNATURE----- --QRj9sO5tAVLaXnSD--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120524210128.GC2675>