您好,登錄后才能下訂單哦!
當硬盤分區完成后,需要對分區進行格式化。
使用mkfs工具對硬盤分區進行格式化,支持MBR和GPT兩種分區表。
命令1:格式化sdb1分區為ext3格式
mkfs.ext3 /dev/sdb1
mke2fs 1.41.12 (17-May-2010) 文件系統標簽= 操作系統:Linux 塊大小=4096 (log=2) 分塊大小=4096 (log=2) Stride=0 blocks, Stripe width=0 blocks 131072 inodes, 524288 blocks 26214 blocks (5.00%) reserved for the super user 第一個數據塊=0 Maximum filesystem blocks=536870912 16 block groups 32768 blocks per group, 32768 fragments per group 8192 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912
正在寫入inode表: 完成
Creating journal (16384 blocks): 完成 Writing superblocks and filesystem accounting information: 完成 This filesystem will be automatically checked every 24 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override.
命令2:格式化sdb5分區為ext4格式
mkfs -t ext4 /dev/sdb5
mke2fs 1.41.12 (17-May-2010) 文件系統標簽= 操作系統:Linux 塊大小=4096 (log=2) 分塊大小=4096 (log=2) Stride=0 blocks, Stripe width=0 blocks 131072 inodes, 524288 blocks 26214 blocks (5.00%) reserved for the super user 第一個數據塊=0 Maximum filesystem blocks=536870912 16 block groups 32768 blocks per group, 32768 fragments per group 8192 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 正在寫入inode表: 完成 Creating journal (16384 blocks): 完成 Writing superblocks and filesystem accounting information: 完成 This filesystem will be automatically checked every 20 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override.
p.s.
MBR分區表磁盤中的擴展分區不能格式化,即只能格式化主分區和邏輯分區;
格式化操作是即時生效的,不需要重啟Linux系統,但此時用df命令并不能查看到磁盤的文件系統和類型,原因是還沒有進行掛載。
df -hT /dev/sdb1 Filesystem Type Size Used Avail Use% Mounted on - - 492M 260K 491M 1% /dev
總結
以上所述是小編給大家介紹的Linux分區格式化的命令,希望對大家有所幫助,如果大家有任何疑問歡迎給我留言,小編會及時回復大家的,如果大家有任何疑問歡迎給我留言,小編會及時回復大家的!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。