Tech Support > Operating Systems > Linux / Variants > mounting external cd-recorder in rw mode
mounting external cd-recorder in rw mode
Posted by Marek on March 6th, 2004


I'm trying to connect external HP CD-Writer 8200a. With CD-R it's
works OK. But if I put CD-RW media and try to mount:
mount -t udf /dev/scd0 /mnt/cdrom1
it mounted always in read only mode. Even if I place additional -o rw
to the mount command to force read/write mode - it says: "block device
/dev/scd0 is write-protected, mounting read-only".
But I know it's not write-ptotected - just worked with it on windoze.
How can I mount CD-RW to read/write files?

Thanks in advance,
Marek

Posted by Davide Bianchi on March 6th, 2004


Marek <a_jako@operamail.com> wrote:
What you need is packet writing. That is barely supported.
AFAIK there was a project to support RW 'a'la'windows' but
never delivered anything.

Davide

--
| User n.: A programmer who will believe anything you tell him.
|
|
|

Posted by Brian on March 6th, 2004


On Sat, 06 Mar 2004 02:17:58 -0800, Marek wrote:

http://sourceforge.net/projects/linux-udf

B.
--
Cod Erat Demonstrandum - proving the fish.


Posted by Marek on March 6th, 2004


Yes exactly. I wanna write to udfs (packets)

Do this means than Linux user has no ways to use rewritable media?
As for me it's sounds strange. Is nowbody more use cd-rw? Only me :-)

Marek

Posted by Dances With Crows on March 6th, 2004


On 6 Mar 2004 07:08:09 -0800, Marek staggered into the Black Sun and said:
UDF packet writing is less useful than you might think because A)
there's a lot of overhead, much more than multisession B) you can't
delete things you've already written. UDF does *not* make your CD-RW
into a big floppy disk.

http://w1.894.telia.com/~u89404340/patches/packet never delivered
anything? I don't think so.

Lots of people use CD-RWs, they just don't use UDF. You can easily use
a CD-RW as an ISO9660 multisession medium; that's what I do. I use k3b
to make burning multisession discs slightly easier. HTH,

--
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin / mail: TRAP + SPAN don't belong
http://www.brainbench.com / Hire me!
-----------------------------/ http://crow202.dyndns.org/~mhgraham/resume

Posted by Davide Bianchi on March 6th, 2004


Dances With Crows <danSPANceswitTRAPhcrows@usa.net> wrote:
In fact I said 'AFAIK', as you said, udf packet writing isn't so
usefull, and I've never had any need for it.

Davide

--
| The truth of a proposition has nothing to do with its credibility.
| And vice versa.
|
|


Similar Posts