This commit is contained in:
Eliezer Croitoru 2023-12-23 18:04:51 +00:00
parent b5c7f1fdc4
commit a6b806a8b8

4
README.md Normal file
View File

@ -0,0 +1,4 @@
### mounting the images disk
```bash
mkdir /mnt/external && mount -L IMAGES /mnt/external && cd /mnt/external
```