From: tabbaa najim
I am using the dm6446 kit board and i want to create a big file quickly in my application. Do you think that it is possible without modifying the mmc driver or the FAT file sustem? if the only solution is to modify the FAT fs (I am thinking of using ioctl command and add a function in the kernel to create a big file without writing data to the mmc card by modifuing only the FAT tables), could you give me some explication on how it can be done.


I would try the following: Open a file for random writing, do an lseek to a
position at 1.8GB, write one byte, close the file.

Regards,
Arie de Muijnck


_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to