LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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
 
LinkBack Search this Thread
Old 11-26-2005, 08:01 PM   #1
lxuzer
LQ Newbie
 
Registered: Jun 2005
Distribution: SuSE Linux 10.1
Posts: 26

Rep: Reputation: 15
SuSE 10.0 CD/DVD Mount Problem


Under yast> Hardware> CD-ROM Drive, my cd and dvd drives are listed twice.
I cant mount although fstab looks fine, but as soon as I go to yast> Hardware> CD-ROM Drive, without making any changes, the problem is fixed until I reboot.

FSTAB:

/dev/hda2 / reiserfs acl,user_xattr 1 1
/dev/hde1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdf1 /windows/G ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdf2 /windows/O vfat users,gid=users,umask=0002,utf8=true 0 0
/dev/hda1 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/dvdrecorder /media/dvdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/cdrecorder /media/cdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0
none /subdomain subdomainfs noauto 0 0
/dev/hdb1 /Linux/L unknown noauto 0 0
 
Old 11-28-2005, 05:20 PM   #2
lxuzer
LQ Newbie
 
Registered: Jun 2005
Distribution: SuSE Linux 10.1
Posts: 26

Original Poster
Rep: Reputation: 15
Re: SuSE 10.0 CD/DVD Mount Problem

Ne suggestions, ne1?

I cant even mount cd/dvd as root unless i open up yast.

very weird!

change few things, but didnt help, so i concluded the problem is not with the fstab, but the way the hardware is pulled... help me

/dev/hda2 / reiserfs acl,user_xattr 1 1
/dev/hde1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdf1 /windows/G ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdf2 /windows/O vfat users,gid=users,umask=0002,utf8=true 0 0
/dev/hda1 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/hdh /media/dvdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/hdg /media/cdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0
/dev/hdb1 /Linux/L unknown user,noauto 0 0
 
Old 11-29-2005, 01:23 AM   #3
lxuzer
LQ Newbie
 
Registered: Jun 2005
Distribution: SuSE Linux 10.1
Posts: 26

Original Poster
Rep: Reputation: 15
Re: Re: SuSE 10.0 CD/DVD Mount Problem

Problem in my startup log:
/dev/hdg: No such file or directory
/dev/hdh: No such file or directory
failed
 
Old 11-29-2005, 08:28 PM   #4
lxuzer
LQ Newbie
 
Registered: Jun 2005
Distribution: SuSE Linux 10.1
Posts: 26

Original Poster
Rep: Reputation: 15
Well....?
 
Old 11-30-2005, 05:40 PM   #5
camus
LQ Newbie
 
Registered: Nov 2005
Posts: 6

Rep: Reputation: 0
Have same problem. Haven't found solution yet.
Tried this from http://www.novell.com/linux/download...100_i386.html:
24 Nov 2005 hal: Daemon for Collecting Hardware Information
RPM hal 0.5.4-6.4 (i586) 777 kB
Patch-RPM hal 0.5.4-6.4-patch (i586) 143 kB
Source-RPM hal-0.5.4-6.4.src.rpm

