Lo and behold, Facundo Arena once said: > > Once I have my linux partition mounted: can I use the fopen function > > to open a file? Yes. fopen is in the minimal libc, and in the imported FreeBSD libc. see libc/stdio/fopen.c and friends for implementation details. I don't think we actually have an example which uses it, though. -Dave