Created
June 3, 2012 05:10
-
-
Save yano3/2862006 to your computer and use it in GitHub Desktop.
Sakura VPS Ubuntu 10.04 amd64 Manual
This file contains 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
$ sudo fdisk -l | |
Disk /dev/vda: 214.7 GB, 214748364800 bytes | |
16 heads, 63 sectors/track, 416101 cylinders | |
Units = cylinders of 1008 * 512 = 516096 bytes | |
Sector size (logical/physical): 512 bytes / 512 bytes | |
I/O size (minimum/optimal): 512 bytes / 512 bytes | |
Disk identifier: 0x00080477 | |
Device Boot Start End Blocks Id System | |
/dev/vda1 * 3 496 248832 83 Linux | |
Partition 1 does not end on cylinder boundary. | |
/dev/vda2 498 416100 209463297 5 Extended | |
Partition 2 does not end on cylinder boundary. | |
/dev/vda5 412228 416100 1951744 82 Linux swap / Solaris | |
/dev/vda6 498 412228 207511552 83 Linux | |
Partition table entries are not in disk order | |
$ df -h | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/vda6 195G 841M 185G 1% / | |
none 1001M 180K 1001M 1% /dev | |
none 1005M 0 1005M 0% /dev/shm | |
none 1005M 32K 1005M 1% /var/run | |
none 1005M 0 1005M 0% /var/lock | |
none 1005M 0 1005M 0% /lib/init/rw | |
none 195G 841M 185G 1% /var/lib/ureadahead/debugfs | |
/dev/vda1 236M 22M 202M 10% /boot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment