ChinaUnix.net
相关文章推荐:

LINUX MOUNT CDROM

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 那位老大帮忙看看,谢谢了

by jianf_pan - Linux论坛 - 2003-06-25 22:25:11 阅读(7353) 回复(13)

各位大哥,小弟想请教下,如何找到和手动mount cdrom? 谢谢了

by chinasg - Solaris - 2008-09-22 11:23:10 阅读(3138) 回复(14)

为什么? 4.5 CVSUP 4.8 之后 光驱变成了 mount -t cd9660 /dev/acd0a /cdrom 原来是 mount -t cd9660 /dev/acd0c /cdrom 为什么啊! ?

by zkinsz - BSD - 2003-05-03 10:58:55 阅读(1001) 回复(1)

我在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...

by zxcvbny - HP-UX - 2007-07-31 14:05:05 阅读(5454) 回复(8)

今天居然被mount困住了,真是郁闷啊。 mount -v cdrfs -o ro /dev/cd0 /cdrom 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/33173/showart_266079.html

by wuzhao - AIX文档中心 - 2007-03-27 15:24:57 阅读(1241) 回复(0)

用命令# 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

by fzd052 - AIX - 2006-05-21 09:22:46 阅读(2789) 回复(8)

刚接触AIX,不知道怎么mount cdrom。 系统是AIX 5L 5.2, 哪位朋友 帮帮忙。

by ldbc - AIX - 2005-07-11 10:22:13 阅读(19638) 回复(11)
by liusn2000 - Solaris - 2005-02-03 09:39:55 阅读(1089) 回复(1)

怎么挂接不了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的.

by yjl - Solaris - 2004-07-03 06:59:18 阅读(1416) 回复(11)

mount /dev/cdrom /tmp

by ewsdcdnc - 其他UNIX - 2003-02-19 11:59:44 阅读(1137) 回复(4)