Re: is there an Boot Sector or Partition Table on usb flash disk?
thanks for your answer ,
i have make sure that there are boot sector on the usb flash disk, and i
used dd if=/dev/sda bs=512 count=1 to read the boot sector
"Sebastian" <bastisoft@xxxxxxxx> дÈëÏûÏ¢ÐÂÎÅ:4594326b$0$18833$9b4e6d93@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hi all,
is there an Boot Sector or Partition Table on usb flash disk?
A bootsector is present, if you wish so, as well as a partition table.
Usually, every usb disk or stick or whatever has a partition table -
simply
to correspond to the needs of a BIOS or any Microsoft operating system.
Using Linux, you can get rid of it (by simply putting your file system
into
e.g. /dev/hda instead of e.g. /dev/hda2), but this is non-standard.
Take this answer as a "yes" to your question.
Regards,
Sebastian
.
Relevant Pages
- Re: is there an Boot Sector or Partition Table on usb flash disk?
... is there an Boot Sector or Partition Table on usb flash disk? ... A bootsector is present, if you wish so, as well as a partition table. ... to correspond to the needs of a BIOS or any Microsoft operating system. ... (comp.os.linux.embedded) - Re: is there an Boot Sector or Partition Table on usb flash disk?
... is there an Boot Sector or Partition Table on usb flash disk? ... The file system dictates how the sectors are used. ... If you are asking about FAT files system, then yes there _must_ be a Boot Sector _and_ a Partition Table. ... (comp.os.linux.embedded) - Re: Help! - FIXBOOT turned my FAT32 bootsector into NTFS!
... with a single 20 GB primary DOS partition. ... FIXBOOT Responded with the following: ... > There's no difference between a FAT32 boot sector and an NTFS boot sector. ... > But there are important differences between a Win98 boot sector and a WinXP ... (microsoft.public.windowsxp.general) - Re: bootsect.bak
... The exact function of this file has changed with successive generations of Windows, so this answer may not be correct for all versions. ... These are the most basic, most primitive instructions that make the system start to "pull itself up by its bootstraps" - that is, to "boot" itself by starting from zero. ... The Partition Table has room for four 16-byte entries; each of these tells where one partition starts and ends, plus a few bits of information about that partition, including whether it is the one Active partition on that HDD. ... The contents of the boot sector vary, depending on which operating system wrote it onto the hard drive. ... (microsoft.public.windows.vista.general) - Re: Win98 installation on Win2000 installed PC
... It may be possible to install Win98 The boot sector for both OS's must ... reside on the System partition C:\ Below ... Then install Win98 to second drive. ... (microsoft.public.win2000.setup_upgrade) |
|