EXT2 目录内容
您好,我到达了 inode 2 ,即根目录。我知道它的直接块号,是265。如何在C中列出根目录的内容?
Hi I reached inode 2 , the root directory. I know the direct block number of it, which is 265. How can I list the content of the root directory in C?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该有效。我建议查找 opendir() 和 readdir() 的手册页。这不基于inode。您是否需要能够根据 inode 查找目录?
This should work. I suggest looking up the man pages for opendir() and readdir(). This is not based on inodes. Do you require to be able to look up directories based on inode?