Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!usc!apple!lsr From: lsr@Apple.COM (Larry Rosenstein) Newsgroups: comp.sys.mac.misc Subject: Re: 3K reserved for empty resourc fork? Message-ID: <9639@goofy.Apple.COM> Date: 8 Aug 90 20:41:45 GMT References: <95200003@uxh.cso.uiuc.edu> Organization: Apple Computer, Inc. Lines: 22 In article <95200003@uxh.cso.uiuc.edu> johnsone@uxh.cso.uiuc.edu writes: > >So I used ResEdit to delete the resources. Strange thing is that the file did >not shrink in over-all size. It still registers as having about 3K of space >for the resource fork. A resource fork that contains no resources still contains the resource map and header. So the resource fork won't be completely empty. The reason is takes 3K of disk space is that disk space is allocated to files in chunks. The chunk size is set when the volume is formatted. A small chunk size means there are more chunks to keep track of (there's probably some absolute limit on the number of chunks); a large chunk size means that some disk space is wasted. To delete the resource fork entirely you probably need a special utility. MPW's duplicate command, for example, can be used to duplicate only the data fork. -- Larry Rosenstein, Object Specialist Apple Computer, Inc. 20525 Mariani Ave, MS 46-B Cupertino, CA 95014 AppleLink:Rosenstein1 domain:lsr@Apple.COM UUCP:{sun,voder,nsc,decwrl}!apple!lsr