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.
-j ext3 ジャーナルでファイルシステムを作成します。
なぜext4ではないのですか?
ext3はジャーナル付きの ext2fs であるため(元のext2はジャーナルをサポートしていません)、ext4 を使用したい場合は、mkfs.ext4またはmkfs.ext4dev. ext2 ウィキから、
mkfs.ext4
mkfs.ext4dev
...最近、ext2とほぼ完全に互換性があり、ジャーナリングファイルシステムであるext3に取って代わられました。