You are not logged in.

#1 2004-11-15 15:59:49

Beetlenut
Member
From: Taipei Taiwan
Registered: 2004-11-04
Posts: 126

Where did my cd-rom drive go?

I went to mount my cd rom.....mount /mnt/cdrom but get the message can''t find /mnt/cdrom in /etc/fstab  or /etc/mtab

This a new installation. When I use mc there is no cdrom listed under mnt

Offline

#2 2004-11-15 16:07:15

molinero
Member
From: Copenhagen/Denmark
Registered: 2004-09-19
Posts: 110

Re: Where did my cd-rom drive go?

Check your fstab

cdrom line should point to /mnt/cdrom

/dev/cdroms/cdrom0     /mnt/dvd 

and make sure that the folder /mnt/cdrom exists - otherwise create it

mkdir /mnt/cdrom

Offline

#3 2004-11-15 16:26:53

Beetlenut
Member
From: Taipei Taiwan
Registered: 2004-11-04
Posts: 126

Re: Where did my cd-rom drive go?

I have /dev/cdroms/cdrom0      /mnt/cd    iso9660    ro,user,noauto, unhide
          /dev/cdroms/cdrom0      /mnt/dvd   udf           ro, user, noauto, unhide

I didn't have the directory /mnt/cdrom but hence created it.

Cordially,
S. Barret Dolph
Taipei Taiwan

Offline

#4 2004-11-15 18:14:28

molinero
Member
From: Copenhagen/Denmark
Registered: 2004-09-19
Posts: 110

Re: Where did my cd-rom drive go?

Do you have both a dvd drive and a cdrom drive?

Offline

#5 2004-11-15 21:11:20

kipper
Member
Registered: 2003-08-03
Posts: 49

Re: Where did my cd-rom drive go?

why not just put the following in fstab:

/dev/cdroms/cdrom0 /mnt/dvd auto ro,user,noauto,unhide 

Make sure the directory /mnt/dvd exists.
Then you can mount CDs or DVDs to the same directory by simply typing:

$mount /mnt/dvd 

The auto in the fstab line will auto-detect the filesystem type to mount by probing the device /dev/cdroms/cdrom0

Offline

#6 2004-11-16 02:49:44

Beetlenut
Member
From: Taipei Taiwan
Registered: 2004-11-04
Posts: 126

Re: Where did my cd-rom drive go?

But I only have a cdrom I don't have a dvd drive.

I tried rewriting /dev/cdroms/cdrom0   /mnt/cd iso9660  ro,user, nonauto, hide

to /dev/cdroms/cdrom0   /mnt/cd auto  ro,user, nonauto, hide


in /etc/mtab there is nothing about the cdrom

Offline

#7 2004-11-16 10:54:54

torindan2
Member
Registered: 2004-07-15
Posts: 74

Re: Where did my cd-rom drive go?

try this line in fstab :

/dev/cdroms/cdrom0     /mnt/cdrom  iso9660   ro,users,noauto,unhide 0      0

Offline

#8 2004-11-16 15:08:53

Beetlenut
Member
From: Taipei Taiwan
Registered: 2004-11-04
Posts: 126

Re: Where did my cd-rom drive go?

In fstab it had /mnt/cd not /mnt/cdrom changing this solved the problem. Still should this be listed as a bug? I used the 6.0 iso for installation.

Cordially,
S. Barret Dolph


PS. Any other excuses I can make for work now that everything is ok?

Offline

#9 2004-11-16 16:31:12

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: Where did my cd-rom drive go?

i don't think it is worth filing a bug for as it is a simple preference.

as for the /mnt/dvd line just comment it out but it is not hurting anything by being there.


AKA uknowme

I am not your friend

Offline

#10 2004-11-16 16:43:00

Beetlenut
Member
From: Taipei Taiwan
Registered: 2004-11-04
Posts: 126

Re: Where did my cd-rom drive go?

Why a preference? I had to set up a directory in mnt for my cdrom and the fstab wouldn't work as written.  Can a CD be mounted if fstab is written as /mnt/cd? In other words, I could have mounted the CD with mount /mnt/cd?

Offline

#11 2004-11-16 21:23:20

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: Where did my cd-rom drive go?

Beetlenut wrote:

Why a preference? I had to set up a directory in mnt for my cdrom and the fstab wouldn't work as written.  Can a CD be mounted if fstab is written as /mnt/cd? In other words, I could have mounted the CD with mount /mnt/cd?

preference because the symlink in mnt can be called anything. as long as your fstab and /mnt references match you could use anything you like. for example i have two optical drives and one is labelled cd the other cdr. for the latter i just changed the dvd line in the fstab to what i needed. i could have put "ham" and "cheese" if i wanted though.


AKA uknowme

I am not your friend

Offline

#12 2004-11-17 13:36:40

Beetlenut
Member
From: Taipei Taiwan
Registered: 2004-11-04
Posts: 126

Re: Where did my cd-rom drive go?

Well I never paid much attention to this before but I am happy to learn a few more things.

Offline

#13 2004-11-17 16:14:48

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: Where did my cd-rom drive go?

np. i found this out only after coming over to arch myself. at that time /mnt was populated by default with, at least, cd and fl with corresponding fstab entries. it confused me at first until i found you could put anything.


AKA uknowme

I am not your friend

Offline

Board footer

Powered by FluxBB