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 - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-06-2002, 09:13 PM   #1
new_linux_goof
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: SuSE 7.3 pro
Posts: 22

Rep: Reputation: 15
windows guy going linux...


Hello,

I have some questions on my SuSE install. I am clueless on how to mount drives. I am starting to get familiar with some of the commands, but keep getting errors like:

mount /dev/cdrom /media/cdrom

then I get...

block device /dev/cdrom is write-protected, mounting read-only

understandable...then...

No medium found


Hmmmmm......

Also, my cd recorder doesn't want to mount either...

mount /dev/cdrecorder /media/cdrecorder

and then...

Input/Output error

Hmmmmmm......

Any suggestions?

Also, how do you get the functionality of not having to mount and unmount things manually? Seems that I have to keep mounting and unmounting to have them work properly. I heard that this is necessary everytime you wish to open and close the cd trays. Is this true? Is there a way to have it done automatically, like (may get me in trouble...) windows?

Thanks in advance!
 
Old 04-06-2002, 10:13 PM   #2
trusouthrnplaya
Member
 
Registered: Jun 2001
Location: (Cashville) Nashville, TN
Distribution: CentOS 4.0, Slackware 10.2,
Posts: 223

Rep: Reputation: 30
try mount /mnt/cdrom......
and to unmount u do umount /mnt/cdrom
 
Old 04-06-2002, 10:25 PM   #3
new_linux_goof
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: SuSE 7.3 pro
Posts: 22

Original Poster
Rep: Reputation: 15
doing that gets me...

mount: can't find /mnt/cdrom in /etc/fstab or /etc/mtab

I read something about this somewhere here, but I don't know how to edit or put that in there

Thanks.
 
Old 04-06-2002, 10:27 PM   #4
new_linux_goof
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: SuSE 7.3 pro
Posts: 22

Original Poster
Rep: Reputation: 15
also, i tried the mount /dev/sr0 /media/cdrom thing also with no luck
 
Old 04-06-2002, 10:51 PM   #5
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Post your /etc/fstab for us to look at.
 
Old 04-06-2002, 11:06 PM   #6
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
What's in the drives? An audio CD? A blank CD?
 
Old 04-06-2002, 11:22 PM   #7
X11
Member
 
Registered: Dec 2001
Location: Brisie, Australia
Distribution: Slackware 8.1
Posts: 324

Rep: Reputation: 30
Automatic unmounting and mounting

Quote:
Also, how do you get the functionality of not having to mount and unmount things manually? Seems that I have to keep mounting and unmounting to have them work properly. I heard that this is necessary everytime you wish to open and close the cd trays. Is this true? Is there a way to have it done automatically, like (may get me in trouble...) windows?
I'm not sure SuSe has supermount, but I know Mandrake has and I haven't had one problem with it. I don't know why it isn't standard now automatically mount and unmount CDs.
 
Old 04-06-2002, 11:46 PM   #8
new_linux_goof
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: SuSE 7.3 pro
Posts: 22

Original Poster
Rep: Reputation: 15
Guys,

Here is the /etc/fstab file:

dev/hda3, /, reiserfs, defaults 1 1
/dev/hda1, /boot, ext2, defaults 1 2
/dev/cdrecorder, /media/cdrecorder, auto, ro,noauto,user,exec 0 0
/dev/cdrom, /media/cdrom/, auto, ro,noauto,user,exec 0 0
devpts, /dev/pts, devpts, defaults 0 0
/dev/dvd, /media/dvd, auto, ro,noauto,user,exec 0 0
/dev/fd0, /media/floppy, auto, noauto, user, sync 0 0
proc, /proc, proc, defaults 0 0
usbdevfs, /proc/bus/usb, usbdevfs, defaults, noauto 0 0
/dev/hda2, swap, swap, pri=42 0 0

Thanks!
 
Old 04-06-2002, 11:50 PM   #9
new_linux_goof
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: SuSE 7.3 pro
Posts: 22

Original Poster
Rep: Reputation: 15
mcleodnine,

In my cdrom/dvd I have a DVD. In the recorder, which i can open and close with the push button for some reason now...I had both a blank cd and then one of the linux install disks.

Thanks, KP.
 
Old 04-06-2002, 11:56 PM   #10
new_linux_goof
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: SuSE 7.3 pro
Posts: 22

Original Poster
Rep: Reputation: 15
X11,

I'll look for the supermount thing...

Thanks again...
 
Old 04-07-2002, 12:05 AM   #11
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
A couple more questions,
1) What do /dev/cdrom, /dev/cdrecorder and /dev/dvd link to?
2) Do you have ide-scsi set up for your burner?
3) Does /dev/cdrecorder link to /dev/hd# or /dev/scd# ?
4) Do you have the directories /media/cdrom etc...?
 
Old 04-07-2002, 12:18 AM   #12
new_linux_goof
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: SuSE 7.3 pro
Posts: 22

Original Poster
Rep: Reputation: 15
Aussie,

1) What do /dev/cdrom, /dev/cdrecorder and /dev/dvd link to?

I tried something last night someone else told me to do, in the console using a "ln" command, but there were so many, I can't remember.

2) Do you have ide-scsi set up for your burner?

I wouldn't know if I did.

3) Does /dev/cdrecorder link to /dev/hd# or /dev/scd# ?

Again, wouldn't know.

4) Do you have the directories /media/cdrom etc...?

Yes, I have all those directories.

Thanks again...

PS What part of Australia you from? My wife is (was) a Sydney-sider at one time...
 
Old 04-07-2002, 12:25 AM   #13
screwball
LQ Newbie
 
Registered: Mar 2002
Location: NW FL
Distribution: RH9
Posts: 19

Rep: Reputation: 0
if i remember right it should be
ln /dev/cdrom /mnt/cdrecorder
(for example)
 
Old 04-07-2002, 12:30 AM   #14
new_linux_goof
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: SuSE 7.3 pro
Posts: 22

Original Poster
Rep: Reputation: 15
screwball,

that yields...

ln: '/dev/cdrom': warning: making a hard link to a symbolic link is not portable

What does that mean?
 
Old 04-07-2002, 12:50 AM   #15
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Quote:
Originally posted by new_linux_goof
Aussie,

1) What do /dev/cdrom, /dev/cdrecorder and /dev/dvd link to?

I tried something last night someone else told me to do, in the console using a "ln" command, but there were so many, I can't remember.
Do "ls -al /dev/cdrom"
Code:
bash-2.05$ ls -al /dev/cdrom
lrwxrwxrwx    1 root     root            8 Apr  6 21:11 /dev/cdrom -> /dev/hdc
bash-2.05$
Quote:
2) Do you have ide-scsi set up for your burner?

I wouldn't know if I did.
Look for append = "hd#=ide-scsi" in your lilo.conf ( or the equivalent grub file).
Quote:
3) Does /dev/cdrecorder link to /dev/hd# or /dev/scd# ?

Again, wouldn't know.
Do "ls -al /dev/cdrecorder"
Quote:
4) Do you have the directories /media/cdrom etc...?

Yes, I have all those directories.

Thanks again...

PS What part of Australia you from? My wife is (was) a Sydney-sider at one time...
I'm a Kiwi who grew up in Sydney and now lives in Brisbane.
 
  


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
The New Guy madcowjim LinuxQuestions.org Member Intro 1 01-20-2005 05:43 PM
Where's the guy who had a link to DAP for linux in his sig? Bensoft Kill MS Linux - General 0 11-17-2003 08:58 PM
To the Linux Gang and Especially that finegan guy B McHack LinuxQuestions.org Member Intro 4 06-23-2003 11:43 PM
Linux Books? Which to guy? ShadowGod Linux - General 1 01-08-2003 08:33 AM
First boot error for a poor new Linux guy... Milouzer Linux - Newbie 0 04-30-2002 03:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:01 AM.

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