Created
September 1, 2011 06:56
-
-
Save natea/1185609 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
db-0002 | |
------- | |
$ cat /etc/fstab | |
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/sda 8256952 4718280 3119244 61% / | |
none 847852 120 847732 1% /dev | |
none 852852 16 852836 1% /dev/shm | |
none 852852 72 852780 1% /var/run | |
none 852852 0 852852 0% /var/lock | |
/dev/sda2 153899044 251520 145829900 1% /mnt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment