Hi Almu, I don't remember the commands off the top of my head, but you need to set the rumpusbdisk translator onto /dev/rumpusbdisk and then set storeio onto another node with -T device@/dev/rumpusbdisk:sd0 and then access that node as a block device.
Damien Sent from Proton Mail Android -------- Original Message -------- On 4/2/25 11:01 am, Almudena Garcia wrote: > This is awesome!! How can I test rumpusbdisk? > > El lun, 3 feb 2025 a las 21:32, Samuel Thibault (<samuel.thiba...@gnu.org>) > escribió: > >> Hello, >> >> Damien Zammit via Bug reports for the GNU Hurd, le sam. 11 janv. 2025 >> 07:19:24 +0000, a ecrit: >>> I would like to suggest the following upgrade of rump to be on par with >>> my "develop" branch[1]. The patches would need to be fetched from my >>> branch directly because there is a very large changeset in the NetBSD >>> upstream update commit. >>> >>> The main thing is upgrading rump from 9.99.x to 10.99.x >>> Thanks to E. Brateau for most of this work, (I debugged a few things >>> on top of that). >> >> Thanks! >> >> I have uploaded the rumpkernel package today, and have just uploaded the >> hurd package, it should become available in incoming within a couple >> hours. >> >> Samuel >> >>> * f077538b4 (zammit/develop, develop) rump: Add bus_dmatag_subregion as >>> * ddb480eb9 debian/rules: Add -Wno-error=sign-compare >>> * 8a5cc023f Add rumpdev_bpf to installed libs for network interfaces >>> * 0a5364df9 debian/rules: HOST_CPPFLAGS=-D_GNU_SOURCE for tools/sed >>> * c56226099 pci-userspace: Use new libirqhelp helper library >>> * 7aef1163b debian/rules: Set -DBUFPAGES=16 when building rump >>> * dc69073b4 (zammit/for-master) Merge branch 'upstream' into master >>> |\ >>> | * e9c8290b5 (zammit/upstream_0git0896a89c, upstream_0git0896a89c) >>> NetBSD: update src to latest 0896a89cec2a8df05d7129d749231fe1712b0ad7 >>> * | 1da7ce8df Update debian patches after netBSD sources update >>> * | f1ffd6405 (zammit/master, origin/master, origin/HEAD, master) Add a >>> * | bedb9f299 patches/vm_pages_phys.diff: Fix cross-building with mig >>> * | bdb415e7e (tag: debian/0_20211031+repack-4) Use vm_pages_phys to >>> ... >>> >>> This branch works with rumpdisk and rumpusbdisk under qemu and on x86 >>> hardware, and sets up bpf so we can continue working on rumpnet. >>> >>> There is a remaining problem with -smp 2 and -smp 1 hanging on startup >>> with an smp gnumach, but that was also an issue before this change. >>> >>> Damien >>> >>> [1] https://git.zammit.org/rumpkernel-debian.git/log/?h=develop