Ubuntu Pastebin

Paste from Ugh, good ol' fdisk -l.. at Mon, 19 Oct 2015 03:36:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Disk /dev/loop0: 1 GiB, 1101672448 bytes, 2151704 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 /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x2bd2c32a

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1  *         2048   2254847   2252800   1.1G  7 HPFS/NTFS/exFAT
/dev/sda2         2254848 781443239 779188392 371.6G  7 HPFS/NTFS/exFAT
/dev/sda3       781445118 976771071 195325954  93.1G  5 Extended
/dev/sda5       781445120 968593407 187148288  89.2G 83 Linux
/dev/sda6       968595456 976771071   8175616   3.9G 82 Linux swap / Solaris

Partition 4 does not start on physical sector boundary.


Disk /dev/sdb: 7.3 GiB, 7811891200 bytes, 15257600 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
Disklabel type: dos
Disk identifier: 0x15dc76a9

Device     Boot Start      End  Sectors  Size Id Type
/dev/sdb1  *     2968 15257599 15254632  7.3G  b W95 FAT32

ubuntu@ubuntu:~$ 
Download as text