- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- transfer data from linux to windows via USB
Operating System - Linux
1821051
Members
2863
Online
109631
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2004 10:21 AM
тАО10-13-2004 10:21 AM
hi
is it possible to transfer data from linux to windows via USB ?
kind regards
chris
is it possible to transfer data from linux to windows via USB ?
kind regards
chris
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2004 11:00 AM
тАО10-13-2004 11:00 AM
Solution
Try clarifying the question a bit.
As usuual I'll take a shot at mind reading.
If you are saying between two machines connected by a USB hub, the answer is probably yes.
Couple articles for you:
http://www.linux-usb.org/FAQ.html
http://www.pcmag.com/article2/0,1759,1359893,00.asp
http://www.google.com/search?hl=en&q=usb+transfer+windows+to+linux&btnG=Google+Search
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.
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.
If I've missed the mark, please clarify and I'll give it another shot.
SEP
As usuual I'll take a shot at mind reading.
If you are saying between two machines connected by a USB hub, the answer is probably yes.
Couple articles for you:
http://www.linux-usb.org/FAQ.html
http://www.pcmag.com/article2/0,1759,1359893,00.asp
http://www.google.com/search?hl=en&q=usb+transfer+windows+to+linux&btnG=Google+Search
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.
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.
If I've missed the mark, please clarify and I'll give it another shot.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2004 01:54 AM
тАО10-15-2004 01:54 AM
Re: transfer data from linux to windows via USB
SEP,
you got couple of birds with one stone ;-).
yong
you got couple of birds with one stone ;-).
yong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2004 01:21 AM
тАО10-17-2004 01:21 AM
Re: transfer data from linux to windows via USB
I think I've found the solution.
Basically, the USB standard uses a Master/Slave protocol.
The system acts as a host and the device acts as a peripheral.
To transfer directly data using USB, OTG support in the driver is needed
and it needs to use the mini-A/B cable.
http://www.usb.org/developers/onthego/
or the second possibility is to use USB External Harddisk,
format it with "fat" system and mount it under linux:
# mkdir /mnt/usb
# mount -t fvat /dev/sda1 /mnt/usb
greetings
chris
Basically, the USB standard uses a Master/Slave protocol.
The system acts as a host and the device acts as a peripheral.
To transfer directly data using USB, OTG support in the driver is needed
and it needs to use the mini-A/B cable.
http://www.usb.org/developers/onthego/
or the second possibility is to use USB External Harddisk,
format it with "fat" system and mount it under linux:
# mkdir /mnt/usb
# mount -t fvat /dev/sda1 /mnt/usb
greetings
chris
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP