替Linux 新增硬碟(磁碟分割、格式化與掛載)
現在新的Linux 應該大都是用Ext4 的檔案格式,若是較舊的Linux 可能會用Ext3,不過操作方法都大同小異。 Linux 下格式化就用 mkfs 這個指令就可以了: mkfs - ...
Creating ext4 partition from console
First of all you need to create a partition, then you can make the filesystem. Create a new partition sudo fdisk /dev/sda This will bring up the fdisk menu.
Ext4
Ext4 is the evolution of the most used Linux filesystem, Ext3. In many ways, Ext4 is a deeper improvement over Ext3 than Ext3 was over Ext2. Create a new ext4 filesystem · Bytes-per-inode ratio · Migrating from ext2/ext3 to ext4
linux format disk guide
To format the Disk ext4 File System efficiently, all you have to do is: Step 1. Use the command sudo mkfs -t ext4 /dev/sdb to format your disk ...