LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-01-2007, 11:03 PM   #1
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Rep: Reputation: 30
Forgot command to copy music to Hard drive?


About a year ago I had coppied music from CD`s to my hard drive but I cannot remember how
Can someone refresh my memory. I remember it was some kind of command line thing. :?:
Slackware 11, KDE.

Thanks.
 
Old 04-02-2007, 12:09 AM   #2
rrobason
LQ Newbie
 
Registered: Jan 2007
Posts: 1

Rep: Reputation: 0
Lightbulb options for copying files to drive

There are a couple of standard UNIX commands you can use for copying files:

$ cd music_directory
$ cp -r * /hard_drive_destination_directory

will do a recursive copy of the contents of your music directory.

A little fancier version of the same thing:
$ find /music_directory | cpio -pvd /hard_drive_destination_directory
will display a list of the files as they're copied.

Rob
 
Old 04-02-2007, 12:19 AM   #3
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Original Poster
Rep: Reputation: 30
huh?
I dont have a music directory. I just want to convert non music CD format to hard drive to listen to from hard drive. I cannot play directly from CD rom.
 
Old 04-02-2007, 12:28 AM   #4
djake
LQ Newbie
 
Registered: Nov 2006
Location: Vimmerby, Sweden
Distribution: Slackware, Fedora
Posts: 10

Rep: Reputation: 0
I don't know if I understand you correctly, do you want to copy a usual music CD to your hard drive?

If that is what you want, you can use Kaudiocreator, or cdparanoia from the command line.
 
Old 04-02-2007, 12:37 AM   #5
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Original Poster
Rep: Reputation: 30
Yes, I want to copy music from a CD to my hard drive. I tried cdparanoia -B but that copies it as a wav file. Is there any way to copy as a MP3?

Thanks Everyone.
 
Old 04-02-2007, 08:34 AM   #6
muddywaters
Member
 
Registered: May 2005
Location: Winnipeg, Canada
Distribution: mostly mepis
Posts: 427

Rep: Reputation: 30
Quote:
Originally Posted by M$ISBS
Yes, I want to copy music from a CD to my hard drive. I tried cdparanoia -B but that copies it as a wav file. Is there any way to copy as a MP3?
Good question. When working from cli I use cdparanoia followed by lame. I have a little script that automates the process. But what if the user couldn't spare the hard drive space? Even looped one track at a time, wav files can get quite large.

Kde users can use kio
http://antrix.net/stuff/kde_audiocd/

Something that catches the eye in that link;

Quote:
KDE will start ripping and encoding the files on the fly
Not sure how literally to take that or if something similar can be done from terminal.

Last edited by muddywaters; 04-02-2007 at 08:36 AM.
 
Old 04-02-2007, 08:40 AM   #7
Gethyn
Member
 
Registered: Aug 2003
Location: UK
Distribution: (X)Ubuntu 10.04/10.10, Debian 5, CentOS 5
Posts: 900

Rep: Reputation: 32
If you want a command line tool, you could try abcde, although it is a bit of a fiddle to set up on Slackware as there is no Slack package and you need to find and install all the dependencies first. You could also try this page, or best of all, try doing a search for Linux mp3 encoders and see if you can find the program you used last time/another that suits you.
 
  


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
Copy Fedora 5 Hard Drive to another Hard Drive Using Knoppix 5.1.1 lud477 Linux - Software 2 03-17-2007 05:06 PM
copy from hard to a network drive, command window milad126 Linux - Networking 1 05-17-2006 02:23 AM
How to copy ext2fs from failed hard drive to good drive? DogWalker Linux - Hardware 2 08-30-2004 10:52 PM
STUCK--Trying to copy old Hard Drive to new Hard Drive. Please Help tsw Linux - Newbie 8 05-26-2004 02:47 AM
Copy A File Off A CD To The Hard Drive In Command Line nickae77 Linux - Newbie 4 05-21-2004 04:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:43 AM.

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