Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ext2 ファイル システムのファイルを開くにはどうすればよいですか。たとえば、ファイルを開きたいとしましょう。/a/b/c.txt
/a/b/c.txt
私はここで関数を見ています: http://www.nongnu.org/ext2-doc/ext2.html
他のファイルシステムと同じ: usefopen("/path/to/the/file", "r")または類似。
fopen("/path/to/the/file", "r")
あなたが見つけたドキュメントは、ファイルシステムを実装する人々にのみ関連しています。