From 6ac25155713c17d0857f7a0621ef9c0a4be00ee7 Mon Sep 17 00:00:00 2001 From: Vivek Date: Sun, 16 Jun 2024 00:52:52 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e9f94e..9e8acbd 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ installation is essentially just copying the scripts to the device & making them 1. find the block device that you want to mount. it is usually found at `/dev/block/sdg1` but changes when devices are connected and disconnected. * if you don't know the filesystem UUID, use `./show_devices.sh` * if you know the filesystem UUID, use `./find_device.sh` -1. run `./mount_ext4.sh ` +1. run `./mount_ext4.sh ` e.g. `./mount_ext4.sh /dev/block/sdg1` **everything located under `/the_binding` on the external drive should now be visible by apps at `/the_binding` in the internal storage**