Changes between Version 23 and Version 29 of Ticket #19105


Ignore:
Timestamp:
Sep 19, 2024, 4:36:43 PM (8 hours ago)
Author:
Catmengi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19105 – Description

    v23 v29  
    44Steps 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)
    55
    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
     6This 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!