Changes between Version 23 and Version 29 of Ticket #19105
- Timestamp:
- Sep 19, 2024, 4:36:43 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19105 – Description
v23 v29 4 4 Steps to recreate: connect pendrive, let haiku mount partition, disconnect pendrive, /dev/disk/usb/* will stay. If you didn't open mounted partition before and try to open it you will have kernel panic(at least in gui) 5 5 6 FAT driver possible not catch some kind of "detach" event for unmounting. Or it dont have proper checks for existence of the mounted device. beFs handle this properly and unmounts when usb is detached 6 This issue doesnt exist in previous versions of haiku. So this issue is from bsd fat driver. It mostly dont proper handle hard unmount event / or dont have proper checks of existence of device!