Linux - SoftwareThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm assuming that this is not hardware... the optical drive
will play CDs with VLC, but won't mount data CDs
Quote:
root@palantir:/home/beckwith# mount /dev/sr0 /media/cdrom0
mount: block device /dev/sr0 is write-protected, mounting read-only
NTFS signature is missing.
Failed to mount '/dev/sr0': Invalid argument
The device '/dev/sr0' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
The disk is data CD burned with K3B on my laptop (Debian 7.8.0),
but won't automount, nor manually mount. As quoted above
NTFS has nothing to do with the disk as fas I know,
root@palantir:/home/beckwith/bin# mount -t iso9660 /dev/sr0 /media/cdrom0
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
looks like your desktop is missing iso9660 kernel module. Try
lsmod |grep iso9660
There are also optical type problems which explain your symptoms. Does it read a pressed cd (as opposed to a cdr?). There are three very fine adjustments that control reading. In the hardware, they are set using special equipment by potentiometers and sealed with wax, or thick paint. Values drift over time, and the thing slowly alters it's reading. Not reading CDRs(especially lousy quality CDRs) is the first sign of optical degradation.
I assume you mean:
Plays pressed CDs and DVDs --->Correct
Does not play burned CDs or DVDs. (I assume music and movies.) --->Correct
Will not read burned data CDs and DVDs --->Correct
I assume that all burned discs will work on the laptop. ---> all seem to work, but
it is difficult to tell which were burnt under Debian 7.8.0, however backup DVDs
for 12 Jan, 19 Jan, 26 Jan, and 2 Feb 2015 (all created on the desktop m/c) do
mount on the lap. This proves that the optcal drive on the desktop m/c was working
until a month ago.
Did you burn all the discs on your laptop? ---> NO, backup DVDs are made on the
main desktop system. I found One data CD created on the laptop: it works on the
laptop, but not on the desktop pc.
Have you tried playing or reading them in other computers? ---> I don't have access to
other machines, but i could if pushed, but I think that the laptop proves that the
fault is with the desktop pc (both running the same Debian 7.8.0).
Post the output of the command (as root):
modinfo iso9660
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.