tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/49933 (makefs -t udf produces non mountable images)



martin%duskware.de@localhost (Martin Husemann) writes:

>On Thu, Nov 05, 2020 at 07:14:17AM +0000, reinoud%NetBSD.org@localhost wrote:
>> RUMP should pass the image with the right geometry to UDF. This is a more generic RUMP issue as its not UDF specific.

>I consider the issue solved - the PR was about verifying the images
>w/o wasting a BD/R, and that can be done with vnconfig and the geometry
>spec.

>We could create a new PR about rump devices and sector size, if wanted.


rump does this via environment variables. E.g.:

env RUMP_BLKSECTSHIFT=11 mount -o rump -t udf -r /tmp/udf.iso /mnt

works.

On the other hand, makefs apparently doesn't support the -S option
to create UDF images for non-2k sector sizes.

-- 
-- 
                                Michael van Elst
Internet: mlelstv%serpens.de@localhost
                                "A potential Snark may lurk in every tree."


Home | Main Index | Thread Index | Old Index