View Single Post
Old 09 February 2013, 12:19   #2
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by nexusle View Post
For the ADF & HDF Creator: I think, it should create a sparse file, so the size on HOST is related to the real stored data. Is it possible on all platforms?
It's quite easy to create sparse files, especially on Unix-like systems. Of course, on Windows one needs to use Windows-specific APIs (as usual...).

Whether it is supported or not is usually more dependent on file system than on OS. But as you are a Mac-ish person: If the following information is true: "On MacOS, the default filesystem is HFS+ which does not support sparse files. You can optionally format a volume with UFS which does support sparse files. HFS+ is the default filesystem on MacOS because it supports the archaic "resource fork" stuff which a few programs still use."(http://stackoverflow.com/questions/1...-c-on-mac-os-x), then most OS X users are out of luck regarding sparse files. FS-UAE can still try to create one, the worst thing that will happen if it is not supported is that the file won't be sparse.
FrodeSolheim is offline  
 
Page generated in 0.04290 seconds with 11 queries