Messages in this thread |  | | Date | Thu, 5 Sep 2002 01:46:53 +0200 | From | Andries Brouwer <> | Subject | Re: [linux-usb-devel] Feiya 5-in-1 Card Reader |
| |
On Wed, Sep 04, 2002 at 04:10:42PM -0700, Matthew Dharm wrote:
> I'm trying to find out why Windows doesn't choke on the strange > READ_CAPACITY value.
That is an easy one. It belongs to the recent partitioning discussion on l-k.
Windows knows the type of partition table, so reads the partition table and the boot sector and the FAT and is happy.
Linux tries various things, depending on how you compiled your kernel, and among other things also needs to examine the last sector. So, only Linux will do bad things in case the capacity is off by one, and only when your config includes partitioning types that use this last sector.
Andries
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |