Dear all, I'm working on a project where I need to save/read data to/from file in the kernel. The files will be quite big (around 129k each). As I see it, there are several ways of doing this. I could either do it in kernel mode, or I could somehow transfer this data (or a pointer to it) to user space and save it using regular file handling operations. What are the different options and what is the best way of doing this? cheers, lars -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/