public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Daniel da Veiga <danieldaveiga@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] DVD-cd usage
Date: Mon, 18 Jul 2005 14:25:18 -0300	[thread overview]
Message-ID: <342e10905071810253b1c8031@mail.gmail.com> (raw)
In-Reply-To: <loom.20050718T175545-937@post.gmane.org>

Greetings,

On 7/18/05, James <wireless@tampabay.rr.com> wrote:
> Hello,
> 
> I have a Toshiba DVD-ROM SD-R2412 in my portable.
> #lshw <reveals>:
> *-cdrom
>                    description: DVD reader
>                    product: TOSHIBA DVD-ROM SD-R2412
>                    vendor: Toshiba
>                    physical id: 0
>                    bus info: ide@1.0
>                    logical name: /dev/hdc
>                    version: 1015
>                    serial: Z34A308331
>                    capabilities: packet atapi cdrom
> removable nonmagnetic dma lba iordy audio cd-r cd-rw dvd
> 
> K3b gives me this error message:
> Could not mount device.
> The reported error was:
> mount: only root can mount /dev/cdroms/cdrom0 on /mnt/cdrom

Well, its pretty obvious that root only can mount, and you're using
k3b without root privileges (as a normal user), dus you can't mount
it, nor use it.

> /etc/fstab has this entry:
> /dev/cdroms/cdrom0   /mnt/cdrom   iso9660  noauto,ro 0 0

Something like the "user" option is missing, that would allow your
normal user to mount and use the drive, make it:

/dev/cdroms/cdrom0   /mnt/cdrom   iso9660  user,noauto,ro 0 0

> # ls -alg /dev/cdroms/cdrom0   <reveals>
> lr-xr-xr-x  1 root 33 Dec 31  1969 /dev/cdroms/cdrom0 ->
> ../ide/host0/bus1/target0/lun0/cd
> 
> /etc/group has this entry:
> cdrom::19:root,james
> 
> Should I pass parameters to the device at boot
> time via /etc/conf.d/hdparm file?

There's no need for that.

> The cdrom works to play music and I can manually mount CDs with
> #  mount /dev/cdrom /mnt/cdrom
>  to copy file off the cd.

You do that as root, don't you, and besides, a cdda player don't need
to mount cdroms, it uses the device itself in read-only mode. But to
copy files, you need to mount, and to mount you must be root, or
change the fstab file as stated above.

> So why the error message?
> What did I miss?
> Better Ideas on cdrom configuration are most welcome.
> As I should be able to burn CDs with this device
> and watch DVD movies?
> 

You should be able to do all you can do with your drive, in your case,
I believe you can read cds and read dvds, but as far as I know, you
can't burn cds, its a dvd drive, not a cdrw or a combo. (at least
considering the name, I may be wrong)

> 
> James
> 
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Daniel da Veiga
Computer Operator - RS - Brazil

-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2005-07-18 17:42 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-18 17:11 [gentoo-user] DVD-cd usage James
2005-07-18 17:25 ` Daniel da Veiga [this message]
2005-07-18 18:57   ` [gentoo-user] " James
2005-07-18 19:37     ` Daniel da Veiga
2005-07-18 20:36       ` James
2005-07-18 21:09         ` Daniel da Veiga
2005-07-18 21:22           ` James
2005-07-18 21:22         ` Nick Rout
2005-07-18 22:01           ` James
2005-07-18 22:28             ` Nick Rout
2005-07-18 23:03               ` James
2005-07-18 23:32                 ` Nick Rout
2005-07-18 23:54                   ` James
2005-07-19  0:02                     ` Nick Rout
2005-07-19  0:47                       ` James
2005-07-19  1:25                         ` Holly Bostick
2005-07-19 19:51                           ` James
2005-07-19 20:44                             ` Holly Bostick
2005-07-20  5:38                               ` Rumen Yotov
2005-07-20 18:40                               ` James
2005-07-21  4:25                                 ` Zac Medico
2005-07-21 16:38                                   ` James
2005-07-21 12:26                                 ` James Hiscock
2005-07-21 16:42                                   ` James
2005-07-21 17:40                                     ` Rumen Yotov
2005-07-19  0:07                   ` James
2005-07-21 17:23                     ` James
2005-07-21 17:38                       ` Dave Nebinger
2005-07-22 17:50                         ` James
2005-07-22 18:20                           ` Dave Nebinger
2005-07-23  0:32                           ` Bob Sanders
2005-07-21 17:58                       ` Holly Bostick
2005-07-22 18:13                         ` James
2005-07-23  6:13                           ` Walter Dnes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=342e10905071810253b1c8031@mail.gmail.com \
    --to=danieldaveiga@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox