為什么我擴展分區(qū)格式化也成功了。。
[root@localhost ~]# mkfs.ext3 /dev/sdb5
mke2fs 1.41.12 (17-May-2010)
文件系統(tǒng)標簽=
操作系統(tǒng):Linux
塊大小=4096 (log=2)
分塊大小=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
66384 inodes, 265064 blocks
13253 blocks (5.00%) reserved for the super user
第一個數(shù)據(jù)塊=0
Maximum filesystem blocks=272629760
9 block groups
32768 blocks per group, 32768 fragments per group
7376 inodes per group
Superblock backups stored on blocks:?
32768, 98304, 163840, 229376
正在寫入inode表: 完成 ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Creating journal (8192 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.
[root@localhost ~]#?
2018-03-19
你這是擴展分區(qū)嗎?
主分區(qū)+擴展分區(qū)只能是 1-4 且擴展分區(qū)只能有一個
你這都是sdb5了肯定是邏輯分區(qū)呀,所以格式化成功是正常的
2017-07-20
格式化成什么格式呢