Add ability to mount again old volumes #13

Closed
opened 2023-05-08 01:16:03 +02:00 by Roal · 2 comments

It's possible to delete the path's volume and to add it again. But if the app is also deleted it's not possible to add again the volume. In that situation DroidFS offer only to create a new volume.

Use case :
Backup the phone's files into the DroidFS volume and sync with a network storage.
If the phone is snatched, a new one could be restored with the backup recovered in the network storage and mounted again with DroidFS.

It's possible to delete the path's volume and to add it again. But if the app is also deleted it's not possible to add again the volume. In that situation DroidFS offer only to create a new volume. Use case : Backup the phone's files into the DroidFS volume and sync with a network storage. If the phone is snatched, a new one could be restored with the backup recovered in the network storage and mounted again with DroidFS.

Volumes stored in shared storage should remain openable if removed from DroidFS. If it doesn't work, check that DroidFS has the permission to access the volume.

Hidden volumes are stored in the app internal storage. If you uninstall the app or clear its data then these volumes are deleted. They are excluded from app's backup. You have to make your own independent backup of your volumes.

Volumes stored in shared storage should remain openable if removed from DroidFS. If it doesn't work, check that DroidFS has the permission to access the volume. Hidden volumes are stored in the app internal storage. If you uninstall the app or clear its data then these volumes are deleted. They are excluded from app's backup. You have to make your own independent backup of your volumes.
Author

True ! Adding the access permission to the volume before opening the app work. Thanks.

True ! Adding the access permission to the **volume before opening** the app work. Thanks.
Roal closed this issue 2023-05-08 14:01:31 +02:00
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#13
No description provided.