LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 04-26-2005, 08:23 PM   #16
buaku
Member
 
Registered: Sep 2004
Distribution: Slackware 10.2 (2.4.31)
Posts: 119

Rep: Reputation: 15

Wonder if it'd be worth asking someone w/ either of those distro's for their fstab entries.

Or if you're bored reinstall a distro where it did work and try and find out where the settings would be.
 
Old 04-26-2005, 08:24 PM   #17
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Do you have udf support compiled into your kernel? If not add it. To check for it look in /lib/modules/current_kernel/kernel/fs/udf.

I use the following in my /etc/fstab
Code:
/dev/cdrom              /mnt/cdrom              auto    noauto,owner,rw 0 0
Then in my /etc/filesystems , I have udf in the list.

Only other thought is the dvd a press dvd or a burned dvd. Does the dvd support that type of media?

Brian1
Google the Linux way at ' http://www.google.com '
 
Old 04-26-2005, 08:36 PM   #18
f34r7h1s
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 46

Original Poster
Rep: Reputation: 15
lib/modules/2.4.29/kernel/fs/udf$ ls
udf.o.gz

that is what is in that folder for the first one ... i think that means i have support..

However i do not have a file or folder named "filesystems" (nor anything similar) in /etc/

Maybe this could be the problem... As for dvd support goes three days ago (back in my Mandrake days) I read off the very same dvd for a paper.
 
Old 04-26-2005, 08:48 PM   #19
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Here is a copy of my /etc/filesystems file
Code:
ext3
ext2
rieserfs
xfs
nodev proc
nodev devpts
iso9660
udf
ufs
vfat
hfs
Brian1
 
Old 04-26-2005, 08:51 PM   #20
f34r7h1s
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 46

Original Poster
Rep: Reputation: 15
do you think if i just created one that it would work?... im gonna try it and restart


*Update*

:-/ didnt work....

i simply went to /etc/
pico filesystems
copied what you had
restarted

