|
|
|
|
![]() ![]() |
May 15 2008, 11:47 AM
Post
#1
|
|
|
Member [ Level 1 ] 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 |
|
|
|
May 16 2008, 09:20 PM
Post
#2
|
|
|
Way Out Of Control - You need a life :) 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.
|
|
|
|
May 17 2008, 04:41 AM
Post
#3
|
|
|
Super Member 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.
|
|
|
|
May 17 2008, 05:10 AM
Post
#4
|
|
|
Colonel Panic 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 |
|
|
|
May 17 2008, 10:55 PM
Post
#5
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 2 Joined: 17-May 08 Member No.: 30,399 |
If I were you, I'd just use a flash drive.
|
|
|
|
May 19 2008, 03:14 AM
Post
#6
|
|
|
Advanced Member 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 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. |
|
|
|
Jun 24 2008, 06:12 AM
Post
#7
|
|
|
Newbie [ Level 1 ] 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 |
|
|
|
Jul 11 2008, 03:20 AM
Post
#8
|
|
|
Member [ Level 1 ] 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! it's not hard to find.. explore2fs! good luck man! |
|
|
|
Jul 11 2008, 01:08 PM
Post
#9
|
|
|
Premium Member 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.
|
|
|
|
Jul 12 2008, 09:16 AM
Post
#10
|
|
|
Premium Member 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 |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 7th August 2008 - 11:48 PM |