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