From debdbad6eba30fc5a0570aebea50d3b2f65a546c Mon Sep 17 00:00:00 2001 From: Daniel Kahlenberg <573@users.noreply.github.com> Date: Mon, 5 Oct 2020 09:34:58 +0200 Subject: [PATCH] Add special case when /sdcard did not work bidirectional --- Howto-grant-device-storage-access.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Howto-grant-device-storage-access.md b/Howto-grant-device-storage-access.md index 5e6452a..ff323ad 100644 --- a/Howto-grant-device-storage-access.md +++ b/Howto-grant-device-storage-access.md @@ -1,4 +1,18 @@ In the app settings from Android grant storage access permission. Then you should see: `/sdcard` and -`/data/data/com.termux.nix/files/home`. \ No newline at end of file +`/data/data/com.termux.nix/files/home`. + +On some devices / android setups [the location of](https://github.com/t184256/nix-on-droid/issues/89) the writeable storage location might differ, i. e. I had + +``` +/mnt/sdcard +``` + +for my sdcard and + +``` + +``` + +when accessing the files via Android. \ No newline at end of file