Created
June 2, 2012 14:10
-
-
Save yano3/2858555 to your computer and use it in GitHub Desktop.
Sakura VPS Ubuntu 10.04 amd64 Guided - use entire disk
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 | |
255 heads, 63 sectors/track, 26108 cylinders | |
Units = cylinders of 16065 * 512 = 8225280 bytes | |
Sector size (logical/physical): 512 bytes / 512 bytes | |
I/O size (minimum/optimal): 512 bytes / 512 bytes | |
Disk identifier: 0x000d09a4 | |
Device Boot Start End Blocks Id System | |
/dev/vda1 * 1 25359 203687936 83 Linux | |
/dev/vda2 25359 26109 6024193 5 Extended | |
/dev/vda5 25359 26109 6024192 82 Linux swap / Solaris | |
$ df -h | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/vda1 192G 857M 181G 1% / | |
none 1001M 176K 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 192G 857M 181G 1% /var/lib/ureadahead/debugfs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment