Results 11 to 14 of 14
Could you expand on that a little please. I am not quite sure I follow.
What do you mean by "read-only disk", the media used, in which case it was ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-04-2005 #11Linux Newbie
- Join Date
- Aug 2004
- Location
- Malvern, UK
- Posts
- 132
Could you expand on that a little please. I am not quite sure I follow.
What do you mean by "read-only disk", the media used, in which case it was definately a CD-RW, or the block device itself, /dev/hdc.
Thanks
BuboMy Computer Once Beat Me at Chess, but it is No Match for Me at Kickboxing !
Registered Linux User: #417183
- 06-05-2005 #12Linux Newbie
- Join Date
- Jun 2005
- Posts
- 181
Linux doesn't know it's a writable disk, and linux itself is unable to write anyway. As far as the basic linux mounting system is concerned, it's a read-only disk and drive. You have to use other programs (which I have no experience with, and in fact I don't even know what they're called) to write to a CD or DVD.
- 06-06-2005 #13Linux Newbie
- Join Date
- Aug 2004
- Location
- Malvern, UK
- Posts
- 132
Right, I have done a bit of reading and would like to bottom this thing out once and for all.
When I run
I get this errorCode:cdrecord -scanbus
From what I have read I need to addCode:root@ccu-linux:~# cdrecord -scanbus Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
to my rc.local.Code:insmod ide-scsi
At the moment it looks like this
Would this do the trickCode:#!/bin/sh # # /etc/rc.d/rc.local: Local system initialization script. # # Put any local setup commands in here:
I don't want to do anything that will mess up the system boot, so I thought I would ask before I reboot.Code:#!/bin/sh # # /etc/rc.d/rc.local: Local system initialization script. # # Put any local setup commands in here: insmod ide-scsi
Any offers ?
BuboMy Computer Once Beat Me at Chess, but it is No Match for Me at Kickboxing !
Registered Linux User: #417183
- 06-07-2005 #14Linux Newbie
- Join Date
- Aug 2004
- Location
- Malvern, UK
- Posts
- 132
Finally resolved this issue - thankfully.
It turned out to be user error, ie me getting it wrong.
It was as simple as adding
to lilo.conf, notCode:append="hdc=ide-scsi"
as I had it.Code:append="hdc=ide=scsi"
It just goes to show how careful you need to be with the syntax when editing files. One character can make a lot of difference as I found out.
Now, what else can I break before lunch..................
Thanks to all those that contributed.
BuboMy Computer Once Beat Me at Chess, but it is No Match for Me at Kickboxing !
Registered Linux User: #417183


Reply With Quote
