I just updated my Redhat9 from 2.4.20 to 2.4.26, after this i cannot mount my cdrom. I got this message. [root@gunder mnt]# mount /dev/cdrom mount: /dev/cdrom is not a valid block device This is my fstab LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts ...
by wnature - Linux论坛 - 2004-07-16 06:39:24 阅读(1485) 回复(5)
linux7.3下mount /mnt/cdrom 就死机 错误提示为: ide-floppy driver 0.99.newide hda:ATAPI 24x CD-ROM drive,128kb Cache,DMA Serverworks OSB4 in impossible State. Disable UDMA or if you are using Seagate then try Switching disk types on this controller. Please report this event to osb4-bug@ide.cabal.tm OSB4:continuing might cause disk corruption 那位老大帮忙看看,谢谢了
为什么? 4.5 CVSUP 4.8 之后 光驱变成了 mount -t cd9660 /dev/acd0a /cdrom 原来是 mount -t cd9660 /dev/acd0c /cdrom 为什么啊! ?
我在HP 11.11上面使用光盘,是自己刻的,据说非hp介质不能直接mount 要使用如下命令: ▼ To mount the CD-ROM: 1. Login as root. 2. Create the mount point (for example, # mkdir /cdrom). 3. Enter: # nohup pfs_mountd & 4. Enter: # nohup pfsd & 5. Enter: # pfs_mount -o xlat=unix device_path mount_point To find the device path, you can enter # ioscan -fn. For example, to mount the CD-ROM using /cdr...
今天居然被mount困住了,真是郁闷啊。 mount -v cdrfs -o ro /dev/cd0 /cdrom 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/33173/showart_266079.html
用命令# mount -rv cdrfs /dev/ce0 /cdrom mount: 0506-324 Cannot mount /dev/ce0 on /cdrom: A file or directory in the path name does not exist. 用命令startsrc -s cdromd # startsrc -s cdromd 0513-085 The cdromd Subsystem is not on file. 用lssrc -a|grep cdromd发现没有cdromd
怎么挂接不了cdrom呢? 我做了mount -F hsfs -o ro /dev/dsk/c0t6d0s0 /mnt 就出现这样的提示: mount:/dev/dsk/c0t6d0s0 is already mounted, /mnt is busy, or the allowable number of mount points has bee exceeded. 我的机器是SUN Enterprise 3000的.