ext2
Are ext2 directory entry names guaranteed to be null-terminated on a valid file system?
I thought this would be an easy question, but I can\'t find the answer. I\'ve mainly been reading these specs:[详细]
2023-04-10 07:17 分类:问答How to read an inode table from an ext2 block group?
In writing an ext2 driver for my hobby OS, I ran into a problem reading the inode table from a block group descriptor.[详细]
2023-04-08 05:51 分类:问答Using ext2 file system variant on Linux
I\'m a newbie to kernel programming, and I\'m stuck on something, so I\'d appreciate some help. I appologize in advance if something similar was asked before, I did not find any relevant post, and cou[详细]
2023-04-01 15:25 分类:问答What's wrong with linux/ext2_fs.h?
cat main.c #include <stdio.h> #include <stdlib.h> #include <linux/ext2_fs.h> int main(int argc, char** argv) {[详细]
2023-03-26 15:14 分类:问答How do I read and traverse inodes
I\'ve opened the super-block and group descriptor in an EXT2 filesystem, but I don\'t know how to read for instance the root directory or files in it...[详细]
2023-03-11 05:19 分类:问答Delete file with odd character in filename
I cannot delete a file that is copy of a backup of a backup... I don\'t remember all the filesystem character set it has passed by.[详细]
2023-03-10 17:52 分类:问答Compile file which includes ext2fs.h
So I am writing a C file which includes /extfs/ext2fs.h. I am tryin开发者_如何学Gog to call the function ext2fs_open(). I can clearly see that the header file ext2fs.h has that particular function. In[详细]
2023-03-09 09:20 分类:问答EXT2 Directory Content
Hi I reached inode 2 , the root directory.开发者_如何学Python I know the direct block number of it, which is 265.How can I list the content of the root directory in C? This should work. I suggest look[详细]
2023-03-07 22:58 分类:问答mkfs.ext2 in cygwin not working
I\'m attempting to create a fs within a file. under linux it\'s very simple: create a blank file size 8 gb[详细]
2023-03-03 22:44 分类:问答libext2fs code not working
I just tried to access my superblock information using the code as shown here:- http://paste.pocoo.org/show/340724/[详细]
2023-02-12 01:46 分类:问答