fuse
ZFS filesystem for Linux?
Submitted by admin on Mon, 2006-08-07 02:40.ZFS is an advanced modern filesystem from Sun Microsystems, originally designed for Solaris/OpenSolaris.
ZFS has many features which can benefit all kinds of users - from the simple end-user to the biggest enterprise systems:
- Provable integrity - it checksums all data (and metadata), which makes it possible to detect hardware errors (hard disk corruption, flaky IDE cables, etc...)
- Atomic updates - means that the on-disk state is consistent at all times, there's no need to perform a lengthy filesystem check after forced reboots or power failures
- Instantaneous snapshots and clones - it makes it possible to have hourly, daily and weekly backups efficiently, as well as experiment with new system configurations without any risks
- Built-in (optional) compression
- Highly scalable
- Pooled storage model - creating filesystems is as easy as creating a new directory. You can efficiently have thousands of filesystems, each with it's own quotas and reservations, and different properties (compression algorithm, checksum algorithm, etc...)
- Built-in stripes (RAID-0), mirrors (RAID-1) and RAID-Z (it's like software RAID-5, but more efficient due to ZFS's copy-on-write transactional model).
- Many others (variable sector sizes, adaptive endianness, ...)
»
- 3 comments
- Read more
- 49643 reads
sshfs - secure and transparent access to remote filesystems
Submitted by admin on Mon, 2006-06-26 23:57.sshfs is a very slick way to access your remote filesystems, securely and transparently. It is based on the great FUSE (Filesystem in Userspace) framework, which has been integrated in the linux kernel since version 2.6.14. While sshfs may not be as fast and featureful as other full-blown network filesystems such as NFS or Samba, it still has some great features:
»
- Add new comment
- Read more
- 8497 reads

Recent comments
1 week 3 days ago
1 week 6 days ago
1 week 6 days ago
2 weeks 7 hours ago
3 weeks 1 day ago
3 weeks 1 day ago
3 weeks 2 days ago
3 weeks 6 days ago
4 weeks 1 day ago
5 weeks 1 day ago