Earlier quoted context omitted.
A disaster for enterprise perhaps. I use only a subset of features (such as subvolumes and snapshots and a little RAID 1) and have never had problems. With the way some people talk about it, it sure sounds like it never worked at all.
You've never had problems? You're lucky. I guarantee you will. It took me less than a month to lose significant data with it, under normal usage patterns.
ZFS on Linux: Unlistable and disappearing files
121–130 of 168 posts
Re: ZFS on Linux: Unlistable and disappearing files
#122Earlier quoted context omitted.
It sounds like you are suggesting that checksums and other integrity features obviate the need to back up your important files.
They're part of the same process, you need the checksums to know your backup is reliable and to tell you when your main files become corrupt. Backups alone aren't enough either.
And backup has to be incremental to prevent disasters.
Re: ZFS on Linux: Unlistable and disappearing files
#123basically the reason I like my filesystems a few decades old and mature, I would not trust zfs or btrfs with anything critical.
Are you still using ext2 then? Ext3 was 2001, and ZFS was 2005. JFS2 is only 19 years old so doesn't quite meet the "decades" requirement.
ext3 is improved ext2 which is improved minix fs which is improved fat, and all use the 'traditional' static-map-of-blocks approach, with gradual incremental improvements on top of this.. so the general technology 'family' is decades old even if any one implementation is not..
zfs/btrfs are log-structured, which wasn't really feasible from a hardware/performance standpoint until much later (see also LFS), and so represent implementations from a later 'generation' of technologies
Re: ZFS on Linux: Unlistable and disappearing files
#124Wow that's an old Kernel! https://linux.slashdot.org/story/16/01/31/0424221/linux-kern...
Re: ZFS on Linux: Unlistable and disappearing files
#125Probably obvious, but hooray for open source software! What a fantastic response to the bug.
Since when is introducing a major regression into something as critical as a filing system a hooray for open source? Only on GNU/Linux... and nobody thinks twice about it or bats an eyelash; instead, the scrambling to contain the regression is greeted with a hooray. It’s mentality like this which makes me want to never touch a computer again.
Re: ZFS on Linux: Unlistable and disappearing files
#126Earlier quoted context omitted.
also a good time to remind people that backups are not backups unless they're geographically diverse. back up to an off site location in case your (home|office) burns down or suffers some other total catastrophe.
> also a good time to remind people that backups are not backups unless they're geographically diverse. ... and backups are not backups until you can reliably restore from them.
Re: ZFS on Linux: Unlistable and disappearing files
#127Earlier quoted context omitted.
Are you still using ext2 then? Ext3 was 2001, and ZFS was 2005. JFS2 is only 19 years old so doesn't quite meet the "decades" requirement.
not parent, but - ext3 is improved ext2 which is improved minix fs which is improved fat, and all use the 'traditional' static-map-of-blocks approach, with gradual incremental improvements on top of this.. so the general technology 'family' is decades old even if any one implementation is not.. zfs/btrfs are log-structured, which wasn't really feasible from a hardware/performance standpoint until much later (see also…
Using CoW in storage is an idea that occurred after in-place and log structured filesystems had been made as far as I know though.
Re: ZFS on Linux: Unlistable and disappearing files
#128Earlier quoted context omitted.
Are you still using ext2 then? Ext3 was 2001, and ZFS was 2005. JFS2 is only 19 years old so doesn't quite meet the "decades" requirement.
not parent, but - ext3 is improved ext2 which is improved minix fs which is improved fat, and all use the 'traditional' static-map-of-blocks approach, with gradual incremental improvements on top of this.. so the general technology 'family' is decades old even if any one implementation is not.. zfs/btrfs are log-structured, which wasn't really feasible from a hardware/performance standpoint until much later (see also…
[edit] The original 8-bit FAT and FFS were both implemented at about the same time, if you consider FFS's beginning to be when I-nodes were moved into cylinder groups. If you consider the Unix "FS" to be the beginning, then it predates FAT by a lot. In any event inode and cluster-chain systems have fairly significant differences.
Also, long-structured/CoW systems have been used as backends for databases for about 40 years now.
Re: ZFS on Linux: Unlistable and disappearing files
#129Probably obvious, but hooray for open source software! What a fantastic response to the bug.
Re: ZFS on Linux: Unlistable and disappearing files
#130Earlier quoted context omitted.
I have not had good luck with BTRFS on systems running on battery. Its been solid on my workstation for a while though. Still, it is disappointing that it hasn't stabilized faster.
I run BTRFS on my laptop. Is yours an ultraportable? Mine is a fairly chunky system with a 100Wh battery, about 3 years old.