openSUSE Forums > Hardware » Mount CDROM fails

Go Back   openSUSE Forums > Hardware
Forums FAQ Members List Search Today's Posts Mark Forums Read


Hardware Questions about drivers, peripheral cabling, configuration

Reply
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 23-Jul-2009, 11:07
johmidl's Avatar
Student Penguin
 
Join Date: Oct 2008
Location: Cape Town
Posts: 63
johmidl hasn't been rated much yet
Thumbs down Mount CDROM fails

I have 11.1-2.6.27.23-0.1 on two drives. The one I have not updated for a couple of weeks. That one mounts CDROM as:
/dev/sr0 /dev/cdrom iso9660 ro,user,noauto,unhide 0 0
This drive that is up to date returns the message;
"mount: mount point /dev/cdrom is not a directory",
with precisely the same fstab setting.
I just don't have a clue as to what is going on!
Someone heeelp, please!
Reply With Quote
  #2 (permalink)  
Old 23-Jul-2009, 11:46
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,945
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: Mount CDROM fails

cdrom's are not mounted in fstab

what desktop are you using
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #3 (permalink)  
Old 23-Jul-2009, 14:41
hcvv's Avatar
Wise Penguin
 
Join Date: Jun 2008
Location: Netherlands
Posts: 1,913
hcvv 's reputation will be famous soon enoughhcvv 's reputation will be famous soon enoughhcvv 's reputation will be famous soon enough
Default Re: Mount CDROM fails

Maybe the fstab entries are the same, but I think /dev/cdrom is not the same on both systems.

/dev/cdrom should be a link to /dev/sr0.

When on one system /dev/cdrom is a directory you can mount on it, but what you do is faulty. You should mount elsewhere (on a directory).

To check do
Code:
ls -l /dev/crom
on both systems.

As caf4926 says, one does not normally mount cdrom and the like via /etc/fstab. This is done by HAL and works via your desktop (window pop-up).

Maybe some reading in SDB:Basics of partitions, filesystems, mount points - openSUSE
might help you understanding what something in /dev/ is (should be) and what a mountpoint is.
__________________
Henk van Velden
Reply With Quote
  #4 (permalink)  
Old 24-Jul-2009, 03:19
bcrisciotti's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Location: Rome, Italy
Posts: 241
bcrisciotti hasn't been rated much yet
Default Re: Mount CDROM fails

It seems like you are trying to mount your recorder on a link! Usually in the /dev directory there is a link called cdrom pointing to sr0 so there is no sense in mounting on it any filesystem. Instead create a directory called cdrom in /media and mount there: mkdir /media/cdrom
Mount -t iso9660 /dev/sr0 /media/cdrom. All has to be done as root
Reply With Quote
  #5 (permalink)  
Old 24-Jul-2009, 14:41
johmidl's Avatar
Student Penguin
 
Join Date: Oct 2008
Location: Cape Town
Posts: 63
johmidl hasn't been rated much yet
Thumbs down Re: Mount CDROM fails

You guys have me really confused! I wrote the CDROM from an unstable version of 11.1 with fstab settings. Then I transferred data to second drive as backup using fstab. Now all I want to do is reload the first drive from the CDROM as the backup is only 10 Gig. What has changed with the latest updates?

I have studied mount points, etc in "Help", which basically tell me to set up fstab as I have done.
Reply With Quote
  #6 (permalink)  
Old 24-Jul-2009, 14:58
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,945
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: Mount CDROM fails

Quote:
Originally Posted by johmidl View Post
You guys have me really confused! I wrote the CDROM from an unstable version of 11.1 with fstab settings. Then I transferred data to second drive as backup using fstab. Now all I want to do is reload the first drive from the CDROM as the backup is only 10 Gig. What has changed with the latest updates?

I have studied mount points, etc in "Help", which basically tell me to set up fstab as I have done.
What!?
If anyone can explain this, they can have a feather in their cap!
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #7 (permalink)  
Old 24-Jul-2009, 16:02
hcvv's Avatar
Wise Penguin
 
Join Date: Jun 2008
Location: Netherlands
Posts: 1,913
hcvv 's reputation will be famous soon enoughhcvv 's reputation will be famous soon enoughhcvv 's reputation will be famous soon enough
Default Re: Mount CDROM fails

No feathers for me.

@johmidl
I am afraid we are completely lost here. Can you please tell us step by step what you are trying to achieve, what you are doing to achieve this, and where things go wrong. Do not expect us to be clarvoyant or even that we ever have done what you do. Jumping over steps in your explanation, thinking that it will be all very logical to us, will create great problems in our mutual understanding. Give output of error messages, involved configuration files, etc. (and please put computer output between CODE tags to make them readable).

And last but not least, I asked you to do an
Code:
ls -l /dev/crom
on both systems. Where is the output?
__________________
Henk van Velden
Reply With Quote
  #8 (permalink)  
Old 24-Jul-2009, 17:11
bcrisciotti's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Location: Rome, Italy
Posts: 241
bcrisciotti hasn't been rated much yet
Default Re: Mount CDROM fails

Quote:
mount: mount point /dev/cdrom is not a directory"
I insist: you or your system are trying to mount the filesystem on a link. So the message is really right: /dev/cdrom is not a directory. It is a link! And now i am also wondering what you are trying to archieve.
Reply With Quote
  #9 (permalink)  
Old 24-Jul-2009, 20:54
Parent Penguin
 
Join Date: Oct 2008
Location: North Wales, UK
Posts: 689
whych hasn't been rated much yet
Default Re: Mount CDROM fails

On Thu, 23 Jul 2009 16:16:02 +0000, johmidl wrote:

> I have 11.1-2.6.27.23-0.1 on two drives. The one I have not updated for
> a couple of weeks. That one mounts CDROM as: /dev/sr0 /dev/cdrom
> iso9660 ro,user,noauto,unhide 0 0 This drive that is up to date returns
> the message; "mount: mount point /dev/cdrom is not a directory", with
> precisely the same fstab setting. I just don't have a clue as to what is
> going on! Someone heeelp, please!


You need to change:
/dev/sr0 /dev/cdrom iso9660 ro,user,noauto,unhide 0 0

to something like:
/dev/sr0 /media/cdrom iso9660 ro,user,noauto,unhide 0 0

Then as root create the directory /media/cdrom.

Dependinf on your hardware, removing the fstab entry entirely should work
as well.
Reply With Quote
  #10 (permalink)  
Old 13-Aug-2009, 19:18
johmidl's Avatar
Student Penguin
 
Join Date: Oct 2008
Location: Cape Town
Posts: 63
johmidl hasn't been rated much yet
Default Re: Mount CDROM fails

Been out of touch for some time. I am becoming more and more confused! Have always used fstab. Maybe I was not clear enough; I use both hard drives on the same PC. CPU is Intel Celeron CPU 2.66 GHz. I first copied files from unstable version to CDROM using the fstab setting which I loaded to 10 Gig drive as a backup. Then I installed openSUSE 11.1 to the 80 Gig drive. Thats where the problem cropped up; this new installation (11.1-2.6.27.23-0.1) does not accept the fstab settings previously used so I can't load the original files. I am also not clear on the instruction to change to media and then create a directory entry.
Reply With Quote
Reply
Page 1 of 2 1 2

Bookmarks


Thread Tools
Display Modes

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




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2