updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / arch64 / mount-arch64
blob49a20c2b065655ff6911813bcd3b1a3425f6ac34
1 # mount.defaults: static file system information for chroots.
2 # Note that the mount point will be prefixed by the chroot path
3 # (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