Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> How To Copy File & Folders From Linux To Windows?.
kanade
post May 15 2008, 11:47 AM
Post #1


Member [ Level 1 ]
Group Icon

Group: [HOSTED]
Posts: 34
Joined: 15-May 08
Member No.: 30,356



Many face problem while transfering file from Linux to windows and Vise versa.

My solution for this is "winscp405". Winscp is a windows freeware tool used to copy file from & to Linux machine.

To get this tool just google for " winscp405" tool and download this small package and install.

Enjoy working with Linux and windows tongue.gif
Go to the top of the page
 
+Quote Post
yordan
post May 16 2008, 09:20 PM
Post #2


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,957
Joined: 16-August 05
Member No.: 7,896



A probably more smarter solution is using samba. Samba allows you to share a Linux folder, reading it from the Windows system as if it were a windows shared folder. The advantage is that you can read the files without copying them.
Go to the top of the page
 
+Quote Post
FirefoxRocks
post May 17 2008, 04:41 AM
Post #3


Super Member
Group Icon

Group: [HOSTED]
Posts: 619
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



Or you can use NTFS-3G to allow Linux to have almost-native NTFS support. My better solution would be to share the files on a FAT32 partition.
Go to the top of the page
 
+Quote Post
xboxrulz
post May 17 2008, 05:10 AM
Post #4


Colonel Panic
Group Icon

Group: [MODERATOR]
Posts: 2,685
Joined: 25-March 05
From: Toronto, Ontario, Canada
Member No.: 3,233



I would just keep Samba if its a networked share, or I rather use NTFS-3G because FAT32 is no longer a valid solution as most files now-a-days are bigger than 2GB. Like HD movies are 1.5GB+. So basically, NTFS-3G is the better way to go until someone writes a ReiserFS or ext3 driver for Windows.

xboxrulz
Go to the top of the page
 
+Quote Post
not you
post May 17 2008, 10:55 PM
Post #5


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 2
Joined: 17-May 08
Member No.: 30,399



If I were you, I'd just use a flash drive.
Go to the top of the page
 
+Quote Post
docduke
post May 19 2008, 03:14 AM
Post #6


Advanced Member
Group Icon

Group: [MODERATOR]
Posts: 107
Joined: 8-January 08
Member No.: 27,477



QUOTE
Many face problem while transfering file from Linux to windows and Vise versa.

You need to clarify how Linux and Windows are connected. If you have a dual-boot machine and you're after files from one to the other, do it from the Linux side. Linux can read anything (unencrypted) that Windows can write. It is easiest to keep track of things if you create a separate data partition that is accessible to both operating systems. That reduces the chance that you may accidentally damage something in the Windows operating system.

The tips mentioned above are important. FAT32 has major problems with really large files. NTFS is (unfortunately huh.gif ) the only way to go with big (>2GB) files in Windows. A recent version of Linux should be able to write NTFS. If not, it will probably give you a warning. If you "must" stay in FAT32, the option on the Windows side is HJ-Split. The corresponding functions on Linux are split and cat, but the command-line invocations involve dd. They are pretty arcane, and dd can do really nasty things if it is fed the wrong parameters. If you decide to stay with FAT32 and split files, you are really better off doing it in Windows.

If your Linux and Windows machines are running simultaneously on a network, your best bet is Samba. There is a learning curve, but again, most modern versions of Linux have good defaults built in. With a properly configured Samba, Linux can read and write files on the Windows machine and Windows can read and write files on the Linux machine, depending of course on the permissions both machines have set. In this case there is no concern about correctly writing NTFS files on the Windows machine, because Windows native networking commands are performing the operations.

Most of my Linux work is on openSuSE. There, if you know how to interpret and use the /etc/fstab file, then it is an easy step to using the /etc/samba/smbfstab file. It lets you define partitions on the Windows machine so that they are accessible on bootup from the Linux machine, just like any Linux file. The samba files may be elsewhere on other Linuces.
Go to the top of the page
 
+Quote Post
iGuest
post Jun 24 2008, 06:12 AM
Post #7


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



copying files
How To Copy File & Folders From Linux To Windows?.

I want to copy/transfer files from RH linux 9.0 to windows Xp . My system is dual boot. Both on linux and windows. I think you understand my problem and reply me positively.
Thanks

-reply by sanjeev
Go to the top of the page
 
+Quote Post
canalilha
post Jul 11 2008, 03:20 AM
Post #8


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 31
Joined: 2-July 08
Member No.: 31,264



copying files or folders?

you can use explore2fs-1.08beta3.. i use it since 2002 and i never had problem with it =P
there are so many programs that do the same thing
search on google and you will find one! wink.gif

it's not hard to find.. explore2fs!

good luck man!
Go to the top of the page
 
+Quote Post
toby
post Jul 11 2008, 01:08 PM
Post #9


Premium Member
Group Icon

Group: Members
Posts: 469
Joined: 29-September 06
Member No.: 16,228



I use an ext3 reader for reading Ubuntu on Windows, but thats read-only (I think), called IFS. Ubuntu (and most linuxes) can natively read NTFS.
Go to the top of the page
 
+Quote Post
Habble
post Jul 12 2008, 09:16 AM
Post #10


Premium Member
Group Icon

Group: [HOSTED]
Posts: 274
Joined: 17-June 07
From: Tasmania
Member No.: 22,699



