Re: partition signature




Bill Cunningham wrote:
What file in win98 contains the partion signature? In my system it
should be 0x0c for win95 LBA. videorom.bin? io.sys? Surely it would be one
of these binaries.


What partition signature are you referring to? There's no ID as such
that says this volume/partition is formatted as FAT, although there are
several things that are often checked to ensure that the drive is at
least plausibly FAT (the first byte of the boot sector being 0xe9 or
oxeb, the media descriptor byte being 0xf0-0xff, the various parameters
of the volume layout making sense, etc.).

The partition table itself has an ID byte for each partition, but its
usage is pretty loose. You may be look for that, since an 0x0c is one
of the two partition types for FAT32. Typically an OS will look at
that as a first stage in mounting a volume, but DOS and Windows just
look at the seven or eight types that represent FAT, and then attempts
to mount them, with the specifics (eg FAT12/16/32) being determined
from the contents of the BPB. The ID there is really more for
partition managers.

The volume serial number, if that's what you're looking for is in the
BPB at +39, and there's a volume label just after that (which is a copy
of the one in the root directory).

There's certainly not going to be a signature for the partition in
io.sys (after all, a volume might not even have an io.sys), although
io.sys (or one of the related files) will certainly have the require
code to identify and mount volumes.

.



Relevant Pages

  • Re: cant mke2fs hdb, says already mounted, but it isnt
    ... was able to partition with fdisk, ... the blkid command I ran on the device contradicts with what df ... information as well as any partition signature. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: Resizing FAT partitions
    ... examine the MBR/partition tables and the FAT partition of a drive I already ... of sectors per clusters, I will get a whole number, since my understanding is ... that the partition is aligned to end at the end of a cluster. ... not be able to copy to such small drives. ...
    (microsoft.public.win32.programmer.kernel)
  • RE: Migration NT4 to SBS 2003 R2
    ... we do not recommend customer use FAT ... FAT format partition to NTFS. ... Microsoft CSS Online Newsgroup Support ...
    (microsoft.public.windows.server.sbs)
  • Re: Moving beyond "Tutorial: Building and Deploying a Run-Time Ima
    ... I did change the timeout to 10 seconds just to see if I got the boot up menu, but never saw it, just as you suspected. ... I think I will try and use FAT instead of NTFS over the weekend and see if that gives me better results. ... > runtime image problem but rahter a disk geometry/MBR problem. ... Did you mark the partition as active? ...
    (microsoft.public.windowsxp.embedded)
  • Re: NTFS drive thinks it is FAT
    ... create a bootable floppy. ... If the partition boot record or the contents of the partition are damaged, and they may very well be with the amount of chkdsks you've been throwing at it, this should recover the partition and the data. ... The drive was FAT and is now unusable. ... this drive can be called NTFS rather than FAT without a format? ...
    (microsoft.public.windows.file_system)