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


ADVERTISEMENT

General :: Mounting CDROM With File And Directory Names In Uppercase?

Mar 25, 2011

We have an application that on a SCO box that we are converting to Linux.Basically it mount a CDROM drive and pulls data files off of it. We can mount the drive and it displays all the file/directory names in uppercase. Is there a way to do it in Linux?

View 2 Replies View Related

Ubuntu :: The CDROM Is Not Mounting Anymore In 9.10

Mar 15, 2010

I have Ubuntu 9.10, the cdrom was mounting normally, suddenly it stopped mounting and now when I insert a CD/DVD nothing happens.

My fstab is like this:
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0

When I run hwinfo --cdrom it says:

Code:
francisco@francisco-desktop:~$ hwinfo --cdrom
18: SCSI 300.0: 10602 CD-ROM (DVD)
[Created at block.247]
UDI: /org/freedesktop/Hal/devices/storage_model_CDDVDW_SH_S223F
Unique ID: KD9E.+o0IDY85DU5

[cODE].....

View 6 Replies View Related

Ubuntu :: 9.10 Cdrom Stopped Mounting?

Nov 3, 2010

My cdrom has stopped auto mounting. I had a cd that was CD-RW and I wanted to erase the data on it. I followed the guide at: [URL] and ran:

Code:
umount /dev/cdrom
cdrecord dev=/dev/cdrom blank=fast

After doing this, my cd drive stopped auto mounting.

View 3 Replies View Related

Ubuntu :: CDRom Not Mounting After Clicked 'Do Nothing' Option?

Aug 14, 2010

I have been burning a few CDs. When I inserted the blank CD I was queried what to set the default action as, and I selected 'Do Nothing'. The CDRom drive now does not attempt to read or mount anything inserted into it. It shows up in Nautilus under 'Computer', but does not appear to be mounted properly otherwise.

I am using Ubuntu 10.04 desktop.

View 4 Replies View Related

Slackware :: Mounting Pendrive And Cdrom Automatically?

Jan 23, 2010

It i plug the pendrive or insert cd to cdrom it will be automatically mounted. How would i do this?

I don't want to mount these manually from terminal.

View 14 Replies View Related

Debian Hardware :: Squeeze Not Mounting Dvd Drive Or Cdrom?

Mar 6, 2010

just installed squeeze today, all went well but when I put a cdrom or dvd disc in it will not auto mount.. have to manually mount them from terminal. I've looked a /ect/fstab and do not see any problems there. Anyone else run into this problem on a squeeze install and fixed it?

View 3 Replies View Related

CentOS 5 Server :: Mounting DVD / CDROM On WinXP Platform?

Dec 30, 2009

I have installed XP on linux xen, when I mount a dvd or cdrom, it would mount on linux not windows! What should I do to mount it on windows? (I installed xp in virtual machine via an image file, so, whenever windows is poped on, the windows xp cd-rom is mounted with that image file), is there any way to mount it from hard?

View 1 Replies View Related

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

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 :: 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 :: 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 :: 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 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 :: 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

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

General :: Directly Burn A List Of Files To A CDROM Or DVD Disc?

Jun 23, 2011

"List.lst" is my file containing my files. How may I burn them onto my blank disc with either growisofs or cdrecord? Usually it is based on a copy of a folder to a temp folder, and burn this folder. but I would like to use a file as input. man growisofs is not so widely full of explanations.. .

View 4 Replies View Related







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