How to mount mdf mds in freebsd?
Per Hedeland
per at hedeland.org
Mon May 11 20:12:06 UTC 2020
On 2020-05-11 21:28, Polytropon wrote:
> On Tue, 12 May 2020 01:07:47 +0600, Nikita Stepanov wrote:
>> [nothing, again]
>
> The easiest way probably is to use the program mdf2iso to convert
> the image to a standard ISO-9660 filesystem, and then mount that
> filesystem, using a virtual node.
>
> # pkg install mdf2iso
> # mdf2iso example.mdf example.iso
> # mdconfig -a -u 100 -t vnode -f example.iso
> # mount -o ro -t cd9660 /dev/md0 /mnt
> ... use /mnt ...
> # umount /mnt
> # mdconfig -d -u 100
>
> Replace "example" with the correct filename; you can omit the
> mdconfig parameter -u 100 and just use what mdconfig tells you.
But if you don't omit it, you should presumably use /dev/md100 and not
/dev/md0 in the mount command...
> PS.
>
> Please be so kind and state your question in the message body.
> Many recipients won't see your empty message because it's being
> filtered. Thank you!
+1 (but it will surely be ignored, again).
--Per
More information about the freebsd-questions
mailing list