Ubuntu Pastebin

Paste from fdisk at Mon, 30 Mar 2015 22:44:30 +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
ubuntu@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 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
Disk identifier: 0x8e12c728

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      409599      203776    7  HPFS/NTFS/exFAT
/dev/sda2          409600   852147881   425869141    7  HPFS/NTFS/exFAT
/dev/sda3       922476542   976771071    27147265    f  W95 Ext'd (LBA)
/dev/sda4       852148224   922474495    35163136   83  Linux
/dev/sda5       934193152   976560127    21183488    7  HPFS/NTFS/exFAT
/dev/sda6       976560192   976771071      105440    b  W95 FAT32
/dev/sda7       922476544   934178815     5851136   82  Linux swap / Solaris

Partition table entries are not in disk order

Disk /dev/sdb: 7743 MB, 7743995904 bytes
80 heads, 16 sectors/track, 11816 cylinders, total 15124992 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 identifier: 0xcae8f057

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *        8064    15124991     7558464    c  W95 FAT32 (LBA)
ubuntu@ubuntu:~$ 
Download as text