Hi,
Following my question about creating files.
After fast creation of large file, now i need to create a file system on this file.
How can i create something like Loop device on Linux. After this i guess formatting will be really easy. Any alternative method (instead mounting) for formatting file to different FAT (12/32) and ext3 are welcomed :)
I would prefer to do it in C/C++, but in the worst case i can use external commands i.e running ready executable from my application.
Edit:
It seems like Windows does not allow this natively, so it will be best to find some application that doing exactly this i.e mounting file as a files system. Otherwise i have a problem with open source licenses.