View difference between Paste ID: 7WpYyLbq and daXaqEDa
SHOW: | | - or go back to the newest paste.
1
mint@mint /dev $ sudo fdisk -l /dev/sda
2
3
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
4
5
6
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
7
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
8
Units = sectors of 1 * 512 = 512 bytes
9
Sector size (logical/physical): 512 bytes / 4096 bytes
10-
Partition 1 does not start on physical sector boundary.
10+
11
Disk identifier: 0x017bbba5
12
13
   Device Boot      Start         End      Blocks   Id  System
14
/dev/sda1               1  1953525167   976762583+  ee  GPT
15
Partition 1 does not start on physical sector boundary.
16
mint@mint /dev $ sudo fdisk -l /dev/sda1
17
18
Disk /dev/sda1: 98 MB, 98566144 bytes
19
255 heads, 63 sectors/track, 11 cylinders, total 192512 sectors
20
Units = sectors of 1 * 512 = 512 bytes
21
Sector size (logical/physical): 512 bytes / 4096 bytes
22
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
23
Disk identifier: 0x00000000
24
25
     Device Boot      Start         End      Blocks   Id  System
26
mint@mint /dev $ sudo fdisk -l /dev/sda2
27
28
Disk /dev/sda2: 992.4 GB, 992382812160 bytes
29
255 heads, 63 sectors/track, 120650 cylinders, total 1938247680 sectors
30
Units = sectors of 1 * 512 = 512 bytes
31
Sector size (logical/physical): 512 bytes / 4096 bytes
32
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
33
Disk identifier: 0x00000000
34
35
Disk /dev/sda2 doesn't contain a valid partition table
36
mint@mint /dev $ sudo fdisk -l /dev/sda3
37
38
Disk /dev/sda3: 7721 MB, 7721713664 bytes
39
255 heads, 63 sectors/track, 938 cylinders, total 15081472 sectors
40
Units = sectors of 1 * 512 = 512 bytes
41
Sector size (logical/physical): 512 bytes / 4096 bytes
42
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
43
Disk identifier: 0x00000000
44
45
Disk /dev/sda3 doesn't contain a valid partition table
46
mint@mint /dev $