Cannot recognize hda partition
Submitted by galatnm on Mon, 04/19/2004 - 07:51.
Jnode can't mount my ext2 partition, apparently it doesn't recognize partition table.
Errors :
DriverException : Cannot read partition table.
IOException : Read beyond device sector.
Only particularity of the hardrive, number of cylinders is 3737 and not 1024.
have someone got ideas ?
Fabien.
- Login to post comments
Max sectors equal to 0
Hello all,
in startDevice method of IDEDiskDriver, there is a "maxSector" variable set.In my case,it is setting to 0 and provoked previous error. has someone got an idea to debug/fix this problem ?
Fabien.