Frédéric Grosshans wrote:
I've a problem with a recently bought usb disk:there is a /dev/sda node but no /dev/sda1 . When I try to access /dev/sda, I've the following errors : sanduleak ~ # fdisk /dev/sdaUnable to open /dev/sdasanduleak ~ # dd if=/dev/sda of=/dev/null dd: opening `/dev/sda': No medium found
I think many USB keys have pseudo-partitions, exactly like floppy disks. You should be able to mount /dev/sda directly fdisk /dev/sda will fail or displays a broken partition table. -- Régis -- [email protected] mailing list

