LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-13-2005, 05:31 PM   #31
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128

Your output for /dev/hdc looks just fine, as far as I can tell.

Please do 'dmesg | grep hdc' to see if there are any related messages in there. Post output if you have any questions about it.

Also, you might want to change your /etc/fstab from iso9660 to 'auto' for the filesystem on your DVD (and, optionally, CD) drive(s). DVDs actually use the udf filesystem, though most also have iso9660 behind that (but not all do, as far as I know).
 
Old 07-13-2005, 05:43 PM   #32
kriidler
Member
 
Registered: May 2005
Location: Potchefstroom SA
Distribution: Slackware
Posts: 85

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Matir
Your output for /dev/hdc looks just fine, as far as I can tell.
Please do 'dmesg | grep hdc' to see if there are any related messages in there. Post output if you have any questions about it.
I was supposed to get this, right?
Code:
# dmesg | grep hdc
    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hdc: DVD-ROM BDV316C, ATAPI CD/DVD-ROM drive
hdc: attached ide-cdrom driver.
hdc: ATAPI 1X DVD-ROM drive, 512kB Cache, UDMA(33)
/dev#
Quote:
Also, you might want to change your /etc/fstab from iso9660 to 'auto' for the filesystem on your DVD (and, optionally, CD) drive(s). DVDs actually use the udf filesystem, though most also have iso9660 behind that (but not all do, as far as I know). [/B]
Ok done.
How do refresh without rebooting?
 
Old 07-13-2005, 06:55 PM   #33
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
There is no "refresh" needed. Just try to mount again.
 
Old 07-13-2005, 07:22 PM   #34
kriidler
Member
 
Registered: May 2005
Location: Potchefstroom SA
Distribution: Slackware
Posts: 85

Original Poster
Rep: Reputation: 15
Hi, thanks.
CD reading seems to be fine, the dvd's still out cold I get lights, but no action from it!
 
Old 07-14-2005, 08:28 AM   #35
koloth
Member
 
Registered: Jun 2004
Location: Athens, Greece
Distribution: Slack@Home - RHEL@Work
Posts: 150

Rep: Reputation: 29
Try this : mount the dvd as said before, after you do that run tjis command: tail /var/log/messages , it should list the last ten lines of the system log which will contain i hope info about what goes wrong with the dvd mount. just post the outcome!
 
Old 07-14-2005, 01:27 PM   #36
kriidler
Member
 
Registered: May 2005
Location: Potchefstroom SA
Distribution: Slackware
Posts: 85

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by koloth
Try this : mount the dvd as said before, after you do that run tjis command: tail /var/log/messages , it should list the last ten lines of the system log which will contain i hope info about what goes wrong with the dvd mount. just post the outcome!
Hi koloth,
I tried that and got:
Code:
# /var/log/messages
-bash: /var/log/messages: Permission denied
So I changed the properties of /var/log/messages to "executable" and got this:
Code:
# /var/log/messages
-bash: /var/log/messages: Text file busy
#
I then opened it in kwrite. so here's the last 10 lines:
Code:
Jul 14 20:08:39 kriidlerspc kernel: printer.c: usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x03F0 pid 0x3D11
Jul 14 20:08:39 kriidlerspc kernel: printer.c: v0.13: USB Printer Device Class driver
Jul 14 20:08:50 kriidlerspc logger: /etc/rc.d/rc.hotplug start (exiting script)
Jul 14 20:08:50 kriidlerspc sshd[1103]: Server listening on 0.0.0.0 port 22.
Jul 14 20:11:53 kriidlerspc kernel: NET4: Linux IPX 0.47 for NET4.0
Jul 14 20:11:53 kriidlerspc kernel: IPX Portions Copyright (c) 1995 Caldera, Inc.
Jul 14 20:11:53 kriidlerspc kernel: IPX Portions Copyright (c) 2000, 2001 Conectiva, Inc.
Jul 14 20:11:54 kriidlerspc kernel: NET4: AppleTalk 0.18a for Linux NET4.0
Jul 14 20:18:13 kriidlerspc kernel: cdrom: open failed.
Jul 14 20:18:17 kriidlerspc last message repeated 9 times
This what you were looking for?
k
 
Old 07-14-2005, 01:48 PM   #37
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
It does mention in there that it could not open the cdrom drive, which is odd.

