Re: HFS volume name and its device file
Re: HFS volume name and its device file
- Subject: Re: HFS volume name and its device file
- From: Stefan Arentz <email@hidden>
- Date: Mon, 4 Jun 2001 13:37:46 +0200
On Mon, Jun 04, 2001 at 08:46:56AM +0900, Kogule, Ryo wrote:
>
Hi forks.
>
>
How could I associate each HFS volume name to device file? I could get HFS
>
volume names from Carbon routine. I could also get device files of mounted
>
local volumes from BSD routine. However I counldn't find the way to combine
>
both of them.
Check out the source for the mount command. You can get it from the
Darwin. It used getmntinfo(3).
Stefan