QUOTE (joakim @ Jul 2 2009, 06:40 PM)

What I think it refers to, is the 4 bytes at offset 440 in mbr.
Yep, that's the disk signature, apart from NT based systems, which, if a disk signature is not present do force one when mounting the disk, all other operating systems do not use it.
The only occasion when something like this would be useful would be to force a disk signature on a disk that is already partitioned/formatted under another OS, say DOS or Linux and has 00 00 00 00 as signature.
But such a disk is not actually RAW as the reference seems to hint.
Unless it means with an unknown filesystem, say for example reiserFS or Ext2/Ext3FS for which there is not a filesystem driver in the early part of booting.
In which case it would be a way to "tag" a disk even if it's parititoning/formatting is UNKNOWN (but which cannot be defined "RAW").

jaclaz