Currently,
/dev/dvd should be a symlink to /dev/hdc, correct?
/etc/fstab should point to /dev/dvd for that drive, correct?
/etc/fstab should have the "user" option for mounting it.

What error message, precisely, do you get when attempting to mount it right now?
 
Old 07-14-2005, 02:37 PM   #38
kriidler
Member
 
Registered: May 2005
Location: Potchefstroom SA
Distribution: Slackware
Posts: 85

Original Poster
Rep: Reputation: 15
Hi Matir,
Quote:
/dev/dvd should be a symlink to /dev/hdc, correct?
Yep.
Quote:
/etc/fstab should point to /dev/dvd for that drive, correct?
the relevant line:
Code:
/dev/dvd         /mnt/dvd         auto        noauto,user,ro   0   0
Quote:
/etc/fstab should have the "user" option for mounting it.
Yep.
Quote:
What error message, precisely, do you get when attempting to mount it right now?
Code:
# mount /dev/hdc /mnt/dvd
mount: block device /dev/hdc is write-protected, mounting read-only
mount: No medium found
# mount /dev/dvd /mnt/dvd
mount: block device /dev/hdc is write-protected, mounting read-only
mount: No medium found
#
 
Old 07-14-2005, 02:44 PM   #39
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Since the device has been recreated several times, could you please post the output of
Code:
ls -l /dev/hdc
again?

I'm wondering if the system is having a hard time sending it commands for some reason. Naturally, you have a (known) good cd or dvd in the drive?
 
Old 07-14-2005, 03:14 PM   #40
kriidler
Member
 
Registered: May 2005
Location: Potchefstroom SA
Distribution: Slackware
Posts: 85

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Matir
Since the device has been recreated several times, could you please post the output of
Code:
ls -l /dev/hdc
again?
Code:
# ls -l /dev/hdc
brw-rw-rw-  1 root disk 22, 0 2005-07-14 00:02 /dev/hdc
#
Quote:
I'm wondering if the system is having a hard time sending it commands for some reason. Naturally, you have a (known) good cd or dvd in the drive?
Yep, I've tried it with a comercially available data cd, a commercial data dvd and a commercial dvd.
k
 
Old 07-14-2005, 03:29 PM   #41
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Hrrm, very odd. Almost looks the same as my install, except my permissions are a tad more restrictive. (brw-rw----)

I doubt this will have much effect, but please try doing it as 'mount /mnt/dvd' by itself, without specifying the device.
 
Old 07-14-2005, 03:56 PM   #42
kriidler
Member
 
Registered: May 2005
Location: Potchefstroom SA
Distribution: Slackware
Posts: 85

Original Poster
Rep: Reputation: 15
No luck Got "mount: No meduim found"
 
Old 07-14-2005, 04:02 PM   #43
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Hrrm. I'm beginning to become stumped with this one. Is the drive known to work? (I.e., no hardware issues, checked cables, etc.)

Does the drive spin at all when you try to mount it?
 
Old 07-14-2005, 04:37 PM   #44
kriidler
Member
 
Registered: May 2005
Location: Potchefstroom SA
Distribution: Slackware
Posts: 85

Original Poster
Rep: Reputation: 15
Hi Matir, Yes the drive does work, or at least did in the beginning, just after I moved from windows. It stopped working when I had to re-install Mandrake 10.0 the first time. Since then, I've not been able to get it to work with any distro. I've tried SUSE 9.2, Knoppix, Ubuntu (LiveCD and Installed). They all see the dvd, but refuse to read/mount it.
k
 
Old 07-14-2005, 04:40 PM   #45
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Can you boot from that drive?
 
  


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
Dvdrom & Cdrom Mount Issues AxXium Slackware 18 05-10-2005 07:44 AM
cdrom/dvdrom mount problem salahuddin_66 Slackware 3 05-23-2004 10:17 AM
ATAPI floppy/dvdrom/cdrw automounting, slackware 9.1 Ben2210 Slackware 13 03-02-2004 12:55 AM
re: how do I mount my cdrom-which is a cdrw ergo_sum Linux - Hardware 10 11-01-2003 04:37 AM
CDROM, CDRW Mount Harryc Linux - Newbie 5 01-01-2003 05:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:20 PM.

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