| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On 2 Nov 2009, at 13:37, rohan a wrote:
I am trying to identify if a particular file is a sparse file using getattrlist()
I am using this : attrList.fileattr = ATTR_FILE_TOTALSIZE | ATTR_FILE_ALLOCSIZE;
According to the man page if ATTR_FILE_ALLOCSIZE < ATTR_FILE_TOTALSIZE the file is a sparse file.
I created the sparse file using dd #dd if=/dev/zero of=sparse-file bs=1 count=0 seek=3g
However, both AllocSize and TotalSize are returning the same size while actually AllocSize < TotalSize
I am using UFS
Kind regards,
Alastair.
-- http://alastairs-place.net
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/email@hidden
| References: | |
| >Identifying sparse files using getattrlist() (From: rohan a <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.