Dmitry Konnov wrote:
No. It is a functionality of the NTFS filesystem. If you call change journal on a FAT volume or on a CDROM the call will fail. MacOSX uses the HFS+ filesystem. So if you want something like change journal you'll have to implement it in the MacOSX filesystem aka kernel. Even if you/Apple get that done it is still a stupid idea to use a Windows backup program in Wine to backup the host system; there are other features of the host system that to not map to the Windows world and thus would get lost during the backup/restore process.
Does Wine implement ntdll.dll?
You could have checked that yourself by downloading the Wine source... http://source.winehq.org/source/dlls/ntdll/
bye michael
Michael Stefaniuc wrote:
Besides, MacOSX 10.5+ comes with its own built in backup system: Time Machine. This looks like a bad attempt to re-invent the wheel (yes the pun IS intended.) Unless you are using something similar to Symantec Backup for UNIX, you will not get everything. Windows backup software is for Windows and is designed that way. If you are trying to backup Wine files, you should really be using a native software product to backup the native files.
Yes, Wine implements ntdll BTW, and it is a core file and should not be replaced with ntdll from a Windows system.
James McKenzie