<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
deltamoins wrote:
<blockquote cite="mid:1210809477.m2f.5652@forum.winehq.org" type="cite">
  <pre wrap="">OK so in fact what I meant was I didn't manage to remount my cdrom by the command proposed by Dan Kegel : 

  </pre>
  <blockquote type="cite">
    <pre wrap="">sudo umount /media/cdrom
sudo mount /dev/cdrom /media/cdrom -o norock
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The second command doesn't work because of writting protection problems as I said.
Of course if I eject and put back my cdrom it will re-mount by itself well...
Perhpas I don't understand what yoi said gnivler... What do you mean "put it out of use" ?






  </pre>
</blockquote>
<br>
My unix is really rusty, I'm getting back into the swing.&nbsp; All I meant
was to try and make sure nothing was using the CD, but if the umount is
working, my advice has no relevance.&nbsp; I just did some playing around,
I'm also using Ubuntu hardy, give this a shot:&nbsp; <br>
<br>
sudo umount /media/cdrom0<br>
sudo mount /dev/scd0 /media/cdrom0<br>
<br>
There are symlinks for /media/cdrom &gt; /media/cdrom0 and I got error
trying to mount /dev/cdrom so I went with the block device?&nbsp; I am not
even sure that's the right term.&nbsp; But I did have errors similar to
yours until I used these commands.&nbsp;&nbsp; I still get a message about
mounting it as read-only, which isn't surprising since it's a CDROM.<br>
<br>
mount: block device /dev/scd0 is write-protected, mounting read-only<br>
</body>
</html>