You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
I am not sure this is actually your problem since I have not reviewed the plugin's code.
I recently installed ranger on a endeavouros setup, and got errors mounting exfat formatted usb drives. It turns out the error is thrown because I had exfatprogs installed instead of exfat-utils. Replacing it fixed the issue.
The problem seems to come from a compatibility issue with the internal commands used by udisk which I believe your plugin relies on. See this issue.
From what I could gather, it was fixed a while ago, so I thought you would like to know about it in case you are not already aware of it.