Re: UDF with resource fork, help needed
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Bye Alex Am 27.05.2005 um 10:15 schrieb mlists@ugsoft.de: Hi, The problem is including resource forks. Has anybody out there any experience with this? Thanks for any help and ideas. Uwe _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I know a lot of stuff about UDF, but it's a been awhile. I will contact you off-list, and look into the issue I am trying to adjust mkisofs to create UDF images containing Finder file infos and resource forks, etc. Including Finder infos is already done. Converting decomposite unicode HFS+ filenames (special characters) to corresponding UDF, Joliet, Rockridge and HFS filename representation is also done.
From the ECMA 167 and UDF260 specs documentation I cannot understand how the required Extended File Entries and corresponding Stream Directory shall be implemented. E.g., does every UDF directory contain a Stream (sub)Directory with the Extended File Entries, or is the Stream Directory seperated from the UDF dir tree, or what, etc.? All I tried with resource forks resulted in system crashes (You need to restart...) when mounting the UDF image on 10.3.9 ;-( which really makes developing hard. I've also tried to find sample code how to read an UDF CD/image to find out where all the resource fork related pieces live and how they are linked together. E.g. I tried to find the Darwin source for mount_udf with no success. Any idea where I can find this or something similar showing how the resource fork stuff is accessed/created?
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/ newsletters%40vonbelow.com This email sent to newsletters@vonbelow.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Alex v.Below