Skip to content

Instantly share code, notes, and snippets.

@w0ng
Created July 22, 2014 06:53
Show Gist options
  • Save w0ng/02c2d4c34a219c87fa66 to your computer and use it in GitHub Desktop.
Save w0ng/02c2d4c34a219c87fa66 to your computer and use it in GitHub Desktop.
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
LABEL=arch-ssd / btrfs rw,noatime,compress=lzo,ssd,discard,space_cache,autodefrag,inode_cache,subvol=__active/rootvol 0 0
LABEL=arch-ssd /home btrfs rw,noatime,compress=lzo,ssd,discard,space_cache,autodefrag,inode_cache,subvol=__active/home 0 0
LABEL=scratch /mnt/scratch ext4 defaults 0 0
LABEL=data0 /mnt/data0 ntfs-3g uid=w0ng,gid=users,fmask=113,dmask=002 0 0
LABEL=data1 /mnt/data1 ntfs-3g uid=w0ng,gid=users,fmask=113,dmask=002 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment