External hard drive / USB Drive Volume wont mount #25

Closed
opened 2024-01-18 19:01:47 +01:00 by goalrusher · 5 comments

I don't know if it is already a listed issue I tried looking both at the github and here couldn't find it listed. But when I try to mount a volume that I moved on a USB drive it saids DroidFS doesn't have write access to this path please try another path I gave it access to the USB path in android storage scopes but I guess that doesn't work. Is there some extra android or droidfs setting I need to turn on that I haven't found yet to access/put volumes onto USB or external hard drives. Or is it not supported yet? If not supported yet it would be a good thing to support.

I don't know if it is already a listed issue I tried looking both at the github and here couldn't find it listed. But when I try to mount a volume that I moved on a USB drive it saids **DroidFS doesn't have write access to this path please try another path** I gave it access to the USB path in android storage scopes but I guess that doesn't work. Is there some extra android or droidfs setting I need to turn on that I haven't found yet to access/put volumes onto USB or external hard drives. Or is it not supported yet? If not supported yet it would be a good thing to support.

Ensure you are running the latest version (2.1.3) and that DroidFS has been granted the "Manage all files" permission. Also check that the path DroidFS resolves for your volume is correct. If everything looks good, record the app logcat while reproducing the bug.

Ensure you are running the latest version (2.1.3) and that DroidFS has been granted the "Manage all files" permission. Also check that the path DroidFS resolves for your volume is correct. If everything looks good, record the app logcat while reproducing the bug.
Author

On 2.1.3 Yes.

The Storage scopes is the right path.

You are telling me to use "Manage all files" instead of storage scopes but DroidFS doesn't ask me for that permission. I can only allow it to access all Photos and Videos in the app permissions.

I don't know how to record app logcat.

On 2.1.3 Yes. The Storage scopes is the right path. You are telling me to use "Manage all files" instead of storage scopes but DroidFS doesn't ask me for that permission. I can only allow it to access all Photos and Videos in the app permissions. I don't know how to record app logcat.

Which Android version are you running? "Manage all files" is a special permission available on Android 11+. It should automatically be requested by DroidFS when adding a new volume.

To record logcat, you can use Logfox if you have root access, or adb if you have a computer.

Which Android version are you running? "Manage all files" is a special permission available on Android 11+. It should automatically be requested by DroidFS when adding a new volume. To record logcat, you can use [Logfox](https://f-droid.org/packages/com.f0x1d.logfox) if you have root access, or `adb` if you have a computer.
Author

Android 14

Android 14
Author

Fixed it, it wasn't in the app permission area in android its in its own special permissions area hidden away. I just searched all files on the settings app then there's the area you can enable that special permission to the app on android 14. It worked after that

Fixed it, it wasn't in the app permission area in android its in its own special permissions area hidden away. I just searched all files on the settings app then there's the area you can enable that special permission to the app on android 14. It worked after that
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hardcoresushi/DroidFS#25
No description provided.