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
ADVERTISEMENT
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
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
Mar 22, 2010
For not apparent reason, yesterday PCmanFM stopped showing CDROM on the list of mountable devices. Before, it was being listed every time I put some written cd/dvd in it.
I don't think fstab has anything to do with it since there was no change to it AND I know for a fact that the line in fstab for cdrom since 5 months is actually wrong.
View 1 Replies
View Related
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
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
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
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
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
May 3, 2010
I have my "documents" folder pointing to a Samba share on a 9.10 server. (Client is 64 bit 9.10). In /etc/fstab I have
Code:
//192.168.20.102/sean/Documents /home/sean/Documents cifs credentials=/home/sean/.smbcredentials,uid=1000,gid=1000
This always used to mount automatically and has suddenly stopped. Same result if I use smbfs instead of cifs. I have worked around this by adding noauto and then mounting it in /etc/rc.local.
Anyone else had this and fixed it so that the share mounts at boot rather than login. I do have some cron tasks that require this to be mounted and assume they will fail unless I login immediately after a reboot.
View 1 Replies
View Related
May 4, 2010
I'm an Ubuntu/Kubuntu user for a while now and i hav Kubuntu 9.10 with ubuntu-desktop installed.
I have two hard disks and i had one of the partitions mounted automatically while startup. I did that by reading the first method posted here
HTML Code: [URL]
It was working good till i did the distribution update to Kubuntu 10.04. After the upgrade while startup, a message is displayed on the screen saying
Quote:
"Disk to be mounted at /media/miscellaneous is not ready or is not there. Continue waiting or press S to skip mounting or M for manual recovery"
I dont know what to do. I have to skip and then mount the partition manually. I think the entry i added in
Quote:
/etc/fstab
is still there.
View 1 Replies
View Related
Dec 12, 2009
I got an ISO from a friend and it's been sitting ontop of my desktop for ages now, and I'm not able to burn it because for some reason, Ubuntu has stopped reading any CDs in my drive.
G.B. on burning it:
Code: scsidev: '/dev/sr1'
devname: '/dev/sr1'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.9
code....
View 6 Replies
View Related
Mar 29, 2010
When I installed slackare 13 it detected usb drives and cameras automaticallyow it doesn't. I am runnning a 13.0 system, not current, so I have only applied the updates in that branch (iirc including a new kernel).nowadays when i plug a device in it does not seem to be detected by HAL (i.e not in KDE).However the device is listed if you use the command "lsusb" and the computer obviously knows it has been plugged in as there is a relevant entry in dmesg.Sorry for the generallised nature of the post, but I don't really know anything about HAL or how it can have stopped working
View 1 Replies
View Related
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
Apr 30, 2010
Quote:
an error occurred while mounting /proc/bus/usb - press s to skip mounting or M for manual recovery
I'm getting this error while booting.
View 9 Replies
View Related
Jul 14, 2011
Just the last day or so, I've noticed a long pause when I boot my laptop, with lots of disk activity. dmesg says:
[Code]...
Why would there be a 15-second pause (during which the disk is slammed) between mounting root and mounting swap? During this time I see nothing but a blank purple screen, there are no cycling dots or text scroll. Is this normal and I'm just freaking out over nothing because there's no indicator of progress? GRUB default boot options: quiet splash nomodeset video=uvesafb:mode_option=1920x1200-24,mtrr=3,scroll=ywrap vt.handoff=7
View 9 Replies
View Related
May 28, 2009
I am having permissions errors every time I try to mount a windows host. I have a linux server and all the windows computers can see that computer and its files, but we wanted to start backing up the linux machine to one of our other computers. so I tried to mount one of the computers. here is the sequence of events:
Code:
$mount -t cifs //192.168.1.194/Admin$ /mnt/Anita-comp
password: (I have no password so I left it blank)
Mount error (13): Permission Denied
I tried all sorts of passwords we use around the office and none of them worked.
I then decided to try mounting one of our other computers. this one looked like it worked fine. no error messages at all. (I left password blank) so I look in my filesystem and the mounted drive is not in the /mnt/Anita-comp file. What gives?
View 11 Replies
View Related
Dec 31, 2010
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 9 Replies
View Related
Feb 19, 2010
whenever i try to burn mp3 from a disk in the cdrom, the system will freeze up solid, keyboard, screen, mouse, the whole shebang. ubuntu will see an audio disk in the cdrom, and i can play some tracks off it (sometimes), but trying to copy it to mp3s will crash everything after about 2-3 minutes. somewhere between tracks 2 - 4. anyone else have issues? i have tried a different cdrom, and cables... and i hate to say it but it works under windows.
View 8 Replies
View Related
Mar 16, 2010
I can NOT mount my CDROM. I see several under the /dev folder cdrom, cdrw, dvd, scd0, src, how do I kow which drive to mount? I would like to load KDE fom a slackware disk,
View 1 Replies
View Related
May 1, 2010
My cdrom drive was working until yesterday it didn't mount at all. It said 'special device /dev/scd0 does not exist'. I went and checked in BIOS and the CD rom was not identified there as well I would like to know if there is a workaround for this problem. I am using an ACER aspire 4520 laptop with only ubuntu 9.10 on i
View 3 Replies
View Related
May 11, 2010
I cannot seem to find what I need to in either these forums, Ubuntu help, or various Man pages.Issue:When I insert a CD it automounts correctly, but I cannot Use the "Open with Wine" option (even after configuring wine to recognize the executable) due to a "trust" issue within Ubuntu. I have learned that this "trust" is simply the executable bit, but I obviously cannot change that bit on a read only medium. he software requires the CD at both install and run time, so I cannot use a separately mounted ISO.Somewhere there must be a setting where I can turn off the "require trust flag" which I assume must exist.
View 5 Replies
View Related
Jul 31, 2010
I am trying to install MySQL, Apache, and PHP onto my Linux Ubuntu laptop from a cdrom that I got from a teach yourself MySQL, Apache, and PHP book I bought. First off there were two steps which i think i did right. The first was to mount the CD-ROM under /mnt in my file system which i did and there seems to be no problem except for the reply "mount: block device /dev/sr0 is write-protected, mounting read-only"
now first of all there are two things I need to explain, first of all I was superuser for all of this by using the command su at the beginning of my terminal session. Second of all the symbol "|" on my line of code above looks different from the symbol in the book. It should have a small space in the middle of it. However it looks like this on my keyboard so I am assuming it is simply a difference in text font. That is it, it would be really nice to figure out what went wrong because to be honest I am curious as to why the book is giving me code that gives multiple errors.
View 4 Replies
View Related
Aug 29, 2010
Situation is that NEITHER Linux Mint 9 NOR Ubuntu Maverick will automount my usb or cdrom? I circumvented by manual mounts thru fstab of my usb stick and usb hard drive. Now I go to burn an iso and find that my cdrom is not detected.
mount /dev/sr0 /media/cdrom0 does not do the trick, I cannot burn.
What in the world could I have done to my system ? I think blkid is ok. Win7 burns the iso to cd just fine. All OS on same CPU (grub2). I have done some searches but with minimal success.
View 5 Replies
View Related
Sep 30, 2010
Wehn I enter the command mkdir /mnt/cdrom, I get the message "Cannot create: Permission Denied". How do I fix this?
View 2 Replies
View Related
Nov 24, 2010
I have a problem with Netbook 10.10 in an inability to see my CDROM drive (old Sony)
View 1 Replies
View Related
Jan 1, 2011
My cdrom is not mounting on ubuntu 8.04. I find this message in syslog (below). How can I resolve this? code...
View 5 Replies
View Related
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
Mar 5, 2011
How do I mount dev cdrm/dvd in ubuntu 10.04.
View 2 Replies
View Related
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