summaryrefslogtreecommitdiff
path: root/hurd/rump/rumpusbdisk.mdwn
diff options
context:
space:
mode:
authorjbranso@dismail.de <jbranso@dismail.de>2024-10-20 21:00:29 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-12 00:11:46 +0100
commit75546e6f96553f3a830f5f6e1cd94bb40888e56c (patch)
treef7e406474bd121d7028b0f5fc5ea0e964e3fcd3a /hurd/rump/rumpusbdisk.mdwn
parent8647abf52c8583ad80390874c1476186d327467f (diff)
Updated information about rump.
I added some more tweaks here Samuel. I think I finally got decent guide that shows people how to try out rumpdisk. * community/gsoc/project_ideas/driver_glue_code.mdwn: mention that Damien implemented rumpdisk & rumpusbdisk. * hurd/rump.mdwn: added links to other pages. * hurd/rump/rumpdisk.mdwn: new file * hurd/rump/rumpusbdisk.mdwn: new file * hurd/rump/rumpsound.mdwn: new file * hurd/rump/rumpnet.mdwn: new file * hurd/rump/rumpfs.mdwn: new file. * hurd/documentation.mdwn: add links to dde and rump * faq/sata_disk_drives.mdwn: mention rumpdisk. Message-ID: <20241021010033.9160-1-jbranso@dismail.de>
Diffstat (limited to 'hurd/rump/rumpusbdisk.mdwn')
-rw-r--r--hurd/rump/rumpusbdisk.mdwn26
1 files changed, 26 insertions, 0 deletions
diff --git a/hurd/rump/rumpusbdisk.mdwn b/hurd/rump/rumpusbdisk.mdwn
new file mode 100644
index 00000000..26e1a101
--- /dev/null
+++ b/hurd/rump/rumpusbdisk.mdwn
@@ -0,0 +1,26 @@
+[[!meta copyright="Copyright © 2024 Free Software Foundation,
+Inc."]]
+
+[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
+id="license" text="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled [[GNU Free Documentation
+License|/fdl]]."]]"""]]
+
+[[!tag stable_URL]]
+
+# RumpUSBDisk
+
+With RumpUSBDisk, the Hurd can use a usb to SATA dongle to access a
+SATA device. The 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]].
+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.
+
+
+