简体   繁体   中英

How to open a file on an ext2 file system?

How can I open a file in an ext2 file system. For example, lets say I want to open the file: /a/b/c.txt

I'm looking at the functions here: http://www.nongnu.org/ext2-doc/ext2.html

The same as any other filesystem: use fopen("/path/to/the/file", "r") or similar.

The documentation you found is only relevant to people implementing the filesystem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM