|
原有40g和30g的ibm硬盘各一,接在第一个ide口上,另有光驱和刻录机各一,接在第二个ide口上。
在40g上安装了winxp,30g上安装了rh 9.0,并将GRUB放在了mbr上,修改了/etc/fstab文件,能在linux中正确挂载40g的winxp硬盘。
问题是:现在又搞到一块40g的ibm硬盘,把它挂在第二个ide口上设为了从盘,在bios和winxp中能正确认出来,但在linux下无法挂载。以下是df和fdisk -l的信息。
[root@linuxant root]# df -h
文件系统 容量 已用 可用 已用% 挂载点
/dev/hdb3 28G 7.3G 19G 28% /
/dev/hdb1 99M 9.2M 85M 10% /boot
none 125M 0 125M 0% /dev/shm
/dev/hda1 6.0G 3.4G 2.6G 57% /mnt/c
/dev/hda5 13G 6.9G 5.9G 55% /mnt/d
/dev/hda6 20G 20G 261M 99% /mnt/e
[root@linuxant root]# fdisk -l
Disk /dev/hda: 41.1 GB, 41174138880 bytes
255 heads, 63 sectors/track, 5005 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 779 6257286 b Win95 FAT32
/dev/hda2 780 5005 33945345 f Win95 Ext'd (LBA)
/dev/hda5 780 2434 13293756 b Win95 FAT32
/dev/hda6 2435 5005 20651526 b Win95 FAT32
Disk /dev/hdb: 30.7 GB, 30738677760 bytes
255 heads, 63 sectors/track, 3737 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 78 522112+ 82 Linux swap
/dev/hdb3 79 3737 29390917+ 83 Linux
[root@linuxant root]#
请问怎么才能挂上这块硬盘? |
|