LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ntfs to ext3 convertion without data loss (https://www.linuxquestions.org/questions/linux-newbie-8/ntfs-to-ext3-convertion-without-data-loss-756385/)

spdthespeed 09-19-2009 09:12 AM

ntfs to ext3 convertion without data loss
 
:newbie:

i am using rhel5,i386.......................

i am having this partitions

(parted)print....:Pengy::Pengy:

Model: WDC WD800BB-22JHC0 (ide)
Disk /dev/hdc: 80.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 32.3kB 41.9GB 41.9GB primary ntfs boot
2 41.9GB 52.1GB 10.1GB primary ext3
4 52.1GB 70.0GB 17.9GB primary ext2 lba
3 70.0GB 71.6GB 1571MB primary linux-swap


[root@localhost ~]# df -h

Filesystem Size Used Avail Use% Mounted on
/dev/hdc2 9.2G 6.9G 1.9G 79% /
tmpfs 379M 0 379M 0% /dev/shm
/dev/hdc1 40G 19G 21G 47% /root/mov
/dev/hdc4 17G 44M 16G 1% /root/other

i want to convert /dev/hdc1 (40G){ntfs} into ext3 without loosing data........

pls help me
:):)

TBC Cosmo 09-19-2009 09:27 AM

You'll need to copy that 19G of data to a temporary area (possibly external media), then you can change the filesystem to ext3 and copy the 19G of saved data back. There's no way to format that without destroying the data.

spdthespeed 09-20-2009 08:29 PM

are u sure..............

is there any way to convert..........ntfs to any other linux supported filesystem...........

lutusp 09-20-2009 09:50 PM

Quote:

Originally Posted by spdthespeed (Post 3691071)
are u sure..............

is there any way to convert..........ntfs to any other linux supported filesystem...........

You have to back up the data on the NTFS partition, recreate the filesystem, and reinstall the backup-up data. You cannot keep it in place.

spdthespeed 09-21-2009 11:53 PM

thanks for ur response....."tbc cosmo" and "lutusp"............

bharatlalgupta 09-22-2009 12:57 AM

ntfs to ext3
 
i think as online its not possible


All times are GMT -5. The time now is 06:17 AM.