Advertisement
Guest User

Untitled

a guest
Dec 11th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. [root@localhost ~]# sudo fdisk -l
  2.  
  3. Disk /dev/sda: 500.1 GB, 500107862016 bytes, 976773168 sectors
  4. Units = sectors of 1 * 512 = 512 bytes
  5. Sector size (logical/physical): 512 bytes / 4096 bytes
  6. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  7. Disk identifier: 0x44e55b82
  8.  
  9. Device Boot Start End Blocks Id System
  10. /dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
  11. /dev/sda2 206848 373499903 186646528 7 HPFS/NTFS/exFAT
  12. /dev/sda3 373499904 929460223 277980160 f W95 Ext'd (LBA)
  13. /dev/sda4 929460224 976773119 23656448 27 Hidden NTFS WinRE
  14. /dev/sda5 373501952 929460223 277979136 7 HPFS/NTFS/exFAT
  15.  
  16. Disk /dev/mapper/live-rw: 4294 MB, 4294967296 bytes, 8388608 sectors
  17. Units = sectors of 1 * 512 = 512 bytes
  18. Sector size (logical/physical): 512 bytes / 512 bytes
  19. I/O size (minimum/optimal): 512 bytes / 512 bytes
  20.  
  21.  
  22. Disk /dev/mapper/live-osimg-min: 4294 MB, 4294967296 bytes, 8388608 sectors
  23. Units = sectors of 1 * 512 = 512 bytes
  24. Sector size (logical/physical): 512 bytes / 512 bytes
  25. I/O size (minimum/optimal): 512 bytes / 512 bytes
  26.  
  27. [root@localhost ~]# sudo parted -l
  28. Model: ATA WDC WD5000BPVT-3 (scsi)
  29. Disk /dev/sda: 500GB
  30. Sector size (logical/physical): 512B/4096B
  31. Partition Table: msdos
  32. Disk Flags:
  33.  
  34. Number Start End Size Type File system Flags
  35. 1 1049kB 106MB 105MB primary ntfs boot
  36. 2 106MB 191GB 191GB primary ntfs
  37. 3 191GB 476GB 285GB extended lba
  38. 5 191GB 476GB 285GB logical ntfs
  39. 4 476GB 500GB 24.2GB primary ntfs diag
  40.  
  41.  
  42. Model: Linux device-mapper (snapshot) (dm)
  43. Disk /dev/mapper/live-osimg-min: 4295MB
  44. Sector size (logical/physical): 512B/512B
  45. Partition Table: loop
  46. Disk Flags:
  47.  
  48. Number Start End Size File system Flags
  49. 1 0.00B 4295MB 4295MB ext4
  50.  
  51.  
  52. Model: Linux device-mapper (snapshot) (dm)
  53. Disk /dev/mapper/live-rw: 4295MB
  54. Sector size (logical/physical): 512B/512B
  55. Partition Table: loop
  56. Disk Flags:
  57.  
  58. Number Start End Size File system Flags
  59. 1 0.00B 4295MB 4295MB ext4
  60.  
  61.  
  62. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  63. has been opened read-only.
  64. Error: The partition's data region doesn't occupy the entire partition.
  65. Ignore/Cancel?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement