Advertisement
Guest User

Untitled

a guest
Oct 29th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. sudo parted /dev/sda print
  2. Error: Cannot have a partition outside the disk!
  3. sudo fdisk -l -u /dev/sda
  4.  
  5. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  6. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  7. Units = sectors of 1 * 512 = 512 bytes
  8. Sector size (logical/physical): 512 bytes / 4096 bytes
  9. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  10. Disk identifier: 0x47367329
  11.  
  12. Device Boot Start End Blocks Id System
  13. /dev/sda1 * 2048 31459327 15728640 7 HPFS/NTFS/exFAT
  14. /dev/sda2 31459328 31664127 102400 7 HPFS/NTFS/exFAT
  15. /dev/sda3 31664128 285570368 126953120+ 7 HPFS/NTFS/exFAT
  16. /dev/sda4 285570432 625153409 169791489 f W95 Ext'd (LBA)
  17. /dev/sda5 285571072 320727039 17577984 83 Linux
  18. /dev/sda6 320729088 617054207 148162560 83 Linux
  19. /dev/sda7 617058304 625141743 4041720 82 Linux swap / Solaris
  20. excognac@excognac-Aspire:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement