Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am currently working on a file uploader (something like rapidshare) but on a very small scale. However, one thing i am concerned about is how do i organize files ? If i place all files in a singl
I\'m writing 开发者_如何学编程some objects which make extensive use of the filesystem. I\'m not sure what is the right way to test them.
Does anybody know one? preferrably with linux implementation? alternatively, does anybody know how much effort would it take to add it in any open-source implementation? (i mean: maybe it\'s enough t
It seems to me that tmpfs is not re-using inode numbers, but instead creates a new inode number via a +1 sequence everytime it needs a free inode.
I am trying to modify the ext3 file system. Basically I want to ensure that the inode for a file is saved in the same (or adjacent) block as the file that it stores metadata for. Hopefully this should
i have created a kernel module that uses kernel level functions such as vfs_read, write etc. This module has a makefile that builds this module to get the .ko file. I want to analyze the objdump outpu
I\'m trying to edit the /etc/fstab file on a CentOS installation using C++.The idea being that based on another config file I will add entries that don\'t exist in the fstab, or edit entries in the fs
I\'m trying to create a large empty file on a VFAT partition by using the `dd\' command in an embedded linux box:
Although the title is part of my question, the second part won\'t be as simple. The First part:Let\'s say I want to create my own operating system.How do I even go about doing that?I understand I hav