Btrfs: Difference between revisions

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
(Created page with "*list available filesystems btrfs filesystem show *create subvolume btrfs subvolume create /mnt/nonsense where /mnt is the mountpoint of the btrfs volume *create snapshot m...")
(No difference)

Revision as of 08:22, 10 January 2012

  • list available filesystems
btrfs filesystem show
  • create subvolume
btrfs subvolume create /mnt/nonsense

where /mnt is the mountpoint of the btrfs volume

  • create snapshot
mkdir /mnt/snapshots
btrfs subvolume snapshot /mnt/nonsense /mnt/snapshots/vrijdag