Ubuntu Pastebin

Paste from fdisk at Thu, 25 Feb 2016 20:09: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
ubuntu1404lts@Aspire-5920G:~$ sudo fdisk -l
[sudo] password for ubuntu1404lts: 

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 testine, 63 settori/tracce, 60801 cilindri, totale 976773168 settori
Unità = settori di 1 * 512 = 512 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x0002551b

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048   209717247   104857600    7  HPFS/NTFS/exFAT
/dev/sda2       209719294   976773119   383526913    5  Esteso
/dev/sda5       209721344   408950783    99614720    7  HPFS/NTFS/exFAT
/dev/sda6       620767232   976773119   178002944    7  HPFS/NTFS/exFAT
/dev/sda7       417341440   620750847   101704704   83  Linux
/dev/sda8       408952832   417339391     4193280   82  Linux swap / Solaris
/dev/sda9       620752896   620765183        6144    7  HPFS/NTFS/exFAT

Le voci nella tabella delle partizioni non sono nello stesso ordine del disco

Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 testine, 63 settori/tracce, 121601 cilindri, totale 1953525168 settori
Unità = settori di 1 * 512 = 512 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x1cbfcf10

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sdb1            2048  1953521663   976759808    7  HPFS/NTFS/exFAT
ubuntu1404lts@Aspire-5920G:~$ 
Download as text