public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] writable devices being mounted as read only
@ 2006-08-07 19:49 sean
  2006-08-07 22:57 ` Hemmann, Volker Armin
  0 siblings, 1 reply; 7+ messages in thread
From: sean @ 2006-08-07 19:49 UTC (permalink / raw
  To: gentoo-user

Hello All,

	Whenever I mount my USB DVD writer or my SCSI cd-rom writer I always 
get the following similar message for either device, root or otherwise.

mount /mnt/dvd/
mount: block device /dev/sr1 is write-protected, mounting read-only

Both devices in my fstab have 'noauto,user,rw' but still the write only 
message.

Anyone give me any tips as to why and how to fix?

				Thanks
				Sean
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] writable devices being mounted as read only
  2006-08-07 19:49 [gentoo-user] writable devices being mounted as read only sean
@ 2006-08-07 22:57 ` Hemmann, Volker Armin
  2006-08-08  6:04   ` Graham Murray
  2006-08-08  6:43   ` Dirk Heinrichs
  0 siblings, 2 replies; 7+ messages in thread
From: Hemmann, Volker Armin @ 2006-08-07 22:57 UTC (permalink / raw
  To: gentoo-user

On Monday 07 August 2006 21:49, sean wrote:
> Hello All,
>
> 	Whenever I mount my USB DVD writer or my SCSI cd-rom writer I always
> get the following similar message for either device, root or otherwise.
>
> mount /mnt/dvd/
> mount: block device /dev/sr1 is write-protected, mounting read-only
>
> Both devices in my fstab have 'noauto,user,rw' but still the write only
> message.

well, if you mount a burnt blank, it has to be read only. Empty blanks can not  
be mounted. So everything seems to be ok. And if you want to write to a +rw 
blank, you don't mount them too. AFAIR of course.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] writable devices being mounted as read only
  2006-08-07 22:57 ` Hemmann, Volker Armin
@ 2006-08-08  6:04   ` Graham Murray
  2006-08-08 11:30     ` Hemmann, Volker Armin
  2006-08-08  6:43   ` Dirk Heinrichs
  1 sibling, 1 reply; 7+ messages in thread
From: Graham Murray @ 2006-08-08  6:04 UTC (permalink / raw
  To: gentoo-user

"Hemmann, Volker Armin" <volker.armin.hemmann@tu-clausthal.de> writes:

> well, if you mount a burnt blank, it has to be read only. Empty blanks can not  
> be mounted. So everything seems to be ok. And if you want to write to a +rw 
> blank, you don't mount them too. AFAIR of course.

But you do mount a DVD-RAM.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] writable devices being mounted as read only
  2006-08-07 22:57 ` Hemmann, Volker Armin
  2006-08-08  6:04   ` Graham Murray
@ 2006-08-08  6:43   ` Dirk Heinrichs
  2006-08-08 10:59     ` Robin Atwood
  1 sibling, 1 reply; 7+ messages in thread
From: Dirk Heinrichs @ 2006-08-08  6:43 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1542 bytes --]

Am Dienstag, 8. August 2006 00:57 schrieb ext Hemmann, Volker Armin:
> On Monday 07 August 2006 21:49, sean wrote:
> > Hello All,
> >
> > 	Whenever I mount my USB DVD writer or my SCSI cd-rom writer I always
> > get the following similar message for either device, root or otherwise.
> >
> > mount /mnt/dvd/
> > mount: block device /dev/sr1 is write-protected, mounting read-only

This is just a hint for you. /dev/sr1 is a read-only device per definition.

> > Both devices in my fstab have 'noauto,user,rw' but still the write only
> > message.

You can't enable things which are not there. A read-only device will stay 
read-only no matter what you put in fstab.

> well, if you mount a burnt blank, it has to be read only. Empty blanks
> can not be mounted. So everything seems to be ok. And if you want to
> write to a +rw blank, you don't mount them too. AFAIR of course.

That clearly depends on the filesystem you use. If you use iso9660, you have 
to create an image which is burnt to the disc unmounted.

However, if you use UDF on RW media (CD or DVD), you create a device mapping 
via pktcdvd.ko and pktsetup and mount the disc just like anything else.

Bye...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55      | Web:  http://www.capgemini.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] writable devices being mounted as read only
  2006-08-08  6:43   ` Dirk Heinrichs
@ 2006-08-08 10:59     ` Robin Atwood
  2006-08-08 11:37       ` Dirk Heinrichs
  0 siblings, 1 reply; 7+ messages in thread
From: Robin Atwood @ 2006-08-08 10:59 UTC (permalink / raw
  To: gentoo-user

On Tuesday 08 August 2006 13:43, Dirk Heinrichs wrote:
> Am Dienstag, 8. August 2006 00:57 schrieb ext Hemmann, Volker Armin:
> > On Monday 07 August 2006 21:49, sean wrote:
> > > Hello All,
> > >
> > > 	Whenever I mount my USB DVD writer or my SCSI cd-rom writer I always
> > > get the following similar message for either device, root or otherwise.
> > >
> > > mount /mnt/dvd/
> > > mount: block device /dev/sr1 is write-protected, mounting read-only
> 
> This is just a hint for you. /dev/sr1 is a read-only device per definition.
> 
> > > Both devices in my fstab have 'noauto,user,rw' but still the write only
> > > message.

Try "modprobe sg" to get a writable device.

HTH
-Robin.
-- 
------------------------------------------------------
Robin Atwood
------------------------------------------------------











-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] writable devices being mounted as read only
  2006-08-08  6:04   ` Graham Murray
@ 2006-08-08 11:30     ` Hemmann, Volker Armin
  0 siblings, 0 replies; 7+ messages in thread
From: Hemmann, Volker Armin @ 2006-08-08 11:30 UTC (permalink / raw
  To: gentoo-user

On Tuesday 08 August 2006 08:04, Graham Murray wrote:
> "Hemmann, Volker Armin" <volker.armin.hemmann@tu-clausthal.de> writes:
> > well, if you mount a burnt blank, it has to be read only. Empty blanks
> > can not be mounted. So everything seems to be ok. And if you want to
> > write to a +rw blank, you don't mount them too. AFAIR of course.
>
> But you do mount a DVD-RAM.

after fiddling around with pktdvd&co ;)
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] writable devices being mounted as read only
  2006-08-08 10:59     ` Robin Atwood
@ 2006-08-08 11:37       ` Dirk Heinrichs
  0 siblings, 0 replies; 7+ messages in thread
From: Dirk Heinrichs @ 2006-08-08 11:37 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 511 bytes --]

Am Dienstag, 8. August 2006 12:59 schrieb ext Robin Atwood:

> Try "modprobe sg" to get a writable device.

Wrong. sg is a char device, you can't mount it.

Bye...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55      | Web:  http://www.capgemini.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-08-08 11:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-07 19:49 [gentoo-user] writable devices being mounted as read only sean
2006-08-07 22:57 ` Hemmann, Volker Armin
2006-08-08  6:04   ` Graham Murray
2006-08-08 11:30     ` Hemmann, Volker Armin
2006-08-08  6:43   ` Dirk Heinrichs
2006-08-08 10:59     ` Robin Atwood
2006-08-08 11:37       ` Dirk Heinrichs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox