Created
November 5, 2012 15:19
-
-
Save w0ng/4017711 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# /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