Hello, I understand that fuse has implemented fallocate support. I have obtained the latest sources of ntfs-3g from git and noticed this is not implemented yet. Are there any plans to support this?
In the meantime, I tried to simulate an fallocate by using ntfscp code and instead of doing copy just create the file, change the size using ntfs_attr_truncate_solid(). Then, I close the attr, inode, and unmount the volume. The file gets created with the correct size (4GB). However, this is not reflected in the filesystem. Checking the free space, shows the same amount of free space as before the 4GB file creation. Am I missing a step here? Thanks, Amit ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ ntfs-3g-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel
