welcome to 's blog...


公告

我的分类(专题)

日志更新

最新评论

留言板

链接

搜索


Blog信息




Mount DVD-RW for Linux
aku1 发表于 2006-11-7 14:23:40

Mount DVD-RW step:

11)make sure the device dvdrecorder is hdc (from the output of dmesg)
2)make sure there is a device named hdc in /dev(otherwise you would get an eror "device does not exist")
3)If there is no device hdc in /dev(but your dvdrecorder is shown as hdc),you might have to create using MAKEDEV
a tutorial:http://www.linux.com/guides/sag/device-list.shtml
4)Are you trying to mount an empty drive?(you should have no problems),
but if you are trying to mount a audio cd rom,you might get an error(because audio cds do not have a filesystem)
also try mounting with a verbose option
search the log messages in /var/log to find any errors regarding the mount
you can also try
mount -t iso9660 /dev/hdc /mnt/dvdrecorder (or) with the fstab entry:
/dev/hdc /mnt/dvdrecorder iso9660 ro 0 0
you can install 'Ivman' too.....

Pls check your mountpoint :)


阅读全文 | 回复(0) | 引用通告 | 编辑


发表评论:

    昵称:
    密码: (游客无须输入密码)
    主页:
    标题:



Powered by Oblog.