mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
5 lines
75 B
Bash
5 lines
75 B
Bash
mkdir -p mnt_ro
|
|
sudo mount -v \
|
|
-t btrfs \
|
|
-o ro \
|
|
image.btrfs mnt_ro |