write-image-to-disk/README.md

5 lines
73 B
Markdown
Raw Normal View History

2023-12-23 20:04:51 +02:00
### mounting the images disk
```bash
2023-12-23 20:30:18 +02:00
mount -L IMAGES /mnt && cd /mnt
2023-12-23 20:04:51 +02:00
```