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
What do you mean by "boot sector"? A boot sector is present on every
partition of your disk. But the very first sector of the disk contains the
master boot record (MBR), which includes the partition table and the code to
boot the active partition (i.e. it executes the code of the partition's boot
sector).
So I don't know what you want to do with your nice sector image, even if
it's the most important sector of your disk.
Regards,
Sebastian
.
Relevant Pages
- RE: Change Tracks Per Sector on system Partition
... mirroring system partitions of a cluster to an offsite SAN due to differing ... We cannot physically read the file system boot sector usually at ... If your software mirror a Windows NT/2000/2003 operating system partition ... another disk that is translated as 32spt, ... (microsoft.public.windows.server.setup) - RE: Change Tracks Per Sector on system Partition
... >Subject: RE: Change Tracks Per Sector on system Partition ... We cannot physically read the file system boot sector usually at ... >another disk that is translated as 32spt, ... (microsoft.public.windows.server.setup) - Re: Hard Drive Issues
... I'm assuming that particular sector on the drive is dying, ... Looks like you disk is on its way out, from the look of the above ... bsdlabel and newfs the new disk the way you want it. ... Ignore all the stuff above where it displays the partition information. ... (freebsd-questions) - Re: [opensuse] fdisk calculations
... I'm revising the partition HOWTO, ... Disk identifier: 0x04030201 ... The Cylinder / Head / Sector concept is an anachronism from the 1980's ... hard drives configured in the factory to have one alignment or the ... (SuSE) - Re: Setup problems - fdisk, overlapping sectors?
... Can we infer that the disk interface ... You use fdisk => meaning you have booted some kernel and are ... and readto read the second and the last sector of the disk. ... the disk had no extended partition. ... (comp.os.linux.setup) |
|