0

Only one partition cannot be unmounted (on other drive than the one the system is installed on) . It is also the only ext4 partition on that drive, the other two are ntfs.

enter image description here

I am using dual boot, have rebooted to fully shut down Windows, all partitions other than the system-running one are unmounted.

In Dolphin it says some app is using the partition

enter image description here

which one could that be? (Dropbox and such are shut too)

cipricus
  • 3,444
  • 2
  • 34
  • 85

1 Answers1

1

Solution based on Rizwind's comment: in order to see which program is accessing the partition, lsof | grep /path/to/partition.

(In this case appimage programs administered by AppImageLauncherSettings were the culprits. Moving them to another location solved this after reboot.)

cipricus
  • 3,444
  • 2
  • 34
  • 85