QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 773|回复: 13

关于挂载windows下的分区的问题

[复制链接]
发表于 2003-11-21 16:31:43 | 显示全部楼层 |阅读模式
我按照大家说的方法挂载分区怎么也不能成功,一直无法看见windows下的分区
执行的命令如下
出现了一些显示,不知道什么意思,请大家指点,谢谢了

[root@hps root]# df
文件系统               1K-块        已用     可用 已用% 挂载点
/dev/hdd5              4166504   2945060   1009792  75% /
none                    127632         0    127632   0% /dev/shm
[root@hps root]# mount -t vfat/dev/hda6 /mnt/e
Usage: mount -V                 : print version
       mount -h                 : print this help
       mount                    : list mounted filesystems
       mount -l                 : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
       mount -a [-t|-O] ...     : mount all stuff from /etc/fstab
       mount device             : mount device at the known place
       mount directory          : mount known device here
       mount -t type dev dir    : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
       mount --bind olddir newdir
or move a subtree:
       mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using  -L label  or by uuid, using  -U uuid .
Other options: [-nfFrsvw] [-o options].
For many more details, say  man 8 mount .
[root@hps root]#
发表于 2003-11-21 17:45:42 | 显示全部楼层
[root@hps root]# mount -t vfat/dev/hda6 /mnt/e
[root@hps root]# mount -t vfat /dev/hda6 /mnt/e
你的信息是少了空格。
回复

使用道具 举报

 楼主| 发表于 2003-11-22 19:13:02 | 显示全部楼层
有空格时出现下面的提示:
[root@hps root]# mount -t vfat dev/hda6 /mnt/e
mount: special device dev/hda6 does not exist
You have new mail in /var/spool/mail/root
[root@hps root]#
回复

使用道具 举报

发表于 2003-11-22 20:10:06 | 显示全部楼层
有没有先建文件夹再加载??
回复

使用道具 举报

发表于 2003-11-22 20:22:20 | 显示全部楼层
[root@hps root]# mount -t vfat dev/hda6 /mnt/e
mount: special device dev/hda6 does not exist
You have new mail in /var/spool/mail/root
[root@hps root]#
这次又少了/
回复

使用道具 举报

 楼主| 发表于 2003-11-22 21:16:00 | 显示全部楼层
根本问题不在这,原来我的windows系统对应的是hdc1,hdc5和hdc6,这是怎么回事啊? 那我的hda对应的是什么呀?
回复

使用道具 举报

发表于 2003-11-22 22:08:30 | 显示全部楼层
cd /mnt
mkdir e
mount -t vfat /dev/hda6 /mnt/e
hda就是你的硬盘。
回复

使用道具 举报

发表于 2003-11-23 01:51:11 | 显示全部楼层
装MandrakeLinux,万事OK
回复

使用道具 举报

发表于 2003-11-23 07:33:23 | 显示全部楼层
cat /proc/partitions
看看你到底要挂谁
回复

使用道具 举报

发表于 2003-11-23 21:30:14 | 显示全部楼层
MandrakeLinux,自动在安装过程中加在一起了,很好的,redhat 就不会加载的!我修改了festb文件,每次进入redhat 8 自动加载了。
回复

使用道具 举报

发表于 2003-11-23 22:01:44 | 显示全部楼层
修改fstab文件时,mount 却是要这样:
我搞好了两个系统的互相支持,两块硬盘将上面的
/dev/hda1 /mnt/c vfat iocharset=gb2312,umask=0,codepage=936 0 0
/dev/hda5 /mnt/d vfat iocharset=gb2312,umask=0,codepage=936 0 0
/dev/hda6 /mnt/e vfat iocharset=gb2312,umask=0,codepage=936 0 0
/dev/hdb5 /mnt/f vfat iocharset=gb2312,umask=0,codepage=936 0 0
/dev/hdb6 /mnt/g vfat iocharset=gb2312,umask=0,codepage=936 0 0
/dev/sda1 /mnt/usb vfat iocharset=gb2312,umask=0,codepage=936 0 0
如果不支持,修改如下:
其中hda1...hdb6改为hdc1,hdc5,hdc6和hdd5,hdd6就好了!
回复

使用道具 举报

发表于 2003-11-24 09:02:54 | 显示全部楼层
硬盘得编号取决于你硬件得连接,hda和hdb分别是IDE0的主盘和从盘,hdc和hdd分别是IDE1的主盘和从盘,看看你的主版硬盘线怎么连的就知道了。
也就是你的hdc就是别人的hda,你的硬盘接在IDE1上了。
[quote:7c488262f4="ellex"]根本问题不在这,原来我的windows系统对应的是hdc1,hdc5和hdc6,这是怎么回事啊? 那我的hda对应的是什么呀?[/quote]
回复

使用道具 举报

发表于 2003-11-25 10:51:40 | 显示全部楼层
怎么改festb?     兄台贴上来看看  谢
回复

使用道具 举报

发表于 2003-12-2 20:46:51 | 显示全部楼层
find file fstab and update it,ok!
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-18 11:40 , Processed in 0.047442 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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