On Thu, Sep 16, 2021 at 06:17:57PM +0200, Manuel Bouyer wrote: > the install image isn't msdos but ffs. So just > $ sudo mount /dev/vnd0a /mnt
Doesn't the image use GPT nowadays?
So it will be dkN instead of vnd0a, try
dkctl vnd0 listwedges
(after the vnconfig) to see if there are any. And then use
mount /dev/dkN /mnt
(where N is the proper number for the root partition, from the listwedges
output)
Martin
