Christoph Gysin wrote:
> Norbert Kamenicky wrote:
>
>> Yes, u can mount even audio CD, but must have support for it.
>>
>> Let's have a loo at this link: http://www.elis.rug.ac.be/~ronsse/cdfs/
>
>
> Learnt something new again ;-)
>
> Is there support for CDFS in gentoo somehow? (xxx-sources/bu
On 22:41 Mon 09 May , Thomas Drueke wrote:
> Am Montag, den 09.05.2005, 16:21 -0400 schrieb Dave Nebinger:
>
> Did you check alsamixer settings as well ?
> All channels are muted by default.
Hello everybody,
First I would like to thank everybody for the postings answering my e-mail.
The
Norbert Kamenicky wrote:
Yes, u can mount even audio CD, but must have support for it.
Let's have a loo at this link: http://www.elis.rug.ac.be/~ronsse/cdfs/
Learnt something new again ;-)
Is there support for CDFS in gentoo somehow? (xxx-sources/bugzilla/etc)
I definitly want to try out this one.
On Mon, May 09, 2005 at 04:21:08PM -0400, Dave Nebinger wrote:
> You should ensure that you've got the little connector cable between the
> cdrom and the sound card. Personally my sound card doesn't have the
> capability to receive input from the cdrom drive, so I'm forced to use xmms
> with the c
Cornelia Menzel wrote:
-snip-
> root $ mount -t auto /mnt/cdrom
>
> If somebody knows what to do, I would be really happy about it (I would like
> to hear my audio-cd's, for example).
>
Yes, u can mount even audio CD, but must have support for it.
Let's have a loo at this link: http://www.el
Am Montag, den 09.05.2005, 16:21 -0400 schrieb Dave Nebinger:
> > I would like to ask you how can I point my cdplayer to my cdrom-device?
>
> You should ensure that you've got the little connector cable between the
> cdrom and the sound card. Personally my sound card doesn't have the
> capability
Dave Nebinger wrote:
>>but most of my cd's that I have burned or normal audio-cd's, I am not able
>>to mount. Not as user and not as root.
>>
>>
>
>Ah, correct me if I'm wrong but I don't think you can mount audio cd's...
>
>
>
>
Nope, you are right, you cannot mount Audio CD 's as they do n
> I would like to ask you how can I point my cdplayer to my cdrom-device?
You should ensure that you've got the little connector cable between the
cdrom and the sound card. Personally my sound card doesn't have the
capability to receive input from the cdrom drive, so I'm forced to use xmms
with t
Hello everybody!
Thank you Aaron for your posting, at the moment I received your e-mail I was
just reading an article about mounting
cd's and that audio cd's cannot be mounted ;-)
I would like to ask you how can I point my cdplayer to my cdrom-device? I am
using (well, I am trying to use ...)
>
> If somebody knows what to do, I would be really happy about it (I would like
> to hear my audio-cd's, for example).
aaah! Now it's making sense! You can't mount *audio* CD's because
they don't contain a filesystem.
Just point your favorite CD-player software directly to the CD *devic
> but most of my cd's that I have burned or normal audio-cd's, I am not able
> to mount. Not as user and not as root.
Ah, correct me if I'm wrong but I don't think you can mount audio cd's...
--
gentoo-user@gentoo.org mailing list
Thanks to everybody for answering to my posting.
Now I was able as a normal user to mount a cdrom with:
paul # mount /mnt/cdrom
but most of my cd's that I have burned or normal audio-cd's, I am not able to
mount. Not as user and not as root.
I've got the following message. As user: "I've could
Am Montag, 9. Mai 2005 16:57 schrieb ext Cornelia Menzel:
> On 14:06 Mon 09 May , Dirk Heinrichs wrote:
> > Am Montag, 9. Mai 2005 15:48 schrieb ext Cornelia Menzel:
> > > /dev/cdroms/cdrom0/mnt/cdrom autousers,noauto,rw
> > > 0 0
> >
> > rw?
>
> Is something wrong wi
On Mon, 9 May 2005 14:57:32 +, Cornelia Menzel wrote:
> > > /dev/cdroms/cdrom0/mnt/cdrom auto
> > > users,noauto,rw 0 0
> >
> > rw?
>
> Is something wrong with that? I thought ro for readonly and rw for read
> +write. My cd-rom device is a cd-writer.
In this context,
Cornelia Menzel wrote:
Is something wrong with that? I thought ro for readonly and rw for read+write. My cd-rom device is a cd-writer.
You can't mount a CDRW-drive for writing. That would need a DVD-RAM drive. For
normal CD-writers you need special software for writing iso9660 images to the
disc
On 14:06 Mon 09 May , Dirk Heinrichs wrote:
> Am Montag, 9. Mai 2005 15:48 schrieb ext Cornelia Menzel:
> > /dev/cdroms/cdrom0 /mnt/cdrom autousers,noauto,rw 0 0
>
> rw?
Is something wrong with that? I thought ro for readonly and rw for read+write.
My cd-rom device is a cd
Cornelia Menzel wrote:
This is my /etc/fstab:
...
/dev/cdroms/cdrom0 /mnt/cdrom auto users,noauto,rw 0 0
change this line to:
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 user,noauto,ro 0 0
> When I try to mount the device with:
> paul # mount /dev/cdroms/cdrom0 /mnt/cdrom
> the system gives
On Mon, 9 May 2005 13:48:19 +, Cornelia Menzel wrote:
> This is my /etc/fstab:
> /dev/cdroms/cdrom0/mnt/cdrom auto users,noauto,rw0 0
Apart from replacing rw with ro, this is correct.
> When I try to mount the device with:
> paul # mount /dev/cdroms/cdrom0 /mnt/cdrom
>
Cornelia Menzel wrote:
> When I try to mount the device with:
> paul # mount /dev/cdroms/cdrom0 /mnt/cdrom
> the system gives back:
> mount: only root can do that!
Try just:
mount /mnt/cdrom
That way, it will look at the settings you have put in fstab.
Daniel
--
gentoo-user@gentoo.org mailing
Am Montag, 9. Mai 2005 15:48 schrieb ext Cornelia Menzel:
> /dev/cdroms/cdrom0/mnt/cdrom autousers,noauto,rw 0 0
rw?
> When I try to mount the device with:
> paul # mount /dev/cdroms/cdrom0 /mnt/cdrom
> the system gives back:
> mount: only root can do that!
Not quite sure, b
Hello everybody!
I am new to Gentoo. I have installed Gentoo 2005.0 on my laptop (hp pavilion
ze4288, AMD Mobile XP 2200, 512 MB, 30 GB
harddisk, Toshiba CD-Rom) and everything is looking good, but now I realised
that I do not have any access to my CD-Rom
device as a normal user.
This is my /
21 matches
Mail list logo