LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   NTFS Server to Ext3 (https://www.linuxquestions.org/questions/linux-newbie-8/ntfs-server-to-ext3-254078/)

DrakIE 11-12-2004 01:41 PM

NTFS Server to Ext3
 
Hi all,

I'd really like to migrate my file/ftp server to linux but I have 200GB of data that is precious to me and it's on a W2K3 server in NTFS. Is there a way I can convert an NTFS FS to a native linux FS without any data loss/degradation? I know that I can mount the HDD in linux and access the drive but from what I understand write access is shaky in NTFS volumes. This drive needs to be writable for all network clients.
Any suggestions? These Win licenses are breaking my back. Really, I need to migrate as soon as possible.

Thanks,
DrakeIE

secesh 11-12-2004 02:27 PM

i never looked into some sort of conversion software, i have a number of big-name partition managers, and none of them would handle a conversion from ntfs to ext3... i didn't want to use some small program in case it didn't work *quite* right.

my solution: create a linux partition using existing free space, and continue to move over more and more data, while enlarging the linux partition, and decreasing the ntfs partition...

anyways, it's a bit to-do, but i found it well worth it when i migrated my server from MS to Linux...

peterbrowne 11-12-2004 04:45 PM

You could get one of those nice FAT32 or :mad: NTFS external drives, copy everything onto it using backup software, copy everything to ext3 as if you were recovering a failed system. Now reformat the external drives as ext3.

DrakIE 11-12-2004 06:22 PM

Re
 
"create a linux partition using existing free space, and continue to move over more and more data, while enlarging the linux partition, and decreasing the ntfs partition... "

--I suppose you use the Linux-NTFS package to resize the NTFS disk as you copy the data back and forth from the NTFS disc and Ext3 disc?

I suppose I'll give this plan a shot with Mandrake 10 later this evening.

Thanks,
DrakIE

secesh 11-12-2004 11:58 PM

i used acronis, to actually do the re-partitioning... i used kernel ntfs modules to support read capability (for ntfs)

J.W. 11-13-2004 12:34 AM

I'll echo what you've already mentioned and what peterbrowne suggested -- copying the files from the existing system over to a Linux box with a drive already partitioned as ext3 ought to do it. The "shaky" NTFS write capability you refer to has to do with Linux writing data to a Windows NTFS partition, not for Linux to read from an NTFS partition and writing data to ext3.

If there are any particularly important files, you might want to burn them to DVD or CD, just to play it extra safe. -- J.W.



All times are GMT -5. The time now is 09:12 AM.