Created
September 1, 2011 06:57
-
-
Save natea/1185611 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
# cat /etc/fstab | |
# /etc/fstab: static file system information. | |
# <file system> <mount point> <type> <options> <dump> <pass> | |
proc /proc proc nodev,noexec,nosuid 0 0 | |
LABEL=uec-rootfs / ext4 defaults 0 0 | |
/dev/sda2 /mnt auto defaults,nobootwait,comment=cloudconfig 0 2 | |
/dev/sda3 none swap sw,comment=cloudconfig 0 0 | |
# df | |
Filesystem 1K-blocks Used Available Use% Mounted on | |
/dev/xvda1 8256952 643372 7194152 9% / | |
none 847460 224 847236 1% /dev | |
none 852596 0 852596 0% /dev/shm | |
none 852596 48 852548 1% /var/run | |
none 852596 0 852596 0% /var/lock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment