<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic transfer data from linux to windows via USB in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/transfer-data-from-linux-to-windows-via-usb/m-p/3399525#M86408</link>
    <description>hi&lt;BR /&gt;&lt;BR /&gt;is it possible to transfer data from linux to windows via USB ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
    <pubDate>Wed, 13 Oct 2004 17:21:18 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2004-10-13T17:21:18Z</dc:date>
    <item>
      <title>transfer data from linux to windows via USB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/transfer-data-from-linux-to-windows-via-usb/m-p/3399525#M86408</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;is it possible to transfer data from linux to windows via USB ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
      <pubDate>Wed, 13 Oct 2004 17:21:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/transfer-data-from-linux-to-windows-via-usb/m-p/3399525#M86408</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-10-13T17:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: transfer data from linux to windows via USB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/transfer-data-from-linux-to-windows-via-usb/m-p/3399526#M86409</link>
      <description>Try clarifying the question a bit.&lt;BR /&gt;&lt;BR /&gt;As usuual I'll take a shot at mind reading.&lt;BR /&gt;&lt;BR /&gt;If you are saying between two machines connected by a USB hub, the answer is probably yes.&lt;BR /&gt;&lt;BR /&gt;Couple articles for you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux-usb.org/FAQ.html" target="_blank"&gt;http://www.linux-usb.org/FAQ.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.pcmag.com/article2/0,1759,1359893,00.asp" target="_blank"&gt;http://www.pcmag.com/article2/0,1759,1359893,00.asp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/search?hl=en&amp;amp;q=usb+transfer+windows+to+linux&amp;amp;btnG=Google+Search" target="_blank"&gt;http://www.google.com/search?hl=en&amp;amp;q=usb+transfer+windows+to+linux&amp;amp;btnG=Google+Search&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you are talking about to different computers file transfer is much easier if both boxes have NIC cards. A reverse wire cable between the two cards can create a to box network for ftp/sftp/scp/openssh type file transfer thats a lot easier.&lt;BR /&gt;&lt;BR /&gt;If you are trying to say use one USB device for two boxes and tranfer files this way a digital camera with memory can be used. One of those keychain storage devices will work as well.&lt;BR /&gt;&lt;BR /&gt;If I've missed the mark, please clarify and I'll give it another shot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 13 Oct 2004 18:00:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/transfer-data-from-linux-to-windows-via-usb/m-p/3399526#M86409</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-13T18:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: transfer data from linux to windows via USB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/transfer-data-from-linux-to-windows-via-usb/m-p/3399527#M86410</link>
      <description>SEP,&lt;BR /&gt;&lt;BR /&gt;you got couple of birds with one stone ;-).&lt;BR /&gt;&lt;BR /&gt;yong</description>
      <pubDate>Fri, 15 Oct 2004 08:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/transfer-data-from-linux-to-windows-via-usb/m-p/3399527#M86410</guid>
      <dc:creator>Yong_7</dc:creator>
      <dc:date>2004-10-15T08:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: transfer data from linux to windows via USB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/transfer-data-from-linux-to-windows-via-usb/m-p/3399528#M86411</link>
      <description>I think I've found the solution.&lt;BR /&gt;&lt;BR /&gt;Basically, the USB standard uses a Master/Slave protocol. &lt;BR /&gt;&lt;BR /&gt;The system acts as a host and the device acts as a peripheral. &lt;BR /&gt;&lt;BR /&gt;To transfer directly data using USB, OTG support in the driver is needed &lt;BR /&gt;and it needs to use the mini-A/B cable.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.usb.org/developers/onthego/" target="_blank"&gt;http://www.usb.org/developers/onthego/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;or the second possibility is to use USB External Harddisk, &lt;BR /&gt;format it with "fat" system and mount it under linux:&lt;BR /&gt;&lt;BR /&gt;# mkdir /mnt/usb&lt;BR /&gt;# mount -t fvat /dev/sda1 /mnt/usb&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Oct 2004 08:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/transfer-data-from-linux-to-windows-via-usb/m-p/3399528#M86411</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-10-17T08:21:38Z</dc:date>
    </item>
  </channel>
</rss>

