关于挂载windows下的分区的问题
我按照大家说的方法挂载分区怎么也不能成功,一直无法看见windows下的分区执行的命令如下
出现了一些显示,不知道什么意思,请大家指点,谢谢了
# df
文件系统 1K-块 已用 可用 已用% 挂载点
/dev/hdd5 4166504 2945060 100979275% /
none 127632 0 127632 0% /dev/shm
# 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 labelor by uuid, using-U uuid .
Other options: [-nfFrsvw] [-o options].
For many more details, sayman 8 mount .
# # mount -t vfat/dev/hda6 /mnt/e
# mount -t vfat /dev/hda6 /mnt/e
你的信息是少了空格。 有空格时出现下面的提示:
# mount -t vfat dev/hda6 /mnt/e
mount: special device dev/hda6 does not exist
You have new mail in /var/spool/mail/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
#
这次又少了/ 根本问题不在这,原来我的windows系统对应的是hdc1,hdc5和hdc6,这是怎么回事啊? 那我的hda对应的是什么呀? cd /mnt
mkdir e
mount -t vfat /dev/hda6 /mnt/e
hda就是你的硬盘。 装MandrakeLinux,万事OK cat /proc/partitions
看看你到底要挂谁 MandrakeLinux,自动在安装过程中加在一起了,很好的,redhat 就不会加载的!我修改了festb文件,每次进入redhat 8 自动加载了。 修改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就好了! 硬盘得编号取决于你硬件得连接,hda和hdb分别是IDE0的主盘和从盘,hdc和hdd分别是IDE1的主盘和从盘,看看你的主版硬盘线怎么连的就知道了。
也就是你的hdc就是别人的hda,你的硬盘接在IDE1上了。
根本问题不在这,原来我的windows系统对应的是hdc1,hdc5和hdc6,这是怎么回事啊? 那我的hda对应的是什么呀? 怎么改festb? 兄台贴上来看看谢 find file fstab and update it,ok!
页:
[1]