Ticket #2700 (closed bug: fixed)

Opened 3 months ago

Last modified 8 weeks ago

panic when reading root directory from ext3

Reported by: Adek336 Owned by: axeld
Priority: blocker Milestone: R1/alpha1
Component: Drivers/Disk Version: R1 development
Cc: Blocked By:
Platform: All Blocking:

Description

This happens for only one of my ext3 partitions. I can mount it but when reading the root directory either by opening it with the graphical file explorer or the popup menu directory structure I get a panic. I can the type "exit" to kdl which returns me to a perfectly stable system, but only two of the three files in the volume are showed in the file explorer (or popup menu). I have another ext3 partition on the very same physical hard drive which works well.

Attachments

dsc00536.jpg (453.9 kB) - added by Adek336 3 months ago.

Change History

Changed 3 months ago by Adek336

Changed 3 months ago by mmlr

Can you also tell what kind of device this is? Is it a SCSI, ATA or S-ATA disk or a USB device? The error looks like a SCSI message telling that the device cannot serve the block right now because it is recalibrating. This is temporary and non-fatal, but probably the read is not retried yet.

Changed 3 months ago by Adek336

That is a SATA disk. If I retry to read the directory the error happens again.

Changed 8 weeks ago by axeld

  • priority changed from normal to blocker
  • resolution set to fixed
  • status changed from new to closed
  • component changed from File Systems/ext2 to Drivers/Disk
  • milestone changed from R1 to R1/alpha1

Fixed in r27994, please confirm.

Changed 8 weeks ago by Adek336

so cool, it works, thanx ! it helps for #2783 as well.

Note: See TracTickets for help on using tickets.