在Mount cdrom時總是mount不上.請高手指點啊. :-(
[root@danny_linux /]# ls
bin dev home lib misc opt root tmp var
boot etc initrd lost+found mnt proc sbin usr
[root@danny_linux /]# cd dev
[root@danny_linux dev]# ls -ls cdrom
0 lrwxrwxrwx 1 root root 8 Oct 16 08:15 cdrom -> /dev/hdb
[root@danny_linux dev]# cd ..
[root@danny_linux /]# cd mnt
[root@danny_linux mnt]# ls
cdrom
[root@danny_linux mnt]# cd ..
[root@danny_linux /]# mount -r -t iso9660 /dev/cdrom /mnt/cdrom
mount: No medium found --這是沒放光盤在裏面時的信息.應該說下常啊
[root@danny_linux /]#
[root@danny_linux /]# mount -r -t iso9660 /dev/cdrom /mnt/cdrom
mount: Not a directory --這是放進光盤後的信息
[root@danny_linux /]#