Linuxで、ext4形式のファイルシステムを作成します。
ファイルシステムを作成する!(ext4/mkfs.ext4)
mkfs.ext4コマンドで、ext4形式のファイルシステムを作成します。
# mkfs.ext4 /dev/sdc1 mke2fs 1.46.5 (30-Dec-2021) Creating filesystem with 5242619 4k blocks and 1310720 inodes Filesystem UUID: 416f8bf8-4a9d-4259-990f-1b7475627887 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000 Allocating group tables: done Writing inode tables: done Creating journal (32768 blocks): done Writing superblocks and filesystem accounting information: done
おわりに
Linuxでext4形式のファイルシステムは、mkfs.ext4コマンドで作成します。
関連記事