cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: May 13 2005,22:12 |
|
It sounds to me like your USB drive is formatted like a "Superfloppy" with no partition table. This is why you can access it as /dev/sda instead of /dev/sda1
If your device was formatted like most USB thumbdrives, it would have a partition table and a /dev/sda1 for access.
You can either continue to use your drive as a /dev/sda device,
or you can reformat it and create a /dev/sda1 device.
You can do this either in DSL, with dosfstools extension, or you can plug it into a Windows computer and format it from Windows Explorer as FAT or FAT32 format type.
|