/dev/sda1
é uma partição , não uma unidade. Você quer /dev/sda
.
Acabei de comprar este pen drive no eBay. É um giro de 4GB Imation. Eu não tenho interesse no software de criptografia proprietário que vem com ele, na verdade eu prefiro não conectá-lo ao meu PC com Windows até que eu tenha reformatado e de preferência particionado novamente.
Meu plano era inicializar o Linux a partir de um live CD e reparticionar o flash drive de lá. O problema é que fdisk
me dá uma saída estranha e estou preocupado que eu possa bloquear o disco. Devo me preocupar ou seguir em frente?
# fdisk -v
fdisk (util-linux-ng 2.13.1.1)
# fdisk -l /dev/sda1
Disk /dev/sda1: 3875 MB, 3875602432 bytes
120 heads, 62 sectors/track, 1017 cylinders
Units = cylinders of 7440 * 512 = 3809280 bytes
Disk identifier: 0x6f20736b
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sda1p1 ? 104589 258017 570754815+ 72 Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(357, 116, 40) logical=(104588, 19, 11)
Partition 1 has different physical/logical endings:
phys=(357, 32, 45) logical=(258016, 104, 51)
Partition 1 does not end on cylinder boundary.
/dev/sda1p2 ? 22674 282893 968014120 65 Novell Netware 386
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(288, 115, 43) logical=(22673, 38, 47)
Partition 2 has different physical/logical endings:
phys=(367, 114, 50) logical=(282892, 20, 42)
Partition 2 does not end on cylinder boundary.
/dev/sda1p3 ? 251329 511547 968014096 79 Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(366, 32, 33) logical=(251328, 18, 30)
Partition 3 has different physical/logical endings:
phys=(357, 32, 43) logical=(511546, 119, 39)
Partition 3 does not end on cylinder boundary.
/dev/sda1p4 ? 387861 387868 27749+ d Unknown
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(372, 97, 50) logical=(387860, 44, 25)
Partition 4 has different physical/logical endings:
phys=(0, 10, 0) logical=(387867, 99, 33)
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
Tente escrever
fdisk /dev/sda
no lugar.
Embora o fdisk seja uma ótima ferramenta, o Gparted é uma alternativa de GUI direta. Está disponível na maioria dos CDs ao vivo, incluindo o Puppy.