Skip to content

Instantly share code, notes, and snippets.

@jyc
Last active December 10, 2015 19:19
Show Gist options
  • Select an option

  • Save jyc/4480619 to your computer and use it in GitHub Desktop.

Select an option

Save jyc/4480619 to your computer and use it in GitHub Desktop.
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
# UUID=97d9bd80-f1ba-46c4-a1f1-639509bcc133 LABEL=btrfs-root
#/dev/sda3 / btrfs rw,noatime,ssd,discard,space_cache,subvol=__active 0 1
UUID=97d9bd80-f1ba-46c4-a1f1-639509bcc133 / btrfs defaults,noatime,discard,ssd,subvol=__active,compress=lzo,autodefrag 0 0
UUID=97d9bd80-f1ba-46c4-a1f1-639509bcc133 /run/btrfs-root btrfs defaults,noatime,discard,ssd,compress=lzo,autodefrag 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment