On Sat, 2024-01-06 at 00:39 +1100, fed...@eyal.emu.id.au wrote:
> This happens whenever I connect and mount a USB disk
>       $ sudo mount /dev/sdi1 /sata
> Then when I am finished with it, I do
>       $ sudo umount /sata
> and then
>       $ sudo eject /dev/sdi
> At this point the system log shows the below burst of errors (the
> disk is still plugged in).
> 
> Checking the system log I see this for the first time with kernel
> 6.5.12-200.fc38.x86_64
> 
> What is the correct order of commands when removing a USB disk?
> 

AFAIK eject unmounts the drive, so you're attempting to unmount it
twice. For removable USB drives, unmount on its own is enough.

poc
--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to