[Metalab] USB zu Netztwerk Storage Adapter?
Thomas Raschbacher
lordvan at lordvan.com
Wed Apr 30 09:01:08 CEST 2014
On 2014-04-30 08:56, Thomas Raschbacher wrote:
> On 2014-04-29 21:40, red667 at gmail.com wrote:
>> Ich würde mal abchecken ob es schon usb host mode mit fake fat32 für
>> linux gibt. So etwas komplett selber zu bauen hört sich danach an
>> hunderte bis tausende seiten RFCs aus verschiedenen jahrtausenden zu
>> implementieren ;)
>>
>> Wenns die genannte vorausetzung schon gibt ist ein grosser brocken mal
>> weg. Das fs dann mit rsync woanders hinschaufeln und fertig.
>
> Ja falls es sowas gibt ^^
> Da würd ich glatt nen Raspberry PI nehmen weil ich faul bin ^^
So das hat mir jetzt doch keine Ruhe gelassen ich musste das einfach
nachschaun ;)
abgesehen vom kleinen Tipp/Denkfehler oben brauchen wir USB Mass storage
Client mode (nicht host ;))
Gefunden auf http://www.linux-usb.org/gadget/ :
Mass Storage Gadget ... implements the USB Mass Storage class,
appearing to the host as a SCSI disk drive. This uses a file or block
device as a backing store for the drive, like the "loop" driver. (Read
about how to set up the backing store.) The 2.6 version also lets you
change the backing file associated with a given LUN. For example, you
might specify the block device for an MMC card when that card is
inserted (maybe using a hotplug script, or a GUI). Note that for
MS-Windows interoperability, your backing store needs to be formatted
with a DOS partition label. Data partitions can then be formatted with
VFAT (for the widest interoperability) or some other filesystem (such as
ext3 or reiserfs, for use with Linux).
http://www.linux-usb.org/gadget/file_storage.html
also ja es sollte gehen :)
vielleicht probiere ich das mal aus hört sich sehr praktisch an, sowas
zu baun für meinen Technisat S2 als speichergerät :D
:)
More information about the Metalab
mailing list