Gentoo Archives: gentoo-user

From: Cristian Gary <cristiangary@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem mounting cdrom,cdrw,usb
Date: Sun, 29 Jun 2008 04:06:35
Message-Id: 95ef8cd0806282106x4935dd1bt43dfb917938acf32@mail.gmail.com
In Reply to: Re: [gentoo-user] Problem mounting cdrom,cdrw,usb by Ricardo Bevilacqua
1 are you in the group plugdev ??
2
3
4
5 On 6/29/08, Ricardo Bevilacqua <rus.spes@×××××.com> wrote:
6 >
7 > 2008/6/28 Norman Hakim <desprado_mariachi@×××××.com>:
8 >
9 > > Eduardo,
10 > >
11 > > I have checked the content of fstab and this is the result:
12 > >
13 > > /dev/hda1 /boot ext2 defaults 1 2
14 > > /dev/hda2 none swap s w 0 0
15 > > /dev/hda3 / ext3 noatime 0 1
16 > > none /proc proc defaults 0 0
17 > > none /dev/shm tmpfs defaults 0 0
18 > >
19 > > Honestly, at first when i installed gentoo,i just installed it by using
20 > the handbook and i thought it will be no problem. Actually this is my first
21 > time using Linux and i never have any experience using it before.
22 > >
23 > > Regards,
24 > > Norman
25 >
26 >
27 > Norman,
28 >
29 > I am glad to know that you have chosen Gentoo as your first contact
30 > with GNU/Linux. First of all, congratulations! having a working Gentoo
31 > system without any previous Linux knowledge is a terrific start!
32 >
33 > I assumed that you knew what fstab is and how to modify that file
34 > because it is explained in the Gentoo Handbook, which is the reference
35 > to install this distribution.
36 >
37 > As explained in the Gentoo Handbook chapter 8 [1], you manually
38 > created a text file under "/etc" called "fstab". This simple text file
39 > contains all the necessary information to, let's say "auto-mount" your
40 > different devices.
41 >
42 > This is my fstab, I post it here as an example:
43 >
44 >
45 > -------------------------------------------------------------------------------------------------------------------
46 > /dev/hdc1 /boot
47 > ext2 defaults,noatime 1 2
48 > /dev/hdc3 /
49 > reiserfs noatime 0 1
50 > /dev/hdc2
51 > none swap sw 0
52 > 0
53 > /dev/cdrom /mnt/cdrom auto noauto,ro,user 0
54 > 0
55 > /dev/floppy/fd0 /mnt/floppy
56 > auto noauto,rw,user 0 0
57 > /dev/hda1
58 > /mnt/RIC vfat defaults,noatime,user
59 > 0 0
60 > /dev/hdb2 /mnt/ZERO
61 > vfat defaults,noatime,user 0 0
62 > /dev/sda1
63 > /mnt/USB auto noauto,rw,user
64 >
65 > # NOTE: The next line is critical for boot!
66 > proc /proc
67 > proc defaults 0 0
68 >
69 > # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
70 > # POSIX shared memory (shm_open, shm_unlink).
71 > # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
72 > # use almost no memory if not populated with files)
73 > shm
74 > /dev/shm tmpfs nodev,nosuid,noexec 0
75 > 0
76 >
77 > -------------------------------------------------------------------------------------------------------------------
78 >
79 > Usually, adding this
80 >
81 > "/dev/cdrom
82 > /mnt/cdrom auto noauto,ro,user 0 0"
83 >
84 > should be enough to have your cd-rom/cd-rw/dvd working =).
85 >
86 > If that does not work, then let us know and see if we can figure out
87 > something else. If it does work, then great! go on enjoying Gentoo
88 > Linux.
89 >
90 > You learn a lot using Gentoo. Is the only distribution that gave m the
91 > chance to learn a lot about Linux. It is very stable and flexible, you
92 > always have control over your own system, that is very important.
93 >
94 > Regards,
95 >
96 > Ricardo.
97 > (Richard)
98 >
99 >
100 > [1] http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=8
101 >
102 > --
103 > gentoo-user@l.g.o mailing list
104 >
105 >
106
107
108 --
109 Cristian Gonzalo Gary Bufadel

Replies

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