ページの作成:「==オプション== ;-t :type ;-j :Create the filesystem with an ext3 journal.」 |
|||
4行目: | 4行目: | ||
;-j | ;-j | ||
:Create the filesystem with an ext3 journal. | :Create the filesystem with an ext3 journal. | ||
# mke2fs -t ext3 /dev/sda1 | |||
# mke2fs -j /dev/sda1 |
2019年3月9日 (土) 23:53時点における最新版
オプション
- -t
- type
- -j
- Create the filesystem with an ext3 journal.
# mke2fs -t ext3 /dev/sda1 # mke2fs -j /dev/sda1