-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

btrfs


> A filesystem based on the copy-on-write (COW) principle for Linux.

> Some subcommands such as `btrfs device` have their own usage documentation.

More information.


Create subvolume:

sudo btrfs subvolume create {path/to/subvolume}

List subvolumes:

sudo btrfs subvolume list {path/to/mount_point}

Show space usage information:

sudo btrfs filesystem df {path/to/mount_point}

Enable quota:

sudo btrfs quota enable {path/to/subvolume}

Show quota:

sudo btrfs qgroup show {path/to/subvolume}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 17:59:26 2024