Ubuntu Pastebin

Paste from Kojee at Tue, 5 Jan 2016 16:28:15 +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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
kojee@kojee-HP-Pavilion-g6-Notebook-PC:~$ sudo fdisk -l
[sudo] password for bishibazu: 

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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Identificativo disco: 0x489fc4cd

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      718847      358400    7  HPFS/NTFS/exFAT
/dev/sda2          720894   975024127   487151617    5  Esteso
Partition 2 does not start on physical sector boundary.
/dev/sda3       975024128   976771071      873472   27  Hidden NTFS WinRE
/dev/sda5       213121024   225691647     6285312   82  Linux swap / Solaris
/dev/sda6       225693696   975024127   374665216   83  Linux
/dev/sda7          720896   213121023   106200064   83  Linux

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

Disco /dev/mmcblk0: 7948 MB, 7948206080 byte
81 testine, 10 settori/tracce, 19165 cilindri, totale 15523840 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: 0x00000000

   Dispositivo Boot      Start         End      Blocks   Id  System
/dev/mmcblk0p1            8192    15523839     7757824    b  W95 FAT32
kojee@kojee-HP-Pavilion-g6-Notebook-PC:~$ sudo fdisk /dev/mmcblk0p1
fdisk: impossibile aprire /dev/mmcblk0p1: File o directory non esistente
kojee@kojee-HP-Pavilion-g6-Notebook-PC:~$ sudo fdisk /dev/mmcblk0p1

Comando (m per richiamare la guida): o
Building a new DOS disklabel with disk identifier 0x30299365.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won't be recoverable.

Attenzione: il flag 0x0000 non valido della tabella delle partizioni 4 verrà corretto con w(rite)

Comando (m per richiamare la guida): w
La tabella delle partizioni è stata alterata!

Chiamata di ioctl() per rileggere la tabella delle partizioni.

WARNING: Re-reading the partition table failed with error 22: Argomento non valido.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
Sincronizzazione dei dischi in corso.
kojee@kojee-HP-Pavilion-g6-Notebook-PC:~$ p
p: comando non trovato
kojee@kojee-HP-Pavilion-g6-Notebook-PC:~$ sudo fdisk /dev/mmcblk0p1

Comando (m per richiamare la guida): p

Disco /dev/mmcblk0p1: 7944 MB, 7944011776 byte
4 testine, 16 settori/tracce, 242432 cilindri, totale 15515648 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: 0x00000000

     Dispositivo Boot      Start         End      Blocks   Id  System

Comando (m per richiamare la guida): 
Download as text