how to change the cluster chain in filesystem use IFS
I have write a IFS driver, I want to save the data of file to FSD for
my own cluster chain, not use the FSD auto alloc, for example, that a
filename :a.txt that will be right to filesystem, when my IFS driver
not work, it may write to file system cluster 1,cluster 2,cluster 3,and
when my IFS worked, I will let it to save data at cluster 7, cluster 9,
cluster 10.
can someone help me about this problem?
|