LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1204|回复: 2

linux 添加新硬盘错误

[复制链接]
发表于 2009-7-10 13:28:32 | 显示全部楼层 |阅读模式
刚刚添加了一个新硬盘,fdisk分区正常,但是格式化的时候报错了
root@xulab:/# fdisk -l

Disk /dev/sda: 146.8 GB, 146815733760 bytes
255 heads, 63 sectors/track, 17849 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000080

Device Boot Start End Blocks Id System
/dev/sda1 * 1 17476 140375938+ 83 Linux
/dev/sda2 17477 17849 2996122+ 5 Extended
/dev/sda5 17477 17849 2996091 82 Linux swap / Solaris

Disk /dev/sdb: 146.8 GB, 146815733760 bytes
255 heads, 63 sectors/track, 17849 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x714d2bba

Device Boot Start End Blocks Id System
/dev/sdb1 1 17849 143372061 5 Extended

root@xulab:/# mkfs -t ext3 /dev/sdb1
mke2fs 1.41.3 (12-Oct-2008)
mkfs.ext3: inode_size (128) * inodes_count (0) too big for a
filesystem with 0 blocks, specify higher inode_ratio (-i)
or lower inode count (-N).

望高手指点!
发表于 2009-7-10 13:35:15 | 显示全部楼层
你在格式化一个扩展分区。
回复 支持 反对

使用道具 举报

发表于 2009-7-10 13:44:29 | 显示全部楼层
dd if=/dev/zero of=initrd.img bs=1k count=8192
mkfs.ext3 –F –v initrd.img
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表