Ubuntu Pastebin

Paste from Oer at Wed, 8 Apr 2015 05:03:51 +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
oer@oerpc:~$ sudo fdisk -l
[sudo] password for oer: 

Disk /dev/sda: 55,9 GiB, 60022480896 bytes, 117231408 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: 0x0008d102

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sda1  *         2048 110417919 110415872 52,7G 83 Linux
/dev/sda2       110419966 117229567   6809602  3,3G  5 Extended
/dev/sda5       110419968 117229567   6809600  3,3G 82 Linux swap / Solaris

Disk /dev/sdb: 465,8 GiB, 500107862016 bytes, 976773168 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: 0x0009c3d2

Device     Boot Start       End   Sectors   Size Id Type
/dev/sdb1  *     2048 976773119 976771072 465,8G 83 Linux

Disk /dev/sdc: 931,5 GiB, 1000204886016 bytes, 1953525168 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: gpt
Disk identifier: F787D2C6-1C43-48C3-95F8-6A1D10E0073E

Device     Start        End    Sectors   Size Type
/dev/sdc1   2048 1953523711 1953521664 931,5G Linux filesystem

oer@oerpc:~$ 
Download as text