LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-30-2011, 10:09 AM   #1
SkyerSK
Member
 
Registered: Oct 2010
Location: Europe
Distribution: Gentoo
Posts: 206

Rep: Reputation: 10
How to mount audio cd manually


Hello,
I would like to ask you how to mount audio cds in linux manually. Normally, when I insert disk into cd-rom, Gnome manages to open me a window with content of cd. Everything works ok, until I try to mount same cd through shell.

First error complaining about cd being read-only can be solved using
-r arugment. But, second error wants me to specify filesystem, which I don't know of course. I heard that audio cds don't have any filesystem or something similar, but how is it possible to display it's content in Gnome?

I actually mean, I would like to be able to do same thing, but without desktop environment - only through shell.

Thanks for help.
 
Old 01-30-2011, 10:13 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you can't mount audio CD's. It's not possible. Gnome is merely showing you a representation of the audio tracks as if they were a filesytem, which is also what windows does. What do you expect to achieve by mounting it??
 
Old 01-30-2011, 10:17 AM   #3
SkyerSK
Member
 
Registered: Oct 2010
Location: Europe
Distribution: Gentoo
Posts: 206

Original Poster
Rep: Reputation: 10
Having same result as with gnome using computer through network with ssh. (In this case, I had installed cdrom on another computer, and wanted to show&get it's contents through ssh, so I would not have to install cdrom locally).
 
Old 01-30-2011, 10:27 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
But what IS that result? Being able to play the CD? that's got nothing to do with trying to mount the device. WHat do you mean about installing it? How do you install an album?
 
Old 01-30-2011, 10:33 AM   #5
SkyerSK
Member
 
Registered: Oct 2010
Location: Europe
Distribution: Gentoo
Posts: 206

Original Poster
Rep: Reputation: 10
Yes, I want to make exact copy of one cd downloadable through network. I was first wondering about dd, but I think it would merge all files into one. (I actually know file sizes, I burned that cd, but I want to get them to other computers using this method).

"I had installed cdrom on another computer," - sorry, I am not nationally English speaking person, but I meant that I have got cd rom install one on computer, and it is working, under power, and usable. I also haven't cd-rom on other computer. I am using first computer with cd-rom with ssh, so I want to copy cd from computer with cd-rom to computer without cd-rom. Hope it makes sense.
 
Old 01-30-2011, 10:57 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you can't create iso's of audio CD's becuase it's not a single track, but multiple. That's where things like bin/cue files come in. If you want a perfect copy though, I'd say you should just rip the audio to flac.
 
Old 01-30-2011, 11:07 AM   #7
goodhombre
Member
 
Registered: Mar 2010
Location: Ungheni, Rep. Moldova
Distribution: Ubuntu
Posts: 89

Rep: Reputation: 22
Maybe this will help :
 
Old 01-30-2011, 11:14 AM   #8
SkyerSK
Member
 
Registered: Oct 2010
Location: Europe
Distribution: Gentoo
Posts: 206

Original Poster
Rep: Reputation: 10
Thanks for your answers,
yeah that's why I am asking this. So, after all, it is not possible to copy audio cd in form of differenced files through shell? How does Gnome see them then?

acid_kewpie: Thanks, looks very usable.
goodhombre: thanks for advice. I don't know k3b much though.
 
Old 01-30-2011, 11:21 AM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Gnome recognises an audio cd, reads the contents like any audio cd player does and turns the results into apsuedo file listing. The files are NOT three actual music tracks, like an mp3 file is.
 
Old 01-30-2011, 11:22 AM   #10
eSelix
Senior Member
 
Registered: Oct 2009
Location: Wroclaw, Poland
Distribution: Arch, Kubuntu
Posts: 1,281

Rep: Reputation: 320Reputation: 320Reputation: 320Reputation: 320
For example you may use cdfs. It is a filesystem which represent a data from audio CD as .wav files.
 
Old 01-30-2011, 11:45 AM   #11
SkyerSK
Member
 
Registered: Oct 2010
Location: Europe
Distribution: Gentoo
Posts: 206

Original Poster
Rep: Reputation: 10
acid_kewpie: Thanks that makes whole thing more clear. (I am going to review it using dd and other stuff)
eSelix: Thanks, I'll try that one.

Ok, though I am not definitely clear with this topic, I'd thread could be marked as SOLVED, since I am able to do what I wanted. Thanks to anyone who participated.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to stop USB stick to mount automatically and mount it manually. gardenair Linux - Hardware 1 01-26-2011 10:04 PM
how does one manually mount a usb stick ninja master Linux - Hardware 2 03-16-2009 02:17 PM
Can't mount nfs share from fstab but can mount it manually - help Mountain Linux - Networking 1 03-30-2008 08:34 PM
mount floppy manually trackrat SUSE / openSUSE 8 09-06-2005 07:31 PM
Must mount CD manually - syntax, please? jhecht Linux - Software 11 07-22-2004 12:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration