Bon, je vous décris ce que je fais exactement.
- Opération rouleau compresseur :
- Réponse :
dd: écriture vers « /dev/sdb »: Aucun espace disponible sur le périphérique
15671297+0 enregistrements lus
15671296+0 enregistrements écrits
8023703552 octets (8,0 GB) copiés, 1173,97 s, 6,8 MB/s
- Vérification :
[code]root@CHE:/home/user/Bureau# fdisk -l /dev/sdb
Disk /dev/sdb: 8023 MB, 8023703552 bytes
247 heads, 62 sectors/track, 1023 cylinders
Units = cylinders of 15314 * 512 = 7840768 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/sdb doesn’t contain a valid partition table[/code]
- J’envoie l’affaire :
root@CHE:/home/user/build# dd if=debian-7.1.0-amd64-netinst.iso of=/dev/sdb
454656+0 enregistrements lus
454656+0 enregistrements écrits
232783872 octets (233 MB) copiés, 71,1379 s, 3,3 MB/s
- Seulement voilà :
[code]root@CHE:/home/user/build# fdisk -l /dev/sdb
WARNING: GPT (GUID Partition Table) detected on ‘/dev/sdb’! The util fdisk doesn’t support GPT. Use GNU Parted.
Disk /dev/sdb: 8023 MB, 8023703552 bytes
255 heads, 63 sectors/track, 975 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x66a1f12c
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 29 227328 0 Empty
Partition 1 has different physical/logical endings:
phys=(221, 63, 32) logical=(28, 76, 48)
Partition 1 does not end on cylinder boundary.
/dev/sdb2 2 2 448 ef EFI (FAT-12/16/32)
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(1023, 254, 63) logical=(1, 145, 45)
Partition 2 has different physical/logical endings:
phys=(1023, 254, 63) logical=(1, 159, 58)[/code]
L’horreur intégrale, donc, cela ne peut pas être pris au reboot (les fichiers sont dans la sdb1…
A+
Sergio