Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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.
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...
You could get one of those nice FAT32 or 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.
"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.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.