summaryrefslogtreecommitdiffstats
path: root/macbook/fstab
diff options
context:
space:
mode:
Diffstat (limited to 'macbook/fstab')
-rw-r--r--macbook/fstab16
1 files changed, 16 insertions, 0 deletions
diff --git a/macbook/fstab b/macbook/fstab
new file mode 100644
index 0000000..405dad8
--- /dev/null
+++ b/macbook/fstab
@@ -0,0 +1,16 @@
+#
+# /etc/fstab: static file system information
+#
+# <file system> <dir> <type> <options> <dump> <pass>
+
+# /dev/sda7 LABEL=ARCH_ROOT
+UUID=eb7595ab-5c89-4cb4-af73-5a964e0bd1c8 / ext4 rw,relatime,data=ordered 0 1
+
+# /dev/sda5 LABEL=untitled
+UUID=5982b440-1466-3504-b5a3-6e85cc3e47e5 /boot/efi hfsplus rw,relatime,umask=22,uid=0,gid=0,nls=utf8 0 0
+
+# mac, uid and gid do not work, use bindfs
+UUID=f3defdd6-65f4-3494-8bdb-b40acca3c1e9 /mnt/mac hfsplus rw,relatime,umask=22,uid=0,gid=0,nls=utf8 0 0
+
+# windows
+UUID=420C10DF0C10CFB1 /mnt/win ntfs-3g defaults,rw,uid=1000,gid=100 0 0