Is it possible? Right now i'm manually copying inside it, used ext2 Volume Manager to assign a drive letter to it. Is there any other way to do it? The ntfs is 1TB while the ext4 is 450. The ext4 is not usb but it's directly attached to the mobo trough sata. It's not dual boot. The ntfs has rougly 330 GB of free space while the ext4 has 410 after copying some files now
-
Please edit your question to state the sizes of the two drives, plus how much data is on each respective drive. Also state where you want to make the backup (which OS and version); I suspect, given that you have both a NTFS and a ext4 formatted drive (partition) you have a dual-boot system.– userJun 25, 2016 at 11:24
-
Uodated with new info– Marco FilippozziJun 25, 2016 at 11:41
-
It is possible to transfer data from NTFS to ext4 (if you ran an OS that can handle both), but if you can't fit all the data onto the destination drive, you might have to buy a new one.– Ben NJun 29, 2016 at 21:53
1 Answer
According to your figures, the 1 TB drive that is failing has 330 GB free, which means that you likely have somewhere around 650 GB of data on it, and the 450 GB drive (I assume it isn't a 450 TB drive, or you likely would know better than to ask here) that you want to back up to now has 410 GB (also assumed unit) free.
Even if the best case, where you could use the whole 450 GB target drive to hold the files you want to back up, you would still be short about 200 GB on the target drive. And that's assuming that the files on the NTFS drive aren't compressed at the file system level, because ext4 doesn't support file system level compression.
Bottom line, by math you cannot fit all your data on the drive you want to back it up to and you haven't stated anything in the question that indicates that you want to selectively back up a smaller dataset.
If you care about this data, then I recommend that you go to a consumer electronics store and pick up an external drive and back up to that. A 1-2 TB external drive isn't very expensive these days, and it will be far easier, and likely faster in the end, than trying to at this point pick and choose which files to back up. A 2 TB drive will also give you a nice backup solution for future needs.
If you don't need a full backup and know what you'd want to back up, and that data will fit within the available free space, and you have stable NTFS read and ext4 read/write support, then I see no real reason why you couldn't do a backup by copying files by normal means. Depending on how the drive is failing and how far the damage has progressed, it's possible that some files may be damaged beyond repair and that you'd have to baby-sit the process, but I can see no technical reason why a normal copy couldn't possibly work.
-
Yeah 450 GB of course. Anyway i dont care about backupping everything. I can reinstall programs. I just dont want to lose photos videos and other files i dont want to lose. Is it safe to just copy paste? Jun 25, 2016 at 11:58
-