From c5811f300c64ca955f27c1ed90379fa0eefabe1b Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Mon, 22 Jan 2024 23:02:30 +0100 Subject: [PATCH] update obsd note --- content/notes/openbsd/index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/notes/openbsd/index.md b/content/notes/openbsd/index.md index 8b89179..89e40eb 100644 --- a/content/notes/openbsd/index.md +++ b/content/notes/openbsd/index.md @@ -1,7 +1,7 @@ --- title: OpenBSD notes date: 2023-11-29T20:33:48+0100 -lastmod: 2024-01-18T15:24:17+0000 +lastmod: 2024-01-22T22:02:30+0000 tags: - openbsd - python @@ -106,6 +106,13 @@ Don't forget to create the file system: $ doas newfs_msdos -F 32 -L 8GB_Stick sd2i ~~~ +## Mounting disk images + +~~~console +$ doas vnconfig /dev/vnd0c /path/to/imagefile.img +$ doas mount_msdos /dev/vnd0i ~/mnt/disk +~~~ + ## Packages / Ports ### ...because of libraries