Skip to content

Commit a7b8c46

Browse files
authored
Update WorkingWithImage-backupFiles.md
1 parent 920f9c2 commit a7b8c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WorkingWithImage-backupFiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ As we see there are two (2) partitions, a FAT32 (from 2048 to 526335), and a Lin
4545
When I first tried to `mount` the two partitions, I got an "overlap" error:
4646

4747
```bash
48-
$ sudo mkdir /mnt/loopy/boot /mnt/loopy/root
48+
$ sudo mkdir -p /mnt/loopy/boot /mnt/loopy/root
4949
$ sudo mount -o loop,offset=1048576 ./back.img /mnt/loopy/boot
5050
$ sudo mount -o loop,offset=269484032 ./back.img /mnt/loopy/root
5151
mount: /mnt/loopy/root: overlapping loop device exists for /home/pi/back.img.

0 commit comments

Comments
 (0)