Gentoo Archives: gentoo-user

From: Ricardo Bevilacqua <rus.spes@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem mounting cdrom,cdrw,usb
Date: Wed, 02 Jul 2008 16:49:34
Message-Id: 558a8f1a0807020949q19c299cfq6b24357dfe90cd1d@mail.gmail.com
In Reply to: Re: [gentoo-user] Problem mounting cdrom,cdrw,usb by Norman Hakim
1 2008/7/2 Norman Hakim <desprado_mariachi@×××××.com>:
2 >
3 >
4 > NORMAN HAKIM YAHYA
5 >
6 > Dear Mick & Richard,
7 >
8 > This is the output after i mount it manually:
9 >
10 > mount: block device /dev/cdrom is write-proctected, mounting read-only
11 >
12 > Regards,
13 > Norman
14
15 Norman,
16
17 Good, you did it, you mounted your cdrom. That message is just a
18 warning, and it is only extra information that the "mount" command
19 shows you, so you do not have to face any surprises.
20
21 That warning is only telling you (as I said before) that your cdrom is
22 a read-only media.
23
24 If you want cdrom to automatically mount when you insert a cd, just
25 add this line to your /etc/fstab:
26
27 /dev/cdrom /mnt/cdrom auto noauto,ro,user 0 0
28
29 And that should work just fine.
30
31 Regards,
32
33 Richard.
34 --
35 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problem mounting cdrom,cdrw,usb Dirk Heinrichs <dirk.heinrichs@××××××.de>
Re: [gentoo-user] Problem mounting cdrom,cdrw,usb Norman Hakim <desprado_mariachi@×××××.com>