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.
fsckコードを見つけようとしています。Ubuntu の coreutils パッケージには見つかりません。fsckコードをどこで見ることができるか教えてください。
fsck には、使用するファイル システムに応じていくつかの実装があります。ext2/ext3/ext4 の場合、Ubuntu の「e2fsprogs」パッケージが必要です。
試す:
sudo apt-get source e2fsprogs