-
Notifications
You must be signed in to change notification settings - Fork 2
btrfs
Jakukyo Friel edited this page Jan 2, 2015
·
2 revisions
# mkfs.btrfs -L mylabel /dev/partition
To overwrite the existing partition table with Btrfs:
# mkfs.btrfs /dev/sdX
One can use subvolumes to simulate partitions.
Btrfs on a SSD for system installation and an emphasis on maximizing performance.
noatime,discard,ssd,autodefrag,compress=lzo,space_cache
Btrfs on a HDD for archival purposes with an emphasis on maximizing space.
noatime,autodefrag,compress-force=lzo,space_cache
Compression can also be enabled per-file without using the compress
mount option; simply apply chattr +c
to the file or directory.
# btrfs filesystem df DIR