|
|

楼主 |
发表于 2004-2-16 11:04:42
|
显示全部楼层
Thanks very much for you help !
According to your idea, I succefully solved the problem , and
My CDROM can mount again !
By the way, I'm sorry to make a mistake when I describe the problem.
The physical block my CD-ROM has is not /dev/hdc0, it should be /dev/hdc . Thanks to point this out !
The whole process:
If [ rm -f /dev/hdc ] && [ rm -f /dev/cdrom ] ;
then "you wanna to bring them back ", just do as follows :
# mknod /dev/hdc b 22 0
# ln -s /dev/hdc /dev/cdrom
now try "# mount -t iso9660 /dev/cdrom /mnt/cdrom"
fi |
|