Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
transfering from system to system
Name: COTN Date: September 20, 2002 at 12:27:28 Pacific OS: Redhat linux/xp pro dual CPU/Ram: 1.6Ghz/512mb
Comment:
I have a dual boot set up on two hardrives, an 80gb for xp pro and a 40gb for redhat linux. is there an efficient way to transfer gobs of data from one system to the other without having to use removable storage? (ie i wish to transfer directly from one to the next)
Name: Hmmm Date: September 20, 2002 at 14:07:19 Pacific
Reply:
Yes its called networking.
0
Response Number 2
Name: Lawrence Date: September 20, 2002 at 14:12:20 Pacific
Reply:
You can mount NTFS (WinXP) under RedHat Linux BUT you need to re-compile your kernel to support NTFS since RedHat Linux doesn't support NTFS out of a box! (Why would they decide to do that since other distros do support NTFS out of a box, I have no stinkin' idea...) However, it only allows you to read it, not write to since writing to NTFS is in a REAL early testing stage. Don't recommand it at all unless you want to trash your NTFS partition!!!
Lawrence
0
Response Number 3
Name: Shadowlight Date: September 20, 2002 at 16:19:49 Pacific
Reply:
What I have done in this situation is create a FAT-filesystem on my Windows drive mount the FAT-filesystem in Linux and voila, I just need to transfer the files to the FAT-filesystems to be available for both OS's
Greetz, Shadowlight
0
Response Number 4
Name: Richard Date: September 21, 2002 at 04:03:33 Pacific
Reply:
Yup, the FAT partition is the way.
NTFS support is not good enough for read write access under Linux, and MS is too lazy/selfish to even try to implement Linux filesystems.
You could use read only ntfs to move stuff from Windows to Linux.
Summary: Although I got the answer of this question but I didn't understand it so please tell me a simple solution. I have two operating systems. Windows Me and Linux 7.2 on a single machine, and I want to tra...
Summary: Although I got the answer of this question but I didn't understand it so please tell me a simple solution. I have two operating systems. Windows Me and Linux 7.2 on a single machine, and I want to tra...
Summary: On unix systems, the "-t" option of "chmod", means that your program will run from memory/swap. But on Linux, it seems to be something else: itsaves text mode (file) or prevent of files by nonowners...