Linux experts Seravo background Linux Debian SUSE
Linux-natives blog: Linux and open source – technology and strategy

Posts Tagged: filesystem

Hosting my own cloud platform with Nextcloud

Nextcloud is a quality opensource alternative for commercial and “free” file-sharing and cloud platforms. It is originally based on ownCloud (initially released in 2010) and was forked to Nextcloud by the original developer Frank Karlitschek. The software is developed with security in mind, and the basic idea is to keep all the data under the […]

Using RAID with btrfs and recovering from broken disks

Btrfs (pronounced Better FS) is a relatively new filesystem that operates on the copy-on-write principle (abbreviated COW, which stems a more friendly pronunciation for btrfs: Butter FS). Btrfs includes a lot of interesting functionality and replaces traditional Linux disk and filesystem tools like LVM (volume manager, disk snapshots) and mdadm (software RAID). In RAID usage btrfs is much more flexible […]