[osol-discuss] Port from linux. ioctl with FIBMAP to OpenSolaris OS, please help.
Martin Bochnig
martin at martux.org
Thu Oct 23 15:33:19 PDT 2008
On Thu, Oct 23, 2008 at 7:49 PM, Thai Nguyen <thai_tn at yahoo.com> wrote:
> Hi,
>
> I am trying to port a linux app to OpenSolaris OS. There is a API used in linux codes that I don't know how to port to OpenSolaris:
>
> ioctl(fileFD, FIBMAP, &FsBlock)
>
> Any one pleases help, tell me how to do this, find out a FileSystemBlock of the offset in a file, in OpenSolaris.
>
> Many thanks,
> Thai.
> --
> This message posted from opensolaris.org
> _______________________________________________
> opensolaris-discuss mailing list
> opensolaris-discuss at opensolaris.org
Hello, googling bring zero results, except yours:
http://www.google.de/search?hl=de&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=is8&q="ioctl(fileFD%2C+FIBMAP%2C+%26FsBlock)"+&btnG=Suche&meta=
In which context do you intend to use it? Which app are you porting?
It doesn't really look like being part of libc (nor gnu-libc).
It seems to belong to something rather isolated/private. Which lib?
Regards,
Martin
More information about the opensolaris-discuss
mailing list