Ubuntu Pastebin

Paste from nj at Sat, 5 Dec 2015 14:05: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
31
pc2@pc2ThinkCentre:~$ sudo fdisk -l
[sudo] password for pc2: 

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 testine, 63 settori/tracce, 30401 cilindri, totale 488397168 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: 0x11a448f2

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63   119099881    59549909+   7  HPFS/NTFS/exFAT
/dev/sda2       473290965   488392064     7550550    7  HPFS/NTFS/exFAT
/dev/sda3       119101438   473290751   177094657    5  Esteso
/dev/sda5       239998976   389944665    74972845   83  Linux
/dev/sda6       469102592   473290751     2094080   82  Linux swap / Solaris
/dev/sda7       119101440   239998975    60448768   83  Linux
/dev/sda8       389945344   469098495    39576576   83  Linux

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

Disco /dev/sdb: 4009 MB, 4009754624 byte
1 testine, 62 settori/tracce, 126315 cilindri, totale 7831552 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: 0xc3072e18

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sdb1   *        1144     7831551     3915204    b  W95 FAT32
pc2@pc2ThinkCentre:~$ 
Download as text