site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Feb 20, 2005, at 10:53 PM, Imran wrote: William Kucharski kucharsk@mac.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... Does HFS+ file system under Darwin XNU provide such API to reserve the disk space of GB’s? Well, the file system will ALWAYS be "aware" of it, but the way to make it "invisible" is to open a file descriptor to it and unlink it while the file is still open. In this way you can access the file on disk but traversing the directory structure will not reveal your file's existence. This email sent to site_archiver@lists.apple.com
participants (1)
-
William Kucharski