Ubuntu Pastebin

Paste from AceKing at Sun, 28 Jun 2015 21:11:07 +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
ace@Ace-PC:~$ sudo fdisk -l
[sudo] password for ace: 

Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 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: 0x153ce304

Device     Boot      Start        End    Sectors   Size Id Type
/dev/sda1             2048  820477951  820475904 391.2G  7 HPFS/NTFS/exFAT
/dev/sda2  *     820477952 3888508927 3068030976   1.4T 83 Linux
/dev/sda3       3888508928 3907028991   18520064   8.9G 82 Linux swap / Solar

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: 0x066587fa

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sdb1  *           64 933310463 933310400  445G  7 HPFS/NTFS/exFAT
/dev/sdb2       976735935 976768064     32130 15.7M 83 Linux
/dev/sdb3       933312240 976735934  43423695 20.7G 83 Linux

Partition table entries are not in disk order.
Disk /dev/mapper/cryptswap1: 8.9 GiB, 9481748480 bytes, 18519040 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
ace@Ace-PC:~$ 
Download as text