Opened 15 years ago
Closed 9 years ago
#5362 closed bug (fixed)
Mount/Write to USB drive causes kernel panic in fat.c
Reported by: | andrewz | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | File Systems/FAT | Version: | R1/alpha1 |
Keywords: | assert error in fat.c | Cc: | romain.haiku@…, romain.picard@… |
Blocked By: | #3690 | Blocking: | |
Platform: | x86 |
Description
Mounting or Copying a file from BFS partition to mounted USB drive causes kernel panic.
OS version: Walter 35369 PC info: IBM Thinkpad T30, Intel P4, 512 MB RAM USB drives: 4 GB Sandisk mounted as /SANDISK, 16 GB Corsair mounted as /CORSAIR
After mounting panic message is encountered: assert failed /storage/Build-O-Matic/nightly-uploader/haiku/haiku/src/add-ons/kernel/file_systems/fat/fat.c:441:0
If I remove the drive I can exit debugger and recover from the error.
If I install a 16 GB Corsair USB drive, it mounts with no error and I can ls, and copy a file to it. But then a second ls causes the same assert error at line 403, cluster != 0. I can recover from this error also.
Change History (5)
comment:1 by , 15 years ago
Blocked By: | 3690 added |
---|---|
Component: | - General → File Systems/FAT |
Platform: | All → x86 |
comment:2 by , 15 years ago
Cc: | added |
---|
comment:3 by , 15 years ago
Please try again with hrev35454 or later and report back when you get a chance.
comment:4 by , 13 years ago
Cc: | added |
---|
comment:5 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Bug supposedly fixed in hrev35434; no response from reporter. Assuming fixed.
Probably the same as ticket 3690