DVD 只能当cdrom用
光驱不认DVD阿,但读普通cd正常用 ln -s /dev/cdrom /dev/dvd出错
提示 ln: ‘/dev/dvd’:文件已存在 mount hdxy /mnt/dvd “mount: special device hdxy does not exist”
不明白 8O
能讲讲吗? x stands for IDE Port
use
hdb
hdc
hdd
try one by one :mrgreen::mrgreen: # ln -s /dev/cdrom /dev/hdd
ln: ‘/dev/hdd’:文件已存在
# ln -s /dev/cdrom /dev/hdb
ln: ‘/dev/hdb’:文件已存在
# ln -s /dev/cdrom /dev/hdc
ln: ‘/dev/hdc’:文件已存在
# ln -s /dev/cdrom /dev/hdc
ln: ‘/dev/hdc’:文件已存在
# mount hdb /mnt/dvd
mount: special device hdb does not exist
# mount hdc /mnt/dvd
mount: special device hdc does not exist
# mount hdd /mnt/dvd
mount: special device hdd does not exist
#
mount /dev/hdb /mnt/dvd
mount /dev/hdc /mnt/dvd
mount /dev/hdd /mnt/dvd 怎么办阿?谢谢!
rh9 cdrom与dvdrom在dev下是不是不同的?要改fstab吗?
谢谢! It is the same.
Use the same way to mount it. thank you very much!
i love you! That's all right.
Re: DVD 只能当cdrom用
光驱不认DVD阿,但读普通cd正常用 ln -s /dev/cdrom /dev/dvd出错
提示 ln: ‘/dev/dvd’:文件已存在
你的意思是你的DVD-ROM可以读取普通cd碟,但不能读取dvd碟?
如果是这样,那么问题可能出现在你mount的参数不正确,对于dvd碟,要用-t udf参数
不能用-t iso9660参数 thank you 我是双光驱一个CD一个DVD
都是自动挂载的
我的DVD识别为CDROM1,使用正常。 试一试
# ln -s /dev/dvd /dev/cdrom (注意这里cdrom 是你的默认dvd名称,你应该是知道的)
我也有过你这样的问题,如果执行了这个命令还是出现:
提示 ln: ‘/dev/dvd’:文件已存在
那就证明你以前设置过这个符号链接,那么你就不要在ln -s了, 不要轻易删除/dev/dvd或者是/dev/cdrom, 这样作会有大麻烦.
\然后你可以用
#mount /mnt/cdrom (/mnt是你的设备所在地)
如果还是出错,把出错信息贴上来看看.
你可以注意一下开机时,是否挂载/etc/fstab 出错(Failed), 如果有,恭喜你了,大麻烦啦!!当时我是重装了一次系统.把/boot , /usr , /root都格了,唉,最后还把所有freesoft装了一遍,所以重装系统是下策.
页:
[1]