summaryrefslogtreecommitdiffstats
path: root/macbook/fstab
blob: 405dad8cf116f7d03ccf04cb09d3ed37cf024a5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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