Log in

View Full Version : How can i transfer .ISO file ripped w/ dvd decrypter?


kamote_top
2nd May 2006, 14:44
Hi all, why i cannot transfer the .ISO file riped w/ dvd decrypter in different folder? what will i do?

Tnx :D

SallyDog
2nd May 2006, 15:53
Is it mounted in a virtual drive? If so, unmount and then try to move.

kamote_top
3rd May 2006, 15:16
Tnx sallydog how will i know if it is mounted on virtual drive?i've just select c: to were the .iso file to be saved and when i try to move the file to other drive it says there is no enough disk space even if the drive where i will transfer the file has a big free space.

CWR03
3rd May 2006, 20:13
Is the drive to which you're transferring the .ISO formatted with FAT32? If so, it cannot accept a single file larger than 4GB. Most DVD .ISO files will exceed that.

kamote_top
5th May 2006, 04:57
CWR03 - Tnx so much =) can i convert the hard disk to NTFS?will i loose the data on it?

CWR03
5th May 2006, 06:09
Yes, and yes - in order to format a hard drive to NTFS, it will be erased. If it's a slave drive it can be converted easily through Windows by right-clicking and selecting Format.

lantern
5th May 2006, 13:28
Doesn't WinXP offer a utility that will convert Fat32 to NTFS without a reformat or data loss? I think I used that when I went from Win98 to WinXP.

http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/convertfat.mspx

http://support.microsoft.com/?kbid=307881

I think you cannot go from NTFS back to Fat32 without a reformat.

MuttLover
5th May 2006, 20:50
You can convert from fat32 to NTFS with the CONVERT command:

convert /FS:NTFS C:

with no destruction of data.

It is a one way path AFAIK -- no going back to FAT32.

HTH