Skip to content

Instantly share code, notes, and snippets.

@natea
Created September 1, 2011 06:57
Show Gist options
  • Save natea/1185611 to your computer and use it in GitHub Desktop.
Save natea/1185611 to your computer and use it in GitHub Desktop.
# 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