在RH8.0中如何使用运用Windows资源???
:mrgreen: 老问题了,见笑了!!!我在/etc/fstab文件中键入:
用文本编辑器打开/etc/fstab 文件.加入如下:
/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
我在计算机里装了两硬盘,第一个装了WIN XP,第二个装了RH8.0,还想使用USB在RH启动时出错:
mntent 7 warning:no final newline at the end of /etc/fstab
mntent: /dev/sda1 is not a valial block device and so on.
我不知道咋办?万望大侠讲解一下,指点迷津,谢谢了^_^ :lol: 你的USB设备不能挂接到系统,看看是不是USB的问题
用
fdisk -lu
看看,能不能显示出USB设备分区来 warning:no final newline at the end of /etc/fstab
在后面加一个回车(换行),就好了 我搞好了两个系统的互相支持,两块硬盘将上面的
/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就好了,不知道为何?
Thanks to Fuheng,yours suggeation is right.
页:
[1]