# Internal Storage 📂

![](https://3110874736-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LzGbxzgz4fNAgn3zi0F%2F-M4ihkPNlNd9nw7tP-J9%2F-M4iiTH1McqIAKJhemJb%2Fsd_banner.png?alt=media\&token=9b011571-a303-4698-a3db-cfc1067e109e)

To mount internal storage you just need to run two commands.

First open new Termux session (Swipe from left corner to right) and type:

```
termux-setup-storage
```

Now it will ask you for Storage permission. **Allow** the Storage permission.

Once you are done with it type:

```
nano start-{distroname}.sh
```

Make sure to replace **{distroname}** with your specific distro name.&#x20;

Now search for line:

```
#command+=" -b /sdcard"
```

If you find this line then remove it and change it to

```
command+=" -b /sdcard"
```

If you don't find the line then add the above mentioned line as shown in the screenshot below.

![](https://3110874736-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LzGbxzgz4fNAgn3zi0F%2F-M4mA-ElRkGN3grj_B4P%2F-M4mAUsttnDOKfHTgKdu%2Fstrorage_ss.png?alt=media\&token=b1e931cb-9755-49b3-8590-03073b092b8e)

{% file src="<https://3110874736-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LzGbxzgz4fNAgn3zi0F%2F-M4m4Mju_fXzu_am3uA4%2F-M4m9sVpMPd9dQcYABhR%2Fstart-debian.sh?alt=media&token=028780b2-fdba-49ac-913f-c721335165f0>" %}
Here's an example of the file 🗃
{% endfile %}

Once you are done with it press **Ctrl+X** and then press **Y** and then enter. Now start your linux system and do `cd /` . Now you will be able to see a folder **sdcard** which means you have successfully mounted your Internal Storage.
