 |
|
 |
|
Next: [gentoo-user] Printing
|
| Author |
Message |
External

Since: Jun 18, 2006 Posts: 69
|
(Msg. 1) Posted: Mon Aug 07, 2006 5:00 pm
Post subject: [gentoo-user] writable devices being mounted as read only Archived from groups: linux>gentoo>user (more info?)
|
|
|
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.DeleteThis@gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: Jul 30, 2006 Posts: 48
|
(Msg. 2) Posted: Mon Aug 07, 2006 5:30 pm
Post subject: Re: [gentoo-user] writable devices being mounted as read only [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
El Lunes, 7 de Agosto de 2006 21:49, sean escribió:
> 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
DVDs and CDRs are read only medias by nature. They just cant be mounted rw.
And you dont need to mount rw to be able to burn a cd or a dvd (in fact,
blank cd's and dvd's do not have a filesystem, and, thus, cannot be mounted).
Jesús.
--
gentoo-user RemoveThis @gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: Feb 21, 2006 Posts: 935
|
(Msg. 3) Posted: Mon Aug 07, 2006 5:30 pm
Post subject: Re: [gentoo-user] writable devices being mounted as read only [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 8/7/06, sean <tech.junk DeleteThis @verizon.net> 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-onl
>
> 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?
Because the ISO9660 filesystem is read-only. To write, you need to
build an iso image with mkisofs, and burn it with something like
cdrecord. Of course, there are lots of frontends available for this
function...take a look in portage under app-cdr.
There are some (IMO hackish) ways of making a RW drive work like a
hard drive, but I have no experience with them. The kernel option
CONFIG_CDROM_PKTCDVD might help.
-Richard
--
gentoo-user DeleteThis @gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: Feb 21, 2006 Posts: 190
|
(Msg. 4) Posted: Mon Aug 07, 2006 5:50 pm
Post subject: Re: [gentoo-user] writable devices being mounted as read only [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 8/7/06, sean <tech.junk DeleteThis @verizon.net> 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.
>
> Anyone give me any tips as to why and how to fix?
>
> Thanks
> Sean
The actual CD you're putting in is not writabble, if you mount it, you
can't simply move or copy files to it, can you? You must use an
application like cdrecord or a GUI like k3b to add sessions, write an
image or burn files to the CD/DVD while it is NOT mounted and remount
it. It will ALWAYS be mounted as read-only, that's of the nature of
CD-ROM (RO for READ ONLY) and DVD-ROM (that's what they become after
you burn them). Till someone invent something like directcd for
ruindows (maybe it already exists) so you can deal with CDs and DVDs
like they were normal block devices (RW) you won't be able to write
direcly to this type of device (and sincerely, I HATE those DirectCD
medias that only open in windows, need a special driver and is slow as
hell, so, Linux is better without such a "feature").
--
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------
--
gentoo-user DeleteThis @gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: Sep 04, 2004 Posts: 422
|
(Msg. 5) Posted: Mon Aug 07, 2006 8:00 pm
Post subject: Re: [gentoo-user] writable devices being mounted as read only [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
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.TakeThisOut@gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: May 15, 2005 Posts: 132
|
(Msg. 6) Posted: Tue Aug 08, 2006 3:10 am
Post subject: Re: [gentoo-user] writable devices being mounted as read only [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Hemmann, Volker Armin" <volker.armin.hemmann.RemoveThis@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.RemoveThis@gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: Feb 07, 2006 Posts: 19
|
(Msg. 7) Posted: Tue Aug 08, 2006 8:10 am
Post subject: Re: [gentoo-user] writable devices being mounted as read only [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
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.DeleteThis@gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: Sep 04, 2004 Posts: 422
|
(Msg. 8) Posted: Tue Aug 08, 2006 8:40 am
Post subject: Re: [gentoo-user] writable devices being mounted as read only [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Tuesday 08 August 2006 08:04, Graham Murray wrote:
> "Hemmann, Volker Armin" <volker.armin.hemmann.RemoveThis@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.RemoveThis@gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: May 15, 2005 Posts: 132
|
(Msg. 9) Posted: Tue Aug 08, 2006 9:10 am
Post subject: Re: [gentoo-user] writable devices being mounted as read only [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Hemmann, Volker Armin" <volker.armin.hemmann DeleteThis @tu-clausthal.de> writes:
> On Tuesday 08 August 2006 08:04, Graham Murray wrote:
>> But you do mount a DVD-RAM.
>
> after fiddling around with pktdvd&co
No. Just put unused the DVD-RAM in the drive and format it just as if
it were a hard disk. Then mount and use it just like a normal hard
disk without having to do anything with pktdvd&co.
--
gentoo-user DeleteThis @gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: Feb 07, 2006 Posts: 19
|
(Msg. 10) Posted: Tue Aug 08, 2006 9:10 am
Post subject: Re: [gentoo-user] writable devices being mounted as read only [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Tuesday 08 August 2006 18:37, Dirk Heinrichs wrote:
> 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.
Works here, mate. When using k3b to burn a DVD I don't need to mount it.
-Robin.
--
----------------------------------------------------------------------
Robin Atwood.
"Ship me somewheres east of Suez, where the best is like the worst,
Where there ain't no Ten Commandments an' a man can raise a thirst"
from "Mandalay" by Rudyard Kipling
----------------------------------------------------------------------
--
gentoo-user.DeleteThis@gentoo.org mailing list |
|
| Back to top |
|
 |  |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|