Ejecting USB drive causes kernel panic

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
wannabegeek

Ejecting USB drive causes kernel panic

Post by wannabegeek »

Hi all...

When I use the eject button to unmount my USB drives, I get an error:

Code: Select all

Writing data to device..etc..
However, there is no write happening...then I pull out the drive anyways and it's fine b/c it was unmounted, as i can no longer see
it with $mount .

Sometimes, ejecting the drive this way causes a kernel panic:

Code: Select all

unable to handle kernel null pointer dereference at 0000000000000000f0
I can perform a cli umount but I often forget and it's annoying...

TIA!
wbg
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
DrHu

Re: Ejecting USB drive causes kernel panic

Post by DrHu »

USB drives goes through a serial converter to manage a regular drive(ide or ..) inside a usb case
--that may be the cause of the error
http://us.generation-nt.com/answer/bug-unable-handle-kernel-null-pointer-dereference-at-0000000c-elv-quiesce-start-help-200783171.html
wannabegeek

Re: Ejecting USB drive causes kernel panic

Post by wannabegeek »

DrHu wrote:USB drives goes through a serial converter to manage a regular drive(ide or ..) inside a usb case
--that may be the cause of the error
http://us.generation-nt.com/answer/bug-unable-handle-kernel-null-pointer-dereference-at-0000000c-elv-quiesce-start-help-200783171.html
Thanks DrHu...I'm afraid that I didn't subscribe to my own thread...

The bug report does look quit like my problem.

Perhaps a script that kills the process handling the port, in addition to a regular unmount...?

Thanks!
wbg
Locked

Return to “Storage”