(Wasnt expecting it to work but at this point I'm willing to try anything)

As for what Buaku said :

Quote:
Wonder if it'd be worth asking someone w/ either of those distro's for their fstab entries.

Or if you're bored reinstall a distro where it did work and try and find out where the settings would be.
Does anyone else with Slackware 10.1 and possible a Dvd Cd-RW combo drive have a fstab code they would like to share with me.. Thank you




Last edited by f34r7h1s; 04-26-2005 at 09:11 PM.
 
Old 04-26-2005, 09:56 PM   #21
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Quote:
Originally posted by keefaz

if you have a 2.4 kernel, add instead :
append="hdb=ide-scsi"

run /sbin/lilo to take the change in account
Quote:
Originally posted by f34r7h1s
I changed Lilo to look like this
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda1
label = Linux
read-only
append="hdb=ide-cd" <<< adding that
# Linux bootable partition config ends
You've a 2.4 kernel, so you should've added hdb=ide-scsi. Also when you do that the symlink is changed to a scsi one (I don' remmber if it was srX or sgX).
However this only affects (AFAIK) cd-burning, not reading.
 
Old 04-26-2005, 10:07 PM   #22
buaku
Member
 
Registered: Sep 2004
Distribution: Slackware 10.2 (2.4.31)
Posts: 119

Rep: Reputation: 15
I'm runnin 10.0 and I have a combo drive, it just doesn't burn dvds though.

my fstab line looks like...
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro,user 0 0
Also running a 2.4 kernel.

I was able to mount a burned +r data disc and a commercially pressed movie disc.

What kind of dvd are you trying to mount? And what is the model of your drive? Have you tried looking around to see if any others have had problems with your drive?
 
Old 04-26-2005, 11:08 PM   #23
f34r7h1s
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 46

Original Poster
Rep: Reputation: 15
yeah i have that now for my fstab and it doesnt work... Im trying to mount a data dvd + and i have no idea what the model is (its one from my gateway m500 laptop)
 
Old 04-27-2005, 01:03 AM   #24
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
It is possible that the problem comes with the dvd because you have tested all the
possible options in fstab, but anyway to make sure :

When you attempt to mount the dvd with mount /mnt/cdrom, what is the output with :
cat /proc/filesystems | grep -i iso

If you have no output, try as root : /sbin/modprobe isofs
then try : mount /mnt/cdrom
 
Old 04-27-2005, 07:42 AM   #25
f34r7h1s
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 46

Original Poster
Rep: Reputation: 15
Ok think we are on to something... When I grep /proc/filesystems All that returns is iso9660

(im assuming i should have udf in there?)
so here is what my filesystems file looks like

Code:
nodev   rootfs
nodev   bdev
nodev   proc
nodev   sockfs
nodev   tmpfs
nodev   shm
nodev    pipefs
            ext3
            ext2
nodev   ramfs
             umsdos
              msdos
             vfat
             iso9660
nodev   nfs
             reiserfs
nodev   devpts
nodev   usbdevfs
nodev   usbfs
             udf
well now it has udf because i tried modprobe udf
and that put it there. but still cant mount a dvd
 
Old 04-27-2005, 07:48 AM   #26
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Have you dvd+rw-tools package installed ? If not, install it, put the dvd
in the drive and post the output with :

dvd+rw-mediainfo /dev/hdb
 
Old 04-27-2005, 07:54 AM   #27
f34r7h1s
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 46

Original Poster
Rep: Reputation: 15
this is the output of that command you said

Code:
# dvd+rw-mediainfo /dev/hdb
INQUIRY:                [MATSHITA][CD-RW  CW-8121  ][AW22]
:-( unable to MODE SENSE#2A: Input/output error
and i would need Dvd+Rw even tho its not a dvd burner?
 
Old 04-27-2005, 11:14 AM   #28
f34r7h1s
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 46

Original Poster
Rep: Reputation: 15
Sooo... after countless hours of trying to figure it out.. I can mount factory pressed dvds. (well at least my XMen movie) I cant read Data Dvds period.... I can read movie dvds (burned and bought)... donno

lol help still wanted
 
Old 04-27-2005, 01:51 PM   #29
strandjd
LQ Newbie
 
Registered: Jan 2005
Location: Tampa, FL
Distribution: Slackware, Fedora Core 2
Posts: 2

Rep: Reputation: 0
Lightbulb Slackware 10.1 DVD working!

I finally got my DVD/CDROM combo drive working! Thanks to the many posts out of here.

The lines in my fstab may not be optimal, but I can read CD's and DVD's.

/dev/cdrom /mnt/cdrom auto defaults 0 0
/dev/cdrom /mnt/dvd auto defautls 0 0

This seems to be working for me. I have a Gateway Solo 5350 with the CD-RW/DVD combo drive and Slack 10.1.

Hope this helps!

-John
 
Old 04-27-2005, 03:01 PM   #30
f34r7h1s
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 46

Original Poster
Rep: Reputation: 15
yeah i dont know... its still not working for me (changed it to what you had but nothin)


So as a total over all recap, after trying all the suggestions said to me

I have a dvd Cd-rw combo drive, i can read cds and dvd movies. But i cannot read Data dvds.
dont know why.

Thank you to all have helped me so far and thank you to whoever will continue to help
 
  


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
DVD/CDRW Combo Drive Mounting Trouble monks_point Linux - Hardware 11 08-30-2005 11:53 AM
DVD/CDRW Combo Drive Mounting Trouble monks_point Linux - Newbie 1 08-29-2005 06:55 PM
Play DVD on CDRW/DVD Combo Drive?? halo14 Linux - Laptop and Netbook 13 09-21-2004 09:21 AM
Best external Cdr Dvd combo for linux ooagentbender Linux - Hardware 3 12-05-2003 01:10 AM
2.6 Kernel, CDR/DVD combo - need help. cnmill Fedora 9 12-02-2003 04:54 PM

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

All times are GMT -5. The time now is 04:01 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