Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
master-hax committed Jun 16, 2024
1 parent 606069c commit 6ac2515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <BLOCK_DEVICE>`
1. run `./mount_ext4.sh <BLOCK_DEVICE>` 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**

Expand Down

0 comments on commit 6ac2515

Please sign in to comment.