This update fixes problems with detecting filesystem and mounting of CD/DVD
volumes (bugs #130210, #130993, #104355 and #105956).
In some cases the serial of a storage device contains waste and non UTF8
valid characters. In this case adding the device to HAL device store fail.
Fixed this bug (#133664) with this package.
This new package also enable the localisation for the ha-device-manager.

Didn't help.

I'll let you know if I'll find something usefull.

Rergards,
Matej
 
Old 11-30-2005, 08:01 PM   #6
camus
LQ Newbie
 
Registered: Nov 2005
Posts: 6

Rep: Reputation: 0
I forgot one thing:
I installed vmware 4.5.2 on suse 10.0 with win2000 guest and win2000 recognized CD drive. Seemed strange for me.

And I've just installed suse 9.3 over 10.0 and everything works fine - recognizes CD drive. So, I'll stick with 9.3 for now.
 
Old 11-30-2005, 08:30 PM   #7
Lier
Member
 
Registered: Jan 2005
Location: Argentina
Distribution: SUSE 9.0, 9.2, 10.0, Slackware 10.2 and slamd64
Posts: 135

Rep: Reputation: 15
Try erasing the noauto option of the two devices from your fstab. Like this:

-----------------------Now---------------------
/dev/hdg /media/cdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0

-----------------------After-----------------------
/dev/hdg /media/cdrecorder subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0

And then you'll need to restart your computer.

Let me know if it works.

Good luck-
 
Old 12-01-2005, 08:29 AM   #8
camus
LQ Newbie
 
Registered: Nov 2005
Posts: 6

Rep: Reputation: 0
I did what you suggested and nothing changed.
 
Old 12-01-2005, 08:11 PM   #9
Mojojo
Member
 
Registered: May 2003
Location: Philadelphia/PA
Distribution: Mint/Debian
Posts: 447

Rep: Reputation: 32
Re: SuSE 10.0 CD/DVD Mount Problem

Quote:
Originally posted by lxuzer
Under yast> Hardware> CD-ROM Drive, my cd and dvd drives are listed twice.
I cant mount although fstab looks fine, but as soon as I go to yast> Hardware> CD-ROM Drive, without making any changes, the problem is fixed until I reboot.

FSTAB:

/dev/hda2 / reiserfs acl,user_xattr 1 1
/dev/hde1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdf1 /windows/G ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdf2 /windows/O vfat users,gid=users,umask=0002,utf8=true 0 0
/dev/hda1 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/dvdrecorder /media/dvdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/cdrecorder /media/cdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0
none /subdomain subdomainfs noauto 0 0
/dev/hdb1 /Linux/L unknown noauto 0 0
I also have both drives listed in yast/hardware/cdrom drives so I would have to say that is normal. And your fstab looks fine the way you have it above. You shouldn't have to mount either drive when suse starts it will auto mount both for you. If you are talking about those icons on your desktop not showing up you have to configure them to show up (Configure Desktop/Behavior/Device icons tab)
 
Old 12-01-2005, 08:17 PM   #10
Mojojo
Member
 
Registered: May 2003
Location: Philadelphia/PA
Distribution: Mint/Debian
Posts: 447

Rep: Reputation: 32
Re: Re: Re: SuSE 10.0 CD/DVD Mount Problem

Quote:
Originally posted by lxuzer
Problem in my startup log:
/dev/hdg: No such file or directory
/dev/hdh: No such file or directory
failed
This part you added to your new fstab right try using your original fstab
 
Old 12-02-2005, 02:42 AM   #11
camus
LQ Newbie
 
Registered: Nov 2005
Posts: 6

Rep: Reputation: 0
The problem is not that both drives are listed. They are both listed twice as I understood. At least in my case - I have only one drive and it's listed twice.
 
Old 12-02-2005, 08:31 AM   #12
Mojojo
Member
 
Registered: May 2003
Location: Philadelphia/PA
Distribution: Mint/Debian
Posts: 447

Rep: Reputation: 32
Quote:
Originally posted by camus
The problem is not that both drives are listed. They are both listed twice as I understood. At least in my case - I have only one drive and it's listed twice.
That is normal my drives are both listed twice and I have know problems mounting either one. When you insert a dvd/cd it will auto mount all you have to do is go to media folder and dvdrecorder or cdrecorder.
 
Old 12-02-2005, 06:41 PM   #13
camus
LQ Newbie
 
Registered: Nov 2005
Posts: 6

Rep: Reputation: 0
qoute:
"Under yast> Hardware> CD-ROM Drive, my cd and dvd drives are listed twice.
I cant mount although fstab looks fine, but as soon as I go to yast> Hardware> CD-ROM Drive, without making any changes, the problem is fixed until I reboot."

That explains the problem. Auto mount just doesn't happen. So once again: going to yast enable auto mount for that session, but after reboot I can't see anything in my cd drive without going to yast.
On my other computer everything works fine in suse 10.0 without any difference in setup or fstab.
And on the computer with the problem, suse 9.3 doesn't have any problem with auto mount or recognizing drives - and they are listed once, not twice.
 
Old 12-02-2005, 07:16 PM   #14
Mojojo
Member
 
Registered: May 2003
Location: Philadelphia/PA
Distribution: Mint/Debian
Posts: 447

Rep: Reputation: 32
Camus,
First, post your fstab if it is the same as the one above then that is your problem.Second, next time you reboot before you do anything try "dmesg" as normal user in console and post the results.
 
Old 12-02-2005, 07:18 PM   #15
Mojojo
Member
 
Registered: May 2003
Location: Philadelphia/PA
Distribution: Mint/Debian
Posts: 447

Rep: Reputation: 32
Sorry you didn't post your fstab? oops
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mount as a device: mount dvd-iso file in /dev/dvd sadarax Linux - General 21 02-02-2011 11:59 PM
mount:not a directory. Suse dvd mount problem tzanis Linux - General 8 11-06-2005 11:30 AM
Suse 9.1 Yast2 breaks DVD mount slaw219 Linux - Software 1 07-23-2004 10:50 AM
suse dvd mount problem tzanis Linux - General 1 03-13-2004 06:28 PM
suse dvd mount problem tzanis Linux - General 1 03-13-2004 01:16 PM


All times are GMT -5. The time now is 04:56 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration