site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Thanx, Jason -- Jason Bobier jason@prismatix.com Space Cowboy http://www.prismatix.com/ It's hard to pull yourself up by your bootstraps if your feet are bare. On Feb 2, 2006, at 11:28 PM, Justin C. Walker wrote: On Feb 2, 2006, at 22:49 , Jason Bobier wrote: Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Absorption of Federal Funds -------- If you're not confused, You're not paying attention -------- This email sent to jason@prismatix.com ________________________________________________________________ This message could have been secured by PGP Universal. To secure future messages from this sender, please click this link: https://keys.prismatix.com/b/b.e?r=darwin-dev%40lists.apple.com&n=nZyHwo255D... _______________________________________________ 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... In the driver, the disk and the partition are represented by IOMedia objects and you can use getBase on the partition to know where it is relative to the disk. So the system knows how the two are related. I'm trying to get the offset on disk of a particular file. In order to do this I use F_LOG2PHYS which gives me the offset from the beginning of the partition. So I need to add the partition offset somehow. I can't seem to find a way to find the offset of a partition on a drive without reading the partition table myself. Is there an easy way to do this? i.e. given disk1s1 what is it's offset from the beginning of disk1? AFAIK, there is nothing intrinsic about partitions. It's the partition table that defines them. That's what the system uses to find them, when partitions on a disk are mounted. Why do you think it's otherwise possible? _______________________________________________ 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/jason% 40prismatix.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Jason Bobier