General :: How To Make An ISO Of A Cdrom Of Music

May 9, 2010

To make a copy of a music cd, without ripping, how to to make an ISO of a cdrom of music?

Preferably with cdrecord or dd or command line...

View 2 Replies


ADVERTISEMENT

General :: Boot A Cdrom From A Mobile USB Cdrom (old Bios, Without Usb Boot)?

Aug 29, 2010

I have been trying plop floppy to boot a bootable cdrom from a mobile USB cdrom reader, but the usb cdrom are not recognized.I was thinking that with grub or grub2 or syslinux that would be possible, no ?

View 13 Replies View Related

OpenSUSE :: Make Music Play In Banshee?

Feb 19, 2010

What do I need to do, to make music play in banshee?

View 3 Replies View Related

Ubuntu :: Make A Script For Converting Music Using Ffmpeg?

Jun 11, 2010

I would like to make a script for converting music using ffmpeg. I have a lot of music that I would like to convert to a different format and I don't want to have to do it manually each time. At the moment, I am using this command to convert the music:

Code:
ffmpeg -i <nameofsong>.* <nameofsong>.mp3

View 6 Replies View Related

Ubuntu Multimedia :: IPhone And Rhythmbox - Can't Seem To Make Any Changes To That Music

Jul 4, 2010

So I've seen all the buzz about the new libimobiledevice supporting iphone well enough to get it working with rhytmbox "out of the box".

I've achieved photo sync, internet tethering, and ssh access, but I don't know about music access.. there doesn't seem to be anything happening between rhythmbox and the iphone.

Rhythmbox regocnizes the phone and plays the music on it... but I can't seem to make any changes to that music.

The phone occasionally says "sync in progress" but I haven't pushed any "sync" button as there doesn't seem to be any or any settings for automatic syncing...

View 4 Replies View Related

OpenSUSE Multimedia :: Make Amarok Play Music That Is In A .wma Format?

Dec 12, 2009

How can I make amarok play music that is in a .wma format? Or how would I convert it to mp3?

View 4 Replies View Related

Ubuntu Multimedia :: Program Similar To Garageband For Make Music?

Jan 18, 2011

if there is a program similar to Garageband for Ubuntu? I just want something to screw around with and make music. I'm using 10.4 if it matters.

View 8 Replies View Related

Ubuntu Multimedia :: Playing Error : Can't Play '/media/music/Make You Famous.mp3'

Mar 7, 2011

I have trouble with gmusicbrowser. It can't play mp3, but the other formats as flac plays without problems. If I want to play mp3, I get error

Quote:

Playing error : Can't play '/media/music/Make You Famous.mp3'.One of these commands is required to play files of type mp3 : mpg123, mpg321

The other programs haven't problem with mp3.

View 1 Replies View Related

Ubuntu Multimedia :: Another Music-player That Can Make A Copy Of The Playlists Song Order And Use It With New Links On A Usb-memory?

Dec 13, 2010

I have some playlist I want to keep the songorder, but I have the files in another file-structure.( I have the songs ordered in folder by artist and album, cos all songs are note tagged correctly or in the same way.)I want to use the playlist with the songs in copied to an another plays, for instance an usb-stick.Is there an application who fix mass change of all links to the songs?

for instance I have in m3u-files:
#EXTM3U
#EXTINF:268,Salt Fare North Sea[code]....

Or Is there a way in Amarok or another music-player that can make a copy of the playlists song order and use it with new links on a usb-memory? I don't now how sync to media-player and such things work.

View 5 Replies View Related

General :: Difference Between /dev/hdc And /dev/sr0, /dev/cdrom

Apr 19, 2011

I created 2 virtual machines with VMware Workstation 7. They have identical hardwares. One guest is CentOS 5.6, another is Mandriva 2011.
When I try to mount the cdrom in guest OS, in CentOS, I should execute

mount /dev/hdc /path/to/mount

in Mandriva, I should execute

mount /dev/sr0 /path/to/mount

I also remebered in some other Linux variant, I had to use

mount /dev/cdrom /path/to/mount

What's the difference between hdc, sr0 or cdrom? Is there a consistent way to mount cdrom in all Linux variants?

View 3 Replies View Related

General :: Mounting A CDROM In Ubuntu?

Apr 14, 2011

I'm using a software that needs to read data from a cdrom. The instructions say to mount the cdrom (mount /mnt/cdrom). I understand that I need to mount the cdrom to /mnt/cdrom. I created a folder "cdrom" under "mnt". Then I tried to mount the cdrom by typing:

