Re: vndconfig vs mount_cd9660

2020-12-29 Thread Michael van Elst
w...@netbsd.org (Thomas Klausner) writes: >Is "2048/1/1/1" reasonable or should different values be used? The geometry value is secsize/nsectors/ntracks/ncylinders and is validated against the medium size. Some users may fail for the discrepancy between 1*1*1=1 sectors in the geometry and the me

Re: vndconfig vs mount_cd9660

2020-12-29 Thread Martin Husemann
On Tue, Dec 29, 2020 at 11:35:15AM +0100, Thomas Klausner wrote: > That did the trick: > > # vnconfig vnd0 file.iso 2048/1/1/1 > # mount_udf -o ro /dev/vnd0a /mnt > >

Re: vndconfig vs mount_cd9660

2020-12-29 Thread Thomas Klausner
On Tue, Dec 29, 2020 at 08:02:19AM +0100, Martin Husemann wrote: > On Mon, Dec 28, 2020 at 10:43:10PM +0100, Thomas Klausner wrote: > > I wanted to mount an ISO image (on 9.99.77/amd64), so I did, following the > > guide: > > > > # vnconfig -c vnd0 file.iso > > # mount -t cd9660 /dev/vnd0a /mnt >