From: James T. <jim...@ad...> - 2002-07-12 05:34:43
|
Rex Jolliff wrote: > > At 06:48 PM 7/11/02 -0500, you wrote: > >Initializing system32\drivers\class2.sys... > > > >Initializing system32\drivers\disk.sys... > > [...] > > >(disk.c:404) DiskClassCreateDeviceObject() called > >(disk.c:533) SectorSize: 512 > > [...] > > >(disk.c:247) Vendor: 'IOMEGA ZIP 100 ' > >(disk.c:404) DiskClassCreateDeviceObject() called > >Page fault at high IRQL was 12 > >Bug detected code: 0x1D > >Divide Error Exception: 0(2) > > Looks to me like the zip drive may be reporting a sector size of 0. > > Rex Jolliff > re...@lv... > Yes, that would be normal for a ide zip drive with out a disk in it. Need to make an exception for handling drives with zero for a size. James |