LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 999|回复: 7

FC3下关于光驱的问题

[复制链接]
发表于 2004-12-11 20:27:40 | 显示全部楼层 |阅读模式
为什么我放DVD进去提示我权限不够
放CD进去又提示我光驱错误
但是在硬件浏览器里光驱却是好的?
我的光驱是先锋DVD和LG CDRW
请高手指点,谢谢!
发表于 2004-12-11 23:55:01 | 显示全部楼层
It looks it is a matter of how the device being defined.

Please post your /etc/fstab
 楼主| 发表于 2004-12-12 08:31:29 | 显示全部楼层
/etc下没有/fstab吗?
发表于 2004-12-12 08:35:02 | 显示全部楼层
Come on, in / it is /etc/fstab.

Under /etc, it is fstab!
 楼主| 发表于 2004-12-12 08:44:24 | 显示全部楼层
怎么没有/fstab这个目录阿?
 楼主| 发表于 2004-12-12 08:45:25 | 显示全部楼层
有了
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/                 /                       ext2    defaults        1 1
LABEL=/boot             /boot                   ext2    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /dev/shm                tmpfs   defaults        0 0
none                    /proc                   proc    defaults        0 0
none                    /sys                    sysfs   defaults        0 0
/dev/hda9               swap                    swap    defaults        0 0
/dev/hdd                /media/cdrecorder       auto    pamconsole,fscontext=system_ubject_r:removable_t,ro,exec,noauto,managed 0 0
/dev/hdc                /media/cdrom            auto    pamconsole,fscontext=system_ubject_r:removable_t,ro,exec,noauto,managed 0 0
/dev/fd0                /media/floppy           auto    pamconsole,fscontext=system_ubject_r:removable_t,exec,noauto,managed 0 0
 楼主| 发表于 2004-12-12 09:57:22 | 显示全部楼层
为什么弹出光盘时总是报错?但是倒可以把光盘退出来的,为什么呢?
发表于 2004-12-12 11:12:18 | 显示全部楼层
Why is it so complicated?  So, you LG is /dev/hdd and DVD is /dev/hdc, right?

Try to make it simplier.  Login as root, backup your original /etc/fstab and make some changes:

cd /etc
mv fstab fstab.orig
cp fstab.orig fstab

Make changes on these lines with your favourite text editor:

/dev/hdd /media/cdrecorder ISO9660 exec,noauto,users 0 0
/dev/hdc /media/cdrom ISO9660 exec,noauto,users 0 0

With these changes, you should able to MANUALLY mount your devices correctly.

Tell us your findings.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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