GEFS on OpenBSD: A Early Preview
marc.info
GEFS on OpenBSD: A Early Preview
1–10 of 78 posts
Re: GEFS on OpenBSD: A Early Preview
#2Re: GEFS on OpenBSD: A Early Preview
#3Re: GEFS on OpenBSD: A Early Preview
#4Re: GEFS on OpenBSD: A Early Preview
#5Re: GEFS on OpenBSD: A Early Preview
#6Re: GEFS on OpenBSD: A Early Preview
#7It isn't as resource heavy as ZFS, and it will be more reliable than FFS, for sure.
Re: GEFS on OpenBSD: A Early Preview
#8Heh :)
Re: GEFS on OpenBSD: A Early Preview
#9Re: GEFS on OpenBSD: A Early Preview
#10> While snapshot consistency is useful to keep data consistent, disks often fail over time. In order to detect corruption, block pointers contain a hash of the data that they point at. If corrupted data is returned by the underlying storage medium, this is detected via block hashes. And if a programmer error causes the file system to write garbage to disk, this can often be caught early. The corruption is reported, and the damaged data may then be recovered from backups, RAID restoration, or some other means.
Okay! It's got CoW, snapshots, and data checksums. Therefore, it's good enough to compete with ZFS while being way smaller and permissively licensed. Now I just want it ported to Linux and the other BSDs:)