自动挂载出错
我终于也安上LINUX了,以前在VM虚拟机里试了好多回,终于下决心在硬盘上做个尝试。装的是中科红旗5。0桌面版。认出来了我的NTFS分区和USB闪盘,我又试了一下装NV6200的驱动(总觉得系统带的驱动不好),还有一个网卡VIA的驱动,但它要我编译没弄明白系统就挂了,花屏,只得用windows的老办法重装(一定有更好的办法的,只是我还不会),重装现在好了,只是这两次都是装完我的光驱就不能用了,还有中科红旗的两张软件盘光盘没装上呢,怎么办?哪位好心人指点一下,或给个地址学学怎么才能用光驱(好象是叫做自动挂载) 先确认是不是光驱的问题如果不是
搜索一下mount的用法 在硬件属性里能看到两个光驱SONY CD-RW CRX230EE和PIONEER DVD-ROM DVD-122P
执行的mount –t iso9660 /dev/hdc /mnt/cdrom,结果是:
# mount –t iso9660 /dev/hdc /mnt/cdrom
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] [-p passwdfd].
For many more details, sayman 8 mount . 等了一下午还以为不会有人来帮我了。不禁要想一下以前在windows里的情况,一般都能很快解决的,还有一种感觉LINUX也不怎么样启动速度还没有我的番茄花园WINDOWSXP快呢,也没有番茄花园稳定,刚才就上了一会网有两次系统失去反应,按NUMLOCK都不亮,不得不按一下RESET,而在我的WINDOWS里这种问题很少发生,困惑啊。不过LINUX里面上网好像更快一些 终于自己把光驱找出来了。也没人理我。唉。
mount -t iso9660 /dev/hdd /mnt/dvdrom
mount -t iso9660 /dev/hdc /mnt/cdrom
因为当初装的时候刻录机是主设备,DVD是从设备,而且在命令台的时候好像拉了一个空格 :shock:
希望以后遇到这种问题的兄弟注意
页:
[1]