sudo mount /media/ /mnt/cdrom/ This didn't work. Under "media" I have another folder with the actual cd content so I tried to mount it too, but again with no success. I keep getting an error that "media is not a block device". What I am doing wrong?

View 2 Replies View Related

General :: Can't Mount Usb Cdrom In Ubuntu 8.04

Jan 2, 2011

My cdrom is not mounting on ubuntu 8.04. I find this message in syslog (below). How can I resolve this?

<code>
Dec 30 16:13:26 ubuntusap kernel: [ 351.765683] usb-storage: device scan complete
Dec 30 16:13:26 ubuntusap kernel: [ 351.766423] scsi 5:0:0:0: CD-ROM Memorex DVD+-RAM 530L v1 5M64 PQ: 0 ANSI: 0

[Code]....

View 10 Replies View Related

General :: Mount Dev Cdrom / Dvd On Ubuntu 10.04?

Mar 5, 2011

How do I mount dev cdrm/dvd in ubuntu 10.04.

View 2 Replies View Related

General :: Install Samba From CDROM?

Jan 3, 2010

i have vmware workstation with ubunutu server installed now i need to install samba , i use this command

apt-cdrom add after that i check the source.list and the cdrom uncomment then i use sudo apt-get install smbfs, instead of using the cdrom as the source he use internet .

View 3 Replies View Related

General :: Loading Drivers Using CDROM?

Dec 1, 2010

How do I mount a cdrom and access the file on it?

View 1 Replies View Related

General :: SH: Erasing Fast A Cdrom ?

Jun 23, 2011

To do that:

Code:

But -blank=fast makes it really faster? Visibly not so much, right?

View 3 Replies View Related

General :: Ubuntu 10.10 Cdrom Won't Copy Cds?

Nov 9, 2010

the error thats coming up is, need to install cdrdao but i went to the terminal and did that its already installed.

View 2 Replies View Related

General :: Use Kickstart To Install Centos From Cdrom?

Apr 12, 2010

when i use kickstart to install centos from cdrom (i make it myself in my way),i got a %post script problem with the kickstart file. 1.%post script used to copy my own software from cdrom to hard disk.then make install automaitlly with bash script.

