Summary: | Cannot unmount USB drives mounted by Dolphin | ||
---|---|---|---|
Product: | [Applications] partitionmanager | Reporter: | Ilya Bizyaev <bizyaev> |
Component: | general | Assignee: | Andrius Štikonas <andrius> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | john.kizer |
Priority: | NOR | ||
Version First Reported In: | 24.12.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ilya Bizyaev
2025-03-28 11:59:39 UTC
Hi - following those steps, I cannot reproduce on my Fedora KDE 41 device. Just to check, what filesystem path is being used by your operating system to mount the USB drive? On my device, for example, it's /run/media/username/label Also, what filesystem is used by that USB drive? (ex. exfat?) Thanks! • Same, /run/media/ilya/Флешка/ • NTFS (via ntfs-3g) Thanks - for what it's worth, I reformatted my USB drive as NTFS, but still couldn't reproduce on my device. I wonder if something is different about how Tumbleweed is configured? Does running the umount command, as listed in that error message, manually in a terminal work? $ umount --verbose --all-targets /dev/sda1 umount: /run/media/ilya/Флешка: must be superuser to unmount. $ sudo umount --verbose --all-targets /dev/sda1 umount: /run/media/ilya/Флешка (/dev/sda1) unmounted |