Ubuntu Pastebin

Paste from Vegar2 at Sat, 9 May 2015 06:37:18 +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
33
34
35
36
37
38
39
40
41
42
43
44
45
root@core ~# fdisk -l /dev/sda

Disk /dev/sda: 3.7 TiB, 4000787030016 bytes, 7814037168 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: gpt
Disk identifier: 9D4D7F94-4517-0841-9C94-F866F316F434

Device          Start        End    Sectors  Size Type
/dev/sda1        2048 7814019071 7814017024  3.7T Solaris /usr & Apple ZFS
/dev/sda9  7814019072 7814035455      16384    8M Solaris reserved 1

__________________________________________________________________________

root@core ~# fdisk -l /dev/sdb

Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 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: gpt
Disk identifier: 39338E6A-5FBC-0E4E-9DDB-7378EF600EB7

Device          Start        End    Sectors  Size Type
/dev/sdb1        2048 7814019071 7814017024  3.7T Solaris /usr & Apple ZFS
/dev/sdb9  7814019072 7814035455      16384    8M Solaris reserved 1

__________________________________________________________________________

root@core ~# fdisk -l /dev/sdf

Disk /dev/sdf: 931.5 GiB, 1000204886016 bytes, 1953525168 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: 0x708fdc1b

Device     Boot  Start        End    Sectors   Size Id Type
/dev/sdf1  *      2048     499711     497664   243M 83 Linux
/dev/sdf2       501758 1953523711 1953021954 931.3G  5 Extended
/dev/sdf5       501760 1953523711 1953021952 931.3G 8e Linux LVM

Partition 3 does not start on physical sector boundary.
Download as text