1 # mount.defaults: static file system information for chroots.
2 # Note that the mount point will be prefixed by the chroot path
5 # <file system> <mount point> <type> <options> <dump> <pass>
6 proc /proc proc defaults 0 0
7 /dev /dev none rw,bind 0 0
8 #/dev/pts /dev/pts none rw,bind 0 0
9 tmpfs /dev/shm tmpfs defaults 0 0
10 /sys /sys none rw,bind 0 0
11 /tmp /tmp none rw,bind 0 0
12 /home /home none rw,bind 0 0
13 /var/cache/pacman/pkg /var/cache/pacman/pkg none rw,bind 0 0