LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-20-2003, 11:10 AM   #1
dopper
Member
 
Registered: Jun 2003
Location: Canada
Distribution: Muppy 006 (puppy 2.12 derivative) & Ubuntu 6.06 LTS Dapper Drake, ipcop 1.4.13
Posts: 52

Rep: Reputation: 15
lg 48x24x48 cdrw + 16x DVD combo drive in SuSE 8.2


I am trying to migrate to open source software but accomplishing such a simple thing as getting my dvd player to work seems to be a long tedious process.

Here's my /etc/fstab file that was created by suse, the only thing I changed was I made the /media/cdrecorder and /media/cdrom mount use the iso9660 instead of being auto and I added the /media/dvd mount.

/dev/hda1 / ext3 defaults 1 1
/dev/hdb5 /backups ext3 defaults 1 2
/dev/hdb1 /ftp ext3 defaults 1 2
/dev/hda5 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
/dev/cdrecorder /media/cdrecorder iso9660 ro,noauto,user,exec 0 0
/dev/cdrom /media/cdrom iso9660 ro,noauto,user,exec 0 0
/dev/scd0 /media/dvd auto ro,noauto,user,exec 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0


When I cd to /media/* it doesn't show the cd in any of the sub directories with a cd or dvd in the drive.

When I manually add the dvd mount by doing
# mount -f auto /dev/scd0 /media/dvd

It allows me to browse the dvd's & cd's by entering the /media/dvd dir.

What is different in /etc/fstab than what I'm doing manually to mount it? Or how do I tell if this distro is loading the /etc/fstab file at startup?

Last edited by dopper; 06-20-2003 at 11:12 AM.
 
Old 06-20-2003, 02:14 PM   #2
carlywarly
Member
 
Registered: Feb 2003
Location: Sunny Southport, again.
Distribution: PCLinuxOS 0.93 and 0.92, Vector sometimes
Posts: 825

Rep: Reputation: 30
All filesystems need to be mounted in order to read them. SuSE does not automatically mount removable filesystems such as CDroms, floppies. Therefore, to be able to read the files you have to manually mount the device. The easiest way to do this is to right-click on the desktop icon for the DVD drive, and choose Mount. Left clicking on the icon mounts the device and opens a filemanager in the root directory of the mounted disk.
 
Old 06-20-2003, 03:44 PM   #3
dopper
Member
 
Registered: Jun 2003
Location: Canada
Distribution: Muppy 006 (puppy 2.12 derivative) & Ubuntu 6.06 LTS Dapper Drake, ipcop 1.4.13
Posts: 52

Original Poster
Rep: Reputation: 15
Are you confused by my post?

I'm assuming you have a combo drive and have tested it under suse? There is no desktop icon for cdplayer, cd/rw or dvd. I am using a combo drive that combines cdrw/cdplayer/dvd player in one unit and I have no desktop icons to access any of the features.

As I said before, if I manually mount it with:
# mount -f auto /dev/scd0 /media/dvd

then I can access the files on the dvd but this is the only way I can get linux to access it. If I have to do this everytime I boot up my computer then that doesn't make it a simpler alternative than windows does it?

I thought /etc/fstab was for automounting file systems? You're saying in SuSE /etc/fstab doesn't automount removeable file systems but other distros do?
 
Old 06-21-2003, 01:08 AM   #4
carlywarly
Member
 
Registered: Feb 2003
Location: Sunny Southport, again.
Distribution: PCLinuxOS 0.93 and 0.92, Vector sometimes
Posts: 825

Rep: Reputation: 30
Yes, I have a Samsung Combo drive in SuSE.
No, SuSE doesn't automatically mount removable filesystems. Mandrake is the only distribution I know of that does.

If you have no desktop icon, make one. Right click on an empty area of the desktop and choose Create New CDROM/DVDROM Device. Then click on the Device tab, choose one of the fstab enties and click OK. Test the icon to see if it works. If not, choose a different entry in your fstab (you may have more than one relating to your dvd drive) until it does work.

Your other points.
Linux is not a simpler alternative to windows.
/etc/fstab is a file that makes mounting filesystems far simpler than doing it by hand all the time.
 
Old 09-20-2003, 10:39 AM   #5
dopper
Member
 
Registered: Jun 2003
Location: Canada
Distribution: Muppy 006 (puppy 2.12 derivative) & Ubuntu 6.06 LTS Dapper Drake, ipcop 1.4.13
Posts: 52

Original Poster
Rep: Reputation: 15
This is an old post but I thought I should followup to clarify what I've learned for any other new linux users who might come across this.

Being a windows user I didn't understand that each time you insert/remove a disk the removable media needs to be mounted but windows does this for us automatically.

My misunderstanding was that I thought it was actually mounting the hardware (dvd player), not the dvd media it contains.

Putting an entry in /etc/fstab automatically mounted the disk that was in the drive and I could access it no problem. When I tried to switch disks I had issues because it wasn't unmounting the existing dvd in the drive so I couldn't eject the mounted disk unless I used the umount command.

Thanks to the previous post I discovered you can and mount & unmount dvd's in suse 8.2 by Right click on an empty area of the desktop and choose Create New CDROM/DVDROM Device. Then when I'm done using the dvd I right click an empty area of the desktop and choose unmount CDROM/DVDROM device so I can put in another disk.

Yes this is very newbish but to someone who's used windows their whole life it's an important and frustrating concept to figure out for the first time so hopefully this thread helps out another newbie.
 
Old 09-20-2003, 11:55 AM   #6
carlywarly
Member
 
Registered: Feb 2003
Location: Sunny Southport, again.
Distribution: PCLinuxOS 0.93 and 0.92, Vector sometimes
Posts: 825

Rep: Reputation: 30
dopper - I wish other people who sorted out their problems would do exactly what you have done - a rounding-off post to explain how it all worked out.
I'm sure it really does help others who run into similar difficulties.
Thanks.
 
  


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
CDRW+DVD combo drive problem igorc Linux - Hardware 3 10-07-2005 07:11 AM
Play DVD on CDRW/DVD Combo Drive?? halo14 Linux - Laptop and Netbook 13 09-21-2004 09:21 AM
Trouble with DVD/CDRW combo drive jenna_h Linux - Hardware 4 10-01-2003 08:59 AM
New CDRW/DVD combo drive not working! Derrick Linux - Newbie 6 09-20-2003 09:07 AM
DVD/CDRW combo drive toySOILDer Linux - Hardware 0 08-12-2003 10:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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