summaryrefslogtreecommitdiff
path: root/Base/etc/fstab
blob: 30fd77cc7c294752c1201a1b8f9e31a7e7c8ae71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Root file system. This is a fake entry which gets ignored by `mount -a`;
# the actual logic for mounting root is in the kernel.
/dev/hda	/	ext2	nodev,nosuid,ro
# Remount /bin, /root, and /home while adding the appropriate permissions.
/bin	/bin	bind	bind,nodev,ro
/etc	/etc	bind	bind,nodev,nosuid
/home	/home	bind	bind,nodev,nosuid
/root	/root	bind	bind,nodev,nosuid
/var	/var	bind	bind,nodev,nosuid
/www	/www	bind	bind,nodev,nosuid

none	/proc	proc	nosuid
none	/tmp	tmp	nodev,nosuid