Re: is there an Boot Sector or Partition Table on usb flash disk?
- From: Roby <roby@xxxxxxxxxxxxxx>
- Date: Thu, 28 Dec 2006 09:34:52 -0500
Henrik Carlqvist wrote:
"freegnu" <freegnu@xxxxxxx> wrote:Isn't this just a matter of how the device is set up? Could I just format
is there an Boot Sector or Partition Table on usb flash disk?
Most usb flash disks contain a master boot record with a partition table.
When mounting those disks you should do something like:
mount /dev/sda1 /mnt/hd
However, I have seen at least one mp3 player which didn't have partitions,
instead it should be mounted with:
mount /dev/sda /mnt/hd
With such a usb flash disk you might be a little confused. The system has
no way to know if there is a partition table and you might assume that the
disk contains a partition table. By interpreting the contents in the
beginning of the disk as a partition table you get something that looks
like a broken partition table containing partitions with strange ids and
geometries.
regards Henrik
the whole device to create /dev/sda or instead use cfdisk to make partition
table and then format to yield /dev/sda1, /dev/sda2 ... etc?
Haven't tried, just curious.
Happy New Year!
Roby
.
- Follow-Ups:
- Re: is there an Boot Sector or Partition Table on usb flash disk?
- From: Henrik Carlqvist
- Re: is there an Boot Sector or Partition Table on usb flash disk?
- References:
- is there an Boot Sector or Partition Table on usb flash disk?
- From: freegnu
- Re: is there an Boot Sector or Partition Table on usb flash disk?
- From: Henrik Carlqvist
- is there an Boot Sector or Partition Table on usb flash disk?
- Prev by Date: Re: Something [probably: obvious] I'm missing from a grub install
- Next by Date: Re: Can you read a Mount Rainier formatted CD/DVD by non compliant drive?
- Previous by thread: Re: is there an Boot Sector or Partition Table on usb flash disk?
- Next by thread: Re: is there an Boot Sector or Partition Table on usb flash disk?
- Index(es):
Relevant Pages
|