fcopyfile failed:
1. If I add fprintf(stderr messages to my driver, where do they get stored?
2. How can I crank up the logging of FUSE?
--
You received this message because you are subscribed to the Google Groups "macFUSE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osxfuse-grou...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/osxfuse-group/1339adc4-08f6-4add-be78-f47736e24ec1n%40googlegroups.com.
if (readsize >= filesize)
{
return readsize;
}
But readsize is relative to the offset, not the whole file.. Doh.
To view this discussion visit https://groups.google.com/d/msgid/osxfuse-group/fec22cdb-d744-4828-9dd9-6620000312f9n%40googlegroups.com.