Is it possible to convert an ntfs partition to ext3?
|
feedback
|
migrated from stackoverflow.com Jan 10 '10 at 1:55
This question came from our site for professional and enthusiast programmers.
|
No, Only way is to use second hard drive/partition for backuping data and creating no partition. | |||
|
feedback
|
|
Agree with Maciek that you can't directly convert NTFS to ext3 that I'm aware of, but it's worth mentioning that you might not need to. Modern Linux kernels can read and write NTFS just fine. Unless you need the journaling capability (greater failure tolerance in the event of system problems or power outage), you can probably just use NTFS for most purposes. All my external drives are formatted NTFS so I can share them between Windows and Linux boxes. If you're using a server or something that really needs the journaling, you should probably reformat anyway. Also, note that you can easily resize an NTFS partition, so if you want to convert a Windows system to Linux, you can just shrink the NTFS partition but keep your data, and create a new ext3 (or ext4 or ReiserFS or whatever) partition to install Linux on. | |||||||||||
feedback
|
|
Take a look at http://anyfs-tools.sourceforge.net/man8/anyconvertfs.8.html it mentions "converting from ntfs-3g" | |||
|
feedback
|
