Skip to content

Instantly share code, notes, and snippets.

@w0ng
Created November 5, 2012 15:19
Show Gist options
  • Save w0ng/4017711 to your computer and use it in GitHub Desktop.
Save w0ng/4017711 to your computer and use it in GitHub Desktop.
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
LABEL=root / ext4 rw,relatime,data=ordered,discard 0 1
LABEL=boot /boot ext4 rw,relatime,data=ordered,discard 0 2
LABEL=var /var ext4 rw,relatime,data=ordered,discard 0 2
LABEL=home /home ext4 rw,relatime,data=ordered,discard 0 2
LABEL=scratch /mnt/scratch ext4 defaults 0 2
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