Advertisement
Guest User

Untitled

a guest
Apr 28th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo fdisk -l
  2.  
  3. Disk /dev/sda: 12.6 GB, 12582912000 bytes
  4. 255 heads, 63 sectors/track, 1529 cylinders, total 24576000 sectors
  5. Units = sectors of 1 * 512 = 512 bytes
  6. Sector size (logical/physical): 512 bytes / 512 bytes
  7. I/O size (minimum/optimal): 512 bytes / 512 bytes
  8. Disk identifier: 0x000e3443
  9.  
  10. Device Boot Start End Blocks Id System
  11. /dev/sda1 * 2048 499711 248832 83 Linux
  12. /dev/sda2 501758 24575999 12037121 5 Extended
  13. /dev/sda5 501760 24573951 12036096 8e Linux LVM
  14. ubuntu@ubuntu:~$ sudo resize2fs /dev/sda2 12000M
  15. resize2fs 1.42.9 (4-Feb-2014)
  16. resize2fs: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda2
  17. Couldn't find valid filesystem superblock.
  18. ubuntu@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement