summaryrefslogtreecommitdiffstats
path: root/ion/etc/fstab
diff options
context:
space:
mode:
Diffstat (limited to 'ion/etc/fstab')
-rw-r--r--ion/etc/fstab21
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