Ubuntu Pastebin

Paste from Bellflower at Fri, 13 Nov 2015 18:01:02 +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
bellflower@tinkerbell:~$ sudo parted -l
Model: ATA ST1000LM024 HN-M (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos

Number  Start   End     Size    Type      File system     Flags
 1      1049kB  995GB   995GB   primary   ext4            boot
 2      995GB   1000GB  5298MB  extended
 5      995GB   1000GB  5298MB  logical   linux-swap(v1)


Error: Can't have a partition outside the disk!                           

bellflower@tinkerbell:~$ sudo fdisk -l

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 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
Disk identifier: 0x0004e9b2

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048  1943173119   971585536   83  Linux
/dev/sda2      1943175166  1953523711     5174273    5  Extended
Partition 2 does not start on physical sector boundary.
/dev/sda5      1943175168  1953523711     5174272   82  Linux swap / Solaris

Disk /dev/sdb: 250.0 GB, 249954491904 bytes
255 heads, 63 sectors/track, 30388 cylinders, total 488192367 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: 0x59fdcf9d

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1            2048   205129727   102563840    7  HPFS/NTFS/exFAT
/dev/sdb2   *   205129728   247052287    20961280   83  Linux
/dev/sdb3       247052288   255440895     4194304   82  Linux swap / Solaris
/dev/sdb4       255440896   488396799   116477952   83  Linux
bellflower@tinkerbell:~$ 
Download as text