the %post script like :
%post
mkdir -p /myownsoftware
cp -r /mnt/myownsoftware/* /myownsoftware
cd /myownsoftware

[Code]...

View 10 Replies View Related

General :: Cannot Mount CDROM When Booting From Live CD HP DV6?

Dec 3, 2010

I'm trying to get back into Linux after a few years off.

I have tried booting from a Live CD using Flash Linux and Damn Small Linux.

Flash Linux reports unable to mount CDROM and then provides a command line - I assume I have the kernel, a shell and little else at this point? Can I mount the CD and continue?

DSL seems to do something similar but freezes with a blank screen. I have the option of entering parameters prior to booting with DSL (but not with Flash) I have tried the parameter which copies the CD to RAM and then boots without success.

I plan on installing Debian to my HD in the near future but felt like playing around with Live CDs prior to this in order to get reacquainted.

I have googled this issue and it seems there are other noobs out there with the same model of PC (HP DV6) who are having similar problems but I could not find a solution.

As an aside - this is the kind of issue that IMO, still prevents Linux from becoming a mainstream OS.

View 4 Replies View Related

General :: Defect HDD - How To Start PC (No Floppy / CDROM Or USB)

Jan 16, 2011

In case somebody has a PC with
- mainboard ok
- RAM ok
- terminal.. ok
- a defect CDROM = no CDROM
- a defect floppy = no floppy
- a defect HDD = no HDD
- an IDE connector inside the PC
- an USB port but cannot boot from there (BIOS is too old).

Then I would
-> buy a compactflash card (>2GB) approx 10 Euros
-> buy an USB-Compactflash adapter approx 5 Euros
-> buy an IDE adapter for compactflash card aprox 20 Euros
-> ask a friend or a shop to install KNOPPIX on USB+Compact Flash (easy on KNOPPIX 6.2 through a menu "install on flash card")
-> put the compactflash + IDE adapter into the PC and boot from there (BIOS setting must be correctly done; easy job)

Then later buy a small HDD for installing the personal data on it. Has somebody a quicker or cheaper method?

View 8 Replies View Related

General :: Eject Cdrom And Shutdown Computer?

Feb 12, 2011

When using a live distribution, I can exit the system with the following command

Code:
shutdown -h now
This however does not eject the cdrom

[code]....

View 2 Replies View Related

General :: Use Cdrom Of Another Computer In The Network From Server PC?

Jan 7, 2010

I am sitting in front of a suse server computer and i have to install php-mysql package in this server.When i am doing that through yast it is asking for the cd of suse.I have that cd but i cannot connect the cdrom to that server.The cdrom is connected to another PC which i can also access.Is there anyway to install that package using the cdrom connected to other PC.

View 1 Replies View Related

General :: N00b Can't Get Scsi Cdrom Mounted?

Dec 30, 2010

I have installed Ubuntu server 10.10 today and I am trying to mount the scsi cdrom drive in a Dell Poweredge 2850. I can see the device in dev listed as scd0, but when i try to mount it to /media/cdrom or /mnt/cdrom I get a long list of I/O errors: Buffer I/O error on device sr0.

View 3 Replies View Related

General :: How To Recover Rmdir Media/ Cdrom

Jun 7, 2011

After creating directory (DirName) in media/ directory, i wanted to remove it, so i used the rmdir command, "rmdir media/DirName". but now, i have mounting problem, i can't mount media disk, cd and dvd disk. how to recover settings and restore it?

View 3 Replies View Related

General :: Reinstall Windows XP Without Cdrom Reader Using Grub2 + ISO?

Dec 6, 2010

It happens I need to use microsoft excel, so reinstalling windows XP. Since I have no cdrom on the pc nor usb cdrom reader, I would like to sort of fake the computer installing using grub2 and booting the iso that I will create

View 2 Replies View Related

General :: Unable To Fetch Cdrom / Another Code To Recognize It?

Nov 5, 2010

I'm having a problem updating the cdrom. the error i get is Failed to fetch cdrom://Ubuntu-Netbook 10.04 _Lucid Lynx_ - Release i386 (20100429.4)/dists/lucid/main/binary-i386/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs. I tried using apt-cdrom, it tells me the commands and options, which i wrote down for reference, but still that has an error which is, E: Unable to stat the mount point /media/apt/ - stat (2: No such file or directory)
W: Failed to mount '/dev/sr0' to '/media/apt/'
E: Unable to change to /media/apt/ - chdir (2: No such file or directory) Is there another code to recognize the cdrom? because the help of the command and options list didn't give a code for recognizing the cdrom. Im using ubuntu 10.4lts on my netbook and yes i do have a external rom

View 5 Replies View Related

General :: Looking To Install System From CDROM While Other Distro Running?

Mar 19, 2010

Laptop has broken internal CDROM. I booted with floppy to get Puppy 431 installed from USB stick. Now I have USB CDROM access thru Puppy. I can mount and see the CD fine.

Is it possible to boot or install from a currently installed linux distro (Puppy)?

I have a second free partition ext2 available, sda2, and GRUB is working fine for me on boot.

(machine also doesn't have boot from USB option, yes, it's old, a project I am working on, I have Nimblex in CD now, I think it's a live cd, I would like to try a few different ones by installing to sda2 and wiping if ng.)

View 5 Replies View Related

Ubuntu Multimedia :: Can't Make Audacious Stream Music From "server"

Jan 6, 2010

In my home network i have installed NSLU2 in my router , and the hard drives have all my music stored in them. When i try to open a music file with RhythmBox everything its fine. But when i open them with audacious nothing happens. I can play music files that are stored in my laptop , but not from my hard drive from NSLU2.

I have ubuntu 8.10 installed.

View 1 Replies View Related

General :: Windows - Cdrom Drive Doesn't Work On Laptop?

Dec 21, 2010

I bought a new CDROM drive, as recommended by HP. It still doesn't work. I can open and close it now; so that's changed. But it still doesn't appear as a drive, and I can't use it.

Here's as best as I can describe it:

When starting up, the boot order doesn't recognize the cdrom drive, but I can open and close the drive during this time.

In Windows 7, I can't open the cdrom drive, and it doesn't recognize it in device manager, disk management, or my computer.

In Ubuntu Linux, I can open the cdrom drive, but it still doesn't recognize the cds, and it won't mount.

If I reformat everything, would my cdrom drive work again? Can I reinstall Windows without a cdrom drive? I've deleted the upper and lower filters as was suggested in Google searches. Took the disk drive out and checked that it was installed correctly (no reason it shouldn't have been). Still: nothing works.

View 2 Replies View Related

General :: Convert A Cdrom Made With Clonecd To ISO9660 Format?

Jan 4, 2010

I used linux clonecd to copy a cdrom, but I would like to convert it to more standard iso9660 format.

How could we make it? I have the bin and toc files as source from clonecd linux.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved