Re: Accessing CDs or cd9660 broken
Thomas Klausner <[email protected]>
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jan 19, 2026 at 09:12:15PM +0100, Jan-Benedict Glaw wrote: > --> The problem seems to be clearly with NetBSD's cd9660 driver or > some underlaying mechanism (block-level access to the SCSI CD > interface, ...) Would be nice if somebody could test with a recent > NetBSD current version whether or not CD / cd9660 (with RR > extensions?) still work for them? Maybe with my above two images? On 11.99.4/x86_64: # rump_cd9660 20260118213312_NetBSD-11.99.4-alpha.iso /home/wiz/foo rump_cd9660: "20260118213312_NetBSD-11.99.4-alpha.iso" is a relative path. rump_cd9660: using "/home/wiz/20260118213312_NetBSD-11.99.4-alpha.iso" instead. [ 1.0000000] entropy: ready # cd foo # ll total 11180 drwxr-xr-x 3 root wheel 2048 Jan 6 16:21 . drwx------ 45 wiz users 2560 Jan 19 21:15 .. drwxr-xr-x 4 root wheel 2048 Jan 6 16:21 alpha -rw-r--r-- 1 root wheel 62920 Jan 6 16:21 boot -rw-r--r-- 1 root wheel 11377336 Jan 6 16:21 netbsd # mkdir /tmp/foo # cp -R * /tmp/foo/ # du -sh /tmp/foo 306M /tmp/foo # du -sh . 306M . Seems to work. Thomas