Guest User

Untitled

a guest
Sep 30th, 2013
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. /* ********** */
  2. BLKID
  3. /* ********** */
  4.  
  5.  
  6. /dev/sda1: LABEL="Recovery" UUID="0E40985A40984A7B" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="a8a293ef-4b62-4ef7-9d07-df1b94e538be"
  7. /dev/sda2: UUID="2699-E256" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="f8c7679d-75d8-4264-aeb7-1ae85fe3122c"
  8. /dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="449b4ef1-8346-4d7f-8a0f-c315cf149bcc"
  9. /dev/sda4: UUID="E4F89D25F89CF750" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="110366b9-27dc-458e-aa37-eefe7ad57545"
  10. /dev/sda5: UUID="79f72066-1913-4796-a3d4-c55835667cea" TYPE="ext4" PARTUUID="fb27fbf8-db9b-4591-a920-8d41abad80fc"
  11. /dev/sda6: UUID="ED88-2B71" TYPE="vfat" PARTLABEL="LINUX EFI" PARTUUID="f897746c-88cc-4c66-a12d-93618aefb2c1"
  12. /dev/sdb1: UUID="61C2F29F0CCEA862" TYPE="ntfs" PARTLABEL="WinM" PARTUUID="ac3f0a6f-2c41-404a-8952-8869877d27b4"
  13. /dev/sdb2: UUID="5fb8c4a1-90f1-40dc-8aa7-3400cc353726" TYPE="ext4" PARTUUID="e369ae66-fd26-4c41-8f9c-52ba78e546bb"
  14. /dev/sr0: UUID="2013-09-01-07-53-33-00" LABEL="ARCH_201309" TYPE="iso9660" PTTYPE="dos"
  15. /dev/sdc: SEC_TYPE="msdos" UUID="8673-365D" TYPE="vfat"
  16. /dev/sdd1: LABEL="PENDRIVE" UUID="22CF-0416" TYPE="vfat"
  17.  
  18. /* ********** */
  19. FDISK
  20. /* ********** */
  21.  
  22.  
  23. Disk /dev/sda: 128.0 GB, 128035676160 bytes, 250069680 sectors
  24. Units = sectors of 1 * 512 = 512 bytes
  25. Sector size (logical/physical): 512 bytes / 512 bytes
  26. I/O size (minimum/optimal): 512 bytes / 512 bytes
  27. Disk label type: gpt
  28.  
  29.  
  30. # Start End Size Type Name
  31. 1 2048 616447 300M Windows recover Basic data partition
  32. 2 616448 821247 100M EFI System EFI system partition
  33. 3 821248 1083391 128M Microsoft reser Microsoft reserved partition
  34. 4 1083392 157794303 74.7G Microsoft basic Basic data partition
  35. 5 157794304 247971839 43G Linux filesyste
  36. 6 247971840 250069646 1G Linux filesyste LINUX EFI
  37.  
  38. /* ********** */
  39. GDISK
  40. /* ********** */
  41.  
  42. GPT fdisk (gdisk) version 0.8.7
  43.  
  44. Partition table scan:
  45. MBR: protective
  46. BSD: not present
  47. APM: not present
  48. GPT: present
  49.  
  50. Found valid GPT with protective MBR; using GPT.
  51. Disk /dev/sda: 250069680 sectors, 119.2 GiB
  52. Logical sector size: 512 bytes
  53. Disk identifier (GUID): 0146F83E-30BA-49CD-94B7-F944C7626D82
  54. Partition table holds up to 128 entries
  55. First usable sector is 34, last usable sector is 250069646
  56. Partitions will be aligned on 2048-sector boundaries
  57. Total free space is 2014 sectors (1007.0 KiB)
  58.  
  59. Number Start (sector) End (sector) Size Code Name
  60. 1 2048 616447 300.0 MiB 2700 Basic data partition
  61. 2 616448 821247 100.0 MiB EF00 EFI system partition
  62. 3 821248 1083391 128.0 MiB 0C01 Microsoft reserved part
  63. 4 1083392 157794303 74.7 GiB 0700 Basic data partition
  64. 5 157794304 247971839 43.0 GiB 8300
  65. 6 247971840 250069646 1.0 GiB 8300 LINUX EFI
  66.  
  67. /* ********** */
  68. PARTED
  69. /* ********** */
  70.  
  71. Model: ATA Samsung SSD 840 (scsi)
  72. Disk /dev/sda: 128GB
  73. Sector size (logical/physical): 512B/512B
  74. Partition Table: gpt
  75. Disk Flags:
  76.  
  77. Number Start End Size File system Name Flags
  78. 1 1049kB 316MB 315MB ntfs Basic data partition hidden, diag
  79. 2 316MB 420MB 105MB fat32 EFI system partition boot
  80. 3 420MB 555MB 134MB Microsoft reserved partition msftres
  81. 4 555MB 80.8GB 80.2GB ntfs Basic data partition
  82. 5 80.8GB 127GB 46.2GB ext4
  83. 6 127GB 128GB 1074MB fat32 LINUX EFI
  84.  
  85. /* ********** */
  86. LSBLK
  87. /* ********** */
  88.  
  89. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
  90. sda 8:0 0 119.2G 0 disk
  91. ├─sda1 8:1 0 300M 0 part
  92. ├─sda2 8:2 0 100M 0 part /boot
  93. ├─sda3 8:3 0 128M 0 part
  94. ├─sda4 8:4 0 74.7G 0 part
  95. ├─sda5 8:5 0 43G 0 part /
  96. └─sda6 8:6 0 1G 0 part /boot/efi
  97. sdb 8:16 0 931.5G 0 disk
  98. ├─sdb1 8:17 0 600G 0 part
  99. └─sdb2 8:18 0 331.5G 0 part /home
  100. sdc 8:32 1 1.9G 0 disk
  101. sdd 8:48 1 3.8G 0 disk
  102. └─sdd1 8:49 1 3.8G 0 part /mnt/usb
  103. sr0 11:0 1 525M 0 rom
Advertisement
Add Comment
Please, Sign In to add comment