[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] Building a sample File storage app
Working on the tracing part but here's an interesting observation, If I don't increment the file_offset after writing each page_buffer then the all of the data is uploaded, only when I increment the file_offset after writing each page_buffer it gets stuck after writing 3-4Mb of data. Further, I tried creating a FAT 16 disk with logical sector size 4096 i.e. mkfs.fat -F 16 -S 4096 -C disk.img 1024000 using this disk I was able to write almost 30MB of data after which it started to hang again. I am speculating that it hangs in write_to_locationÂwhile allocating new sectors. Any ideas on this ? On Sun, Feb 14, 2016 at 3:38 AM, Thomas Leonard <talex5@xxxxxxxxx> wrote:
_______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |