Page 1 of 1

Location of Image File Different File Systems

Posted: Tue Aug 24, 2010 12:52 pm
by Stubi
I have tested the software with XP 32 what is on a FAT32 disk. Is there any way to move the image file to a NTFS partition (there are my data)? The software tells me not since the file systems are not the same. Why does it care about this? Just hast to read and write data - or is it not so easy?

Re: Location of Image File Different File Systems

Posted: Tue Aug 24, 2010 1:26 pm
by Support
Yes, it requires the same file system as that of boot drive. Otherwise it may fail to load image file.

Re: Location of Image File Different File Systems

Posted: Tue Aug 24, 2010 2:07 pm
by Stubi
Why does it care about the file system? It just has to read/write data or do I see this wrong? Not so good if you use multiboot with different OS and want to use the same ramdisk image file because you need the same data.

Re: Location of Image File Different File Systems

Posted: Tue Aug 24, 2010 2:23 pm
by Support
This is because file system might not ready to read the file when we boot up the ramdisk.

Re: Location of Image File Different File Systems

Posted: Wed Aug 25, 2010 6:16 am
by Stubi
Never had problems with this FAT32 & NTFS mixture with other ramdisks. Same what happens when the OS is on FAT32 like the image file and the ramdisks itself is NTFS - before it can load the image file data it needs to have NTFS already. Your software can handle THIS. But of course I do not know the bits and bytes of the coding and for sure you know better while it cannot read the image file if it is not on the same file system as the OS. I just was wondering why it cares so much about the data file if the ramdisk can be any format anyway.

Re: Location of Image File Different File Systems

Posted: Wed Aug 25, 2010 6:26 am
by Support
We can defer to boot ramdisk to solve your problem, but it introduces other issues in some use cases. So we requires the same file system.
Anyway if later we can find a perfect way to solve the issue, of course we'd like to correct it.