summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2026-03-28 23:09:25 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2026-03-28 23:09:25 +0100
commit4cefab83d91d117fb9a26fc83fd4e5af78882183 (patch)
tree8496fc1ecb1766867d03312798ac6314a47d84f2 /hurd
parent3b5db6fd2ecd5b6ca6706fd739bcb014df246548 (diff)
rumpusbdisk is not only about USB dongle, but all usb disk drivesHEADmaster
Diffstat (limited to 'hurd')
-rw-r--r--hurd/rump/rumpusbdisk.mdwn6
1 files changed, 1 insertions, 5 deletions
diff --git a/hurd/rump/rumpusbdisk.mdwn b/hurd/rump/rumpusbdisk.mdwn
index 8463e670..2a5f0337 100644
--- a/hurd/rump/rumpusbdisk.mdwn
+++ b/hurd/rump/rumpusbdisk.mdwn
@@ -13,11 +13,7 @@ License|/fdl]]."]]"""]]
# RumpUSBDisk
-With RumpUSBDisk, the Hurd can use a usb to SATA dongle to access a
-SATA device. StarTech offers a good quality dongle that works
-well. The Hurd could then read/write data from a SATA device with an
-fatfs or ext2 filesystem. Damien Zammit implemented [[rumpusbdisk
-already|https://lists.gnu.org/archive/html/bug-hurd/2023-07/msg00025.html]].
+With RumpUSBDisk, the Hurd can drive usb sticks and dongles.
However, as of October 2024, netdde seems to exhibit a bug when
running `ifdown /dev/eth0` simultaneously to running the rumpusbdisk
translator, due to the two devices sharing the same IRQ.