QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 897|回复: 8

双硬盘怎么加载???

[复制链接]
发表于 2005-1-9 15:15:31 | 显示全部楼层 |阅读模式
我用 fc1,,,,,,有两个硬盘...分别为HDA和HDB
LABEL=/                 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /proc                   proc    defaults        0 0
none                    /dev/shm                tmpfs   defaults        0 0
/dev/hda3               swap                    swap    defaults        0 0
/dev/cdrom              /mnt/cdrom              udf,iso9660 noauto,owner,kudzu,ro 0 0

我想加载第二个硬盘的e:/怎么加载啊
/dev/hdb6               /                       fat32   defaults        1  1
 楼主| 发表于 2005-1-9 15:15:56 | 显示全部楼层
[root@localhost root]# mount /dev/hdb6 on -t fat
mount: mount point on does not exist
[root@localhost root]# mount /dev/hdb6 on -t fat32
mount: mount point on does not exist
[root@localhost root]#
回复

使用道具 举报

发表于 2005-1-9 15:21:16 | 显示全部楼层
mk /mnt/hdb6

mount -t fat32 /dev/hdb6 /mnt/hdb6
回复

使用道具 举报

 楼主| 发表于 2005-1-9 22:34:11 | 显示全部楼层
[root@localhost root]# mk /mnt/hdb6
bash: mk: command not found
[root@localhost root]# mount -t fat32 /dev/hdb6 /mnt/hdb6
mount: mount point /mnt/hdb6 does not exist
[root@localhost root]#


还是不行
回复

使用道具 举报

发表于 2005-1-10 13:33:15 | 显示全部楼层
mk /mnt/hdb6

是mkdir /mnt/hdb6 , 这个是用来建立挂载点用的。
回复

使用道具 举报

 楼主| 发表于 2005-1-10 21:39:16 | 显示全部楼层
谢谢了,,但是还是不可以
[root@xuxiaolong root]# mkdir /mnt/hdb6
[root@xuxiaolong root]# mount -t fat32 /dev/hdb6 /mnt/hdb6
mount: fs type fat32 not supported by kernel
[root@xuxiaolong root]# mkdir /mnt/hdb8
[root@xuxiaolong root]# mount -t fat32 /dev/hdb8 /mnt/hdb8
mount: fs type fat32 not supported by kernel
[root@xuxiaolong root]# mount
/dev/hda2 on / type ext3 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/hda1 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw)
回复

使用道具 举报

发表于 2005-1-10 21:41:37 | 显示全部楼层
mount: fs type fat32 not supported by kernel

You need to config a kernel,I think.
回复

使用道具 举报

发表于 2005-1-10 21:58:54 | 显示全部楼层
FC1内核没有fat32的support??

开什么玩笑??看来兄弟你得编译内核了!  :-(  :-(
回复

使用道具 举报

发表于 2005-1-13 14:04:14 | 显示全部楼层
mount -t fat32 /dev/hdb6 /mnt/hdb6

mount -t vfat /dev/hdb6 /mnt/hdb6
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-9 02:51 , Processed in 0.038935 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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