|
|
发表于 2004-3-27 16:10:01
|
显示全部楼层
最初由 yggdrasil 发表
我启动的时候是hdc=ide-scsi的
确实在cdrecord 的时候认出了scsi的combo
但是mount /dev/hdc的时候,告诉我设备被模拟成了scsi,不能从/dev/hdc mount
--------
(could this be the IDE device where you in fact use ide-scsi so that sr0 or sda or so is needed?)
-----------
这是提示
然后我尝试了sr0 scd0 (sda和sdb都被我的硬盘用了,难道要试试看sdc @@?)
都无法使用
大家还有什么建议么?谢谢
我用的模拟scsi如下配置:
- [linuxer@mydesktop test]$ cat /etc/fstab
- /dev/cdrom /mnt/cdrom udf,iso9660 iocharset=cp936,noauto,owner,ro 0 0
- [linuxer@mydesktop test]$ ll /dev/cdrom
- lrwxrwxrwx 1 root root 4 2003-06-10 /dev/cdrom -> scd0
复制代码
你可以试试scd0,scd1。。。 |
|