QUOTE
I use an ext3 reader for reading Ubuntu on Windows, but thats read-only (I think), called IFS. Ubuntu (and most linuxes) can natively read NTFS.
canalilha Posted Yesterday, 03:20 AM
copying files or folders?

you can use explore2fs-1.08beta3.. i use it since 2002 and i never had problem with it =P
there are so many programs that do the same thing
search on google and you will find one!

it's not hard to find.. explore2fs!

good luck man!
Feedbacker Posted Jun 24 2008, 06:12 AM
copying files
How To Copy File & Folders From Linux To Windows?.

I want to copy/transfer files from RH linux 9.0 to windows Xp . My system is dual boot. Both on linux and windows. I think you understand my problem and reply me positively.
Thanks

-reply by sanjeev
docduke Posted May 19 2008, 03:14 AM
QUOTE
Many face problem while transfering file from Linux to windows and Vise versa.

You need to clarify how Linux and Windows are connected. If you have a dual-boot machine and you're after files from one to the other, do it from the Linux side. Linux can read anything (unencrypted) that Windows can write. It is easiest to keep track of things if you create a separate data partition that is accessible to both operating systems. That reduces the chance that you may accidentally damage something in the Windows operating system.

The tips mentioned above are important. FAT32 has major problems with really large files. NTFS is (unfortunately ) the only way to go with big (>2GB) files in Windows. A recent version of Linux should be able to write NTFS. If not, it will probably give you a warning. If you "must" stay in FAT32, the option on the Windows side is HJ-Split. The corresponding functions on Linux are split and cat, but the command-line invocations involve dd. They are pretty arcane, and dd can do really nasty things if it is fed the wrong parameters. If you decide to stay with FAT32 and split files, you are really better off doing it in Windows.

If your Linux and Windows machines are running simultaneously on a network, your best bet is Samba. There is a learning curve, but again, most modern versions of Linux have good defaults built in. With a properly configured Samba, Linux can read and write files on the Windows machine and Windows can read and write files on the Linux machine, depending of course on the permissions both machines have set. In this case there is no concern about correctly writing NTFS files on the Windows machine, because Windows native networking commands are performing the operations.

Most of my Linux work is on openSuSE. There, if you know how to interpret and use the /etc/fstab file, then it is an easy step to using the /etc/samba/smbfstab file. It lets you define partitions on the Windows machine so that they are accessible on bootup from the Linux machine, just like any Linux file. The samba files may be elsewhere on other Linuces.
not you Posted May 17 2008, 10:55 PM
If I were you, I'd just use a flash drive.
xboxrulz Posted May 17 2008, 05:10 AM
I would just keep Samba if its a networked share, or I rather use NTFS-3G because FAT32 is no longer a valid solution as most files now-a-days are bigger than 2GB. Like HD movies are 1.5GB+. So basically, NTFS-3G is the better way to go until someone writes a ReiserFS or ext3 driver for Windows.

xboxrulz
FirefoxRocks Posted May 17 2008, 04:41 AM
Or you can use NTFS-3G to allow Linux to have almost-native NTFS support. My better solution would be to share the files on a FAT32 partition.
yordan Posted May 16 2008, 09:20 PM
A probably more smarter solution is using samba. Samba allows you to share a Linux folder, reading it from the Windows system as if it were a windows shared folder. The advantage is that you can read the files without copying them.
kanade Posted May 15 2008, 11:47 AM
Many face problem while transfering file from Linux to windows and Vise versa.

My solution for this is "winscp405". Winscp is a windows freeware tool used to copy file from & to Linux machine.

To get this tool just google for " winscp405" tool and download this small package and install.

Enjoy working with Linux and windows

lol i dnt even under stand lol explain more

Notice from Yordan:

I added some quotes in order to make this part more readable
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. You can Play now in Linux(26)
  2. What's The Difference Between Linux And Unix?!?(15)
  3. Which Distro Of Linux Is Best For A Windows User ?(42)
  4. Where To Find Notepad++ For Linux ?(37)
  5. What Made You Switch To Linux?(60)
  6. Psybnc - Howto(4)
  7. Looking For Linux(34)
  8. Three Ways To Access Linux Partitions From Windows On Dual-boot Systems(5)
  9. Virtualization In Linux: A Review Of Four Software Choices(4)
  10. Making Xubuntu Look Like Windows Vista(6)
  11. How To Install Linux Without A CD or DVD?(11)
  12. Imac Bondi.........which Linux(1)
  13. General Av Encoding In Linux(0)
  14. How Can I Rip A Dvd To My Hard Drive Under Linux?(0)
  15. Getting My Wireless Network Adapter Working On Linux(2)
  1. Ubuntu 7.10 + Windows Xp Dual Boot(6)
  2. What Softwares Should I Get To Linux?(6)
  3. Diablo 2 In Linux?(10)
  4. Linux?(3)
  5. What Is Linux(2)
  6. So, I Want To Try Out Linux.(9)
  7. How To Play Music And Movie In Linux? Which Is The Good One?.(3)
  8. Some Usefull Linux Basic Commands And Utilities. Please Add To This List If You Know One.(0)
  9. Access Linux Box From Windows Machine- Putty Tool(2)
  10. Linux For Beginners- Easy To Install(10)
  11. Linux Basic Command - For Storing Compilation Error To File(1)
  12. Choice Of Motherboard For Linux Virtualization(4)
  13. Why Linux?(8)


 



- Lo-Fi Version Time is now: 7th August 2008 - 11:48 PM