LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: cnbragon

偶的 CDROM 挂载 不上呀。。???

[复制链接]
 楼主| 发表于 2003-7-19 12:28:31 | 显示全部楼层
还是不行呀、、、
发表于 2003-7-19 13:36:23 | 显示全部楼层
none /mnt/cdrom supermount dev=/dev/hdd,fs=auto,ro,--,iocharset=gb2312,codepage=936,umask=0 0 0
老兄你的这两个应该是同一行语句,你是不是把他分为两行了

none /mnt/cdrom supermount dev=/dev/hdd,noauto,,iocharset=gb2312,codepage=936,umask=0 0 0
 楼主| 发表于 2003-7-19 20:37:20 | 显示全部楼层
没有呀,我是这么改的呀,
[root@localhost etc]# mount
/dev/hda6 on / type ext3 (rw)
none on /proc type proc (rw)
none on /proc/bus/usb type usbdevfs (rw)
none on /dev/pts type devpts (rw,mode=0620)
none on /mnt/floppy type supermount (rw,sync,dev=/dev/fd0,fs=auto,--,iocharset=gb2312,codepage=936,umask=0)
/dev/hda1 on /mnt/win_c type ntfs (ro,iocharset=gb2312,umask=0)
/dev/hda5 on /mnt/win_d type ntfs (ro,iocharset=gb2312,umask=0)
[root@localhost etc]# mount /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on none,
       or too many mounted file systems
[root@localhost etc]# mount /dev/hdd /mnt/cdrom
mount: block device /dev/hdd is write-protected, mounting read-only
mount: No medium found  ( then i put my CD in CDROM)
[root@localhost etc]# mount /dev/hdd /mnt/cdrom
/dev/hdd: Input/output error
mount: block device /dev/hdd is write-protected, mounting read-only
/dev/hdd: Input/output error
mount: you must specify the filesystem type
[root@localhost etc]# eject
eject: unable to find or open device for: `/dev/cdrom'
[root@localhost etc]# mount -t iso9660 /dev/hdd /mnt/cdrom
mount: block device /dev/hdd is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdd,
       or too many mounted file systems
[root@localhost etc]
发表于 2003-7-20 00:01:31 | 显示全部楼层
怪事, 我以前是一个DVD ,设备是/dev/hdc

后来我换成一个combo 了,它自动地找到了,还是 /dev/hdc

但是有个问题就是用k3b 的时候用外置的刻录机可以,
内置的combox就是不能作为刻录器使用,只能当DVD用,
发表于 2003-7-20 03:14:10 | 显示全部楼层
none /mnt/cdrom supermount dev=/dev/hdd,noauto,iocharset=gb2312,codepage=936,umask=0 0 0

cnbragon:
    #mount /dev/cdrom /mnt/cdrom
应该可以挂上去的,我试过多次都行,(必须要root下进行),你再试试看
发表于 2003-7-20 08:58:08 | 显示全部楼层
你一定要在命令模式下挂吗?
发表于 2003-7-20 21:11:03 | 显示全部楼层
习惯于使用命令
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表