Created
June 1, 2010 21:48
-
-
Save btipling/421564 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@btipling ~]# mount | |
rootfs on / type rootfs (rw) | |
/dev/root on / type ext3 (ro,data=ordered) | |
/dev on /dev type tmpfs (rw) | |
/proc on /proc type proc (rw) | |
/sys on /sys type sysfs (rw) | |
none on /selinux type selinuxfs (rw) | |
/proc/bus/usb on /proc/bus/usb type usbfs (rw) | |
devpts on /dev/pts type devpts (rw) | |
none on /var/lib/stateless/writable type tmpfs (rw) | |
none on /var/cache/man type tmpfs (rw) | |
none on /var/lock type tmpfs (rw) | |
none on /var/log type tmpfs (rw) | |
none on /var/run type tmpfs (rw) | |
none on /tmp type tmpfs (rw) | |
none on /var/lib/dhclient type tmpfs (rw) | |
none on /var/tmp type tmpfs (rw) | |
none on /etc/adjtime type tmpfs (rw) | |
none on /etc/fstab type tmpfs (rw) | |
none on /etc/resolv.conf type tmpfs (rw) | |
none on /var/lib/logrotate.status type tmpfs (rw) | |
none on /var/empty/sshd/etc/localtime type tmpfs (rw) | |
none on /var/lib/random-seed type tmpfs (rw) | |
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) | |
/dev/xvdf on /distros type ext3 (ro,data=ordered) | |
tmpfs on /dev/shm type tmpfs (rw) | |
/dev/xvda1 on /mnt type ext4 (rw,barrier=1,data=ordered) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment