LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-03-2004, 09:48 PM   #1
b123coder
Member
 
Registered: Nov 2004
Location: india
Distribution: Fedora core 1
Posts: 67

Rep: Reputation: 15
Software to transfer files from windows to linux


Is there any software that allow me to transfer files from windows to linux? Just a thought came in my mind that if in case i have to move some files in windows from windows to linux then what should be the option to me?
I want software in windows that writes to linux FS.
I am talking about single home Pc with no network connection.
 
Old 12-03-2004, 09:57 PM   #2
The Grunt
LQ Newbie
 
Registered: Dec 2004
Location: Missouri
Posts: 4

Rep: Reputation: 0
I think the easiest thing to do would be make a FAT32 partition (as big as the biggest file you want to transfer) and copy everything you want in Fedora to that, and then just copy and paste it off the FAT to the Linux FS...
 
Old 12-03-2004, 10:15 PM   #3
triet
Member
 
Registered: Apr 2003
Distribution: Fedora Core 4
Posts: 34

Rep: Reputation: 15
Windows can't read/write to a linux partition period. Linux can read/write to a FAT partition but can only read an NTFS. So most people in your case would want a FAT32 partition to store stuff that needed in both OS's. The downside to this solution is you can't have security for whatever stored on the FAT32 partition. Anyone using the same computer with you can read your files.
 
Old 12-14-2004, 07:19 AM   #4
trevelluk
Member
 
Registered: Nov 2003
Location: Bristol, UK
Distribution: Debian Lenny, Gentoo (at work)
Posts: 388

Rep: Reputation: 32
Throwing in my own experience, there are some Windows programs that can write to Linux partitions. I know PartitionMagic can (to Ext2/3 anyway), and I think there's some free ones as well. Names escape me at the moment, but I'll have a look on my CD of useful stuff when I get home. I think there was something that does want you need.

Right then, time to get back to work
 
Old 12-14-2004, 08:11 AM   #5
bruj3w
Member
 
Registered: Mar 2004
Location: england
Distribution: slackware
Posts: 164

Rep: Reputation: 30
explore2fs enables you to grab stuff off your linux partition in windows.

there's a module for linux that allows read/write permission to ntfs partitions. if you google im sure you'll find it.
 
Old 12-14-2004, 10:15 AM   #6
GinEric
Member
 
Registered: Nov 2004
Location: Earth
Distribution: Slackware 10, et ux
Posts: 36

Rep: Reputation: 15
That's funny, I transfer files back and forth, Linux to ntfs and ntfs to Linux all the time.

Copy and paste in KDE Konqueror.

Of course, you have to mount the ntfs files in fstab first as ntfs.

You can also use FAT and Linux. I would not trust Partition Magic on a Linux system; it is built for Windows, not Linux.

Believe this, you "don't" want Windows software that can write to a Linux partition, it WILL screw it up, just as it screws up its own file systems!

If you can't live with that, suggest you give up Linux.
 
Old 12-14-2004, 12:24 PM   #7
drj000
Member
 
Registered: Sep 2004
Location: Houston, TX
Distribution: Fedora
Posts: 261

Rep: Reputation: 33
Quote:
Originally posted by triet
Windows can't read/write to a linux partition period.
There are actually ext2/3 drivers for Windows to allow Windows to read/write to an ext2/3 partition in Windows. They can even be mounted as a standard windows drive. I think I read about one that allows you to mount to an empty directory on an NTFS partition as well, since Windows can already do that with other NTFS, or FAT32 partitions.
 
Old 12-14-2004, 05:46 PM   #8
systemx
LQ Newbie
 
Registered: Dec 2004
Location: Earth
Posts: 5

Rep: Reputation: 0
This is what i use in Windows to mount ext2 & ext3 partitions - http://uranus.it.swin.edu.au/~jn/linux/ext2ifs.htm

It works great and can be set to automount Linux partitions during boot...
 
Old 12-14-2004, 05:58 PM   #9
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
if you are not dual booting, then you can use winSCP. this will work a lot like cuteFTP in the look and feel of the program. it alows for seemless moving of files and even opening files on either system, well at least programs that windows can open.

this can be done as long as you have ssh running on your linux box as the program is just a free GUI sftp program.

enjoy.
 
Old 12-14-2004, 08:20 PM   #10
kmichal2
LQ Newbie
 
Registered: Nov 2004
Posts: 21

Rep: Reputation: 15
To transfer files between LInux and Windows I simply use the USB key that is compatible to both Linux and Windows platform.
 
Old 12-14-2004, 09:27 PM   #11
dr_zayus69
Member
 
Registered: Sep 2004
Location: western massachusetts
Distribution: fedora core 3, Suse 10
Posts: 877

Rep: Reputation: 35
i have been able to use my thumb drive to transfer files between the two os s
 
Old 12-16-2004, 07:40 AM   #12
trevelluk
Member
 
Registered: Nov 2003
Location: Bristol, UK
Distribution: Debian Lenny, Gentoo (at work)
Posts: 388

Rep: Reputation: 32
OK, the one I was thinking of is called LTools. The official homepage appears to be gone, but you might be able to find a copy using Google (it's GNU).
 
Old 01-30-2005, 02:48 PM   #13
chipymunk
LQ Newbie
 
Registered: Jan 2005
Location: Pittsburgh, Pa
Distribution: Feather
Posts: 9

Rep: Reputation: 0
Kmichal or whoever... You mention...

To transfer files between LInux and Windows I simply use the USB key that is compatible to both Linux and Windows platform

I have a problem with my USB key.. I can copy files to both Windows and Linux but when I DL files from the net in Windows (using IE) I put them on my USB Key but when I go decompress them using tar -jxvf I get an error message stating that the files are corrupted.. Is there a way I can use IE to DL these files w/o getting that error message??

chip
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Recommendation for win xp software to access and transfer files to Redhat 4 pref gui jalluttar Linux - Software 1 11-29-2005 10:28 PM
I can’t transfer files from my Windows machine to my Linux box. kingkongadp64 SUSE / openSUSE 10 11-04-2005 12:16 PM
How to transfer files from Linux to Windows SentralOrigin Linux - General 7 10-31-2005 04:29 PM
Software Needed To Transfer Files Elite_Gamer04 Linux - Software 9 06-14-2004 06:45 PM
Floppy drive acting strange (I'm trying to transfer files from linux to windows) jolly_good2000 Linux - General 10 11-19-2002 09:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration