diff options
author | Kyle K <kylek389@gmail.com> | 2013-11-22 14:19:13 -0600 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2013-11-22 14:19:13 -0600 |
commit | a5b4bc059308986d393440cc5574e1ad0244f23f (patch) | |
tree | 92542569770a5ee5f99e5d9905dc17b326caaff7 /ion/etc/fstab | |
parent | fd6a74d0f374ea6a4fc148f37a8b8599c750b6b5 (diff) | |
download | configs-a5b4bc059308986d393440cc5574e1ad0244f23f.tar.gz configs-a5b4bc059308986d393440cc5574e1ad0244f23f.tar.bz2 configs-a5b4bc059308986d393440cc5574e1ad0244f23f.zip |
setting for vsynced tear-free xfce4
Diffstat (limited to 'ion/etc/fstab')
-rw-r--r-- | ion/etc/fstab | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ion/etc/fstab b/ion/etc/fstab new file mode 100644 index 0000000..37f05bf --- /dev/null +++ b/ion/etc/fstab @@ -0,0 +1,21 @@ +# +# /etc/fstab: static file system information +# +# <file system> <dir> <type> <options> <dump> <pass> +# /dev/mapper/VolGroup00-lvolroot LABEL=ROOT_ARCH +UUID=26040172-f76a-4f76-88fa-3b13211aa679 / btrfs rw,relatime,space_cache,compress=lzo 0 0 + +# /dev/sda3 LABEL=BOOT_ARCH +UUID=629fa6c5-4196-48e8-ab87-ddba7e483ca8 /boot ext2 rw,relatime 0 2 + +# /dev/mapper/VolGroup00-lvolhome LABEL=HOME_ARCH +UUID=067ef96a-cc22-4e2d-a26e-43ec11637c4a /home ext4 rw,relatime,data=ordered,commit=15 0 2 + +# /dev/mapper/VolGroup00-lvolvar LABEL=VAR_ARCH +UUID=7b846b6a-34f2-4287-8daa-daa9e039afe9 /var btrfs rw,relatime,space_cache 0 0 + +# smb +//192.168.1.103/public /mnt/smb cifs rw,user=kyle,uid=1000,gid=100,password=foo 0 0 + +# win +/dev/sda2 /mnt/win ntfs-3g defaults 0 0 |