View previous topic :: View next topic |
Author |
Message |
wkethman n00b
Joined: 05 Jul 2005 Posts: 71
|
Posted: Thu Nov 24, 2005 4:41 pm Post subject: cdrom not installed |
|
|
I have been using gentoo for a while now amd64 install and have never tried using my cdrom before other than for the installation and I can not find my cdrom anymore. I have it in my group for my user but when I look under storage media in kde I believe it used to show the cdrom now it doesnt. i need some help installing or trying to find it. thanks |
|
Back to top |
|
|
Sleipnir Guru
Joined: 20 Sep 2005 Posts: 372 Location: Germany
|
Posted: Thu Nov 24, 2005 4:47 pm Post subject: |
|
|
Try to execute
Code: |
mount -t iso9660 /dev/cdrom /mnt/cdrom
|
as root in your console. If this works umount the drive and try
as user in the console. If this fails you have to adjust your
/etc/fstab file!
Have fun! _________________ A)bort, R)etry, I)nfluence with large hammer. |
|
Back to top |
|
|
wkethman n00b
Joined: 05 Jul 2005 Posts: 71
|
Posted: Thu Nov 24, 2005 5:01 pm Post subject: |
|
|
That is my fstab and it still doesnt work
/dev/sda1 /boot ext2 defaults,noatime 1 2
/dev/sda3 / ext3 noatime 0 1
/dev/sda2 none swap sw 0 0
/dev/sda4 /home ext3 noatime 0 1
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
/etc/fstab
-bash: /etc/fstab: Permission denied |
|
Back to top |
|
|
augury l33t
Joined: 22 May 2004 Posts: 722 Location: philadelphia
|
Posted: Thu Nov 24, 2005 7:24 pm Post subject: |
|
|
you must not have executable permissions on /etc/fstab. Just run
# mount /mnt/cdrom |
|
Back to top |
|
|
Sleipnir Guru
Joined: 20 Sep 2005 Posts: 372 Location: Germany
|
Posted: Fri Nov 25, 2005 9:56 am Post subject: |
|
|
Did
Code: |
mount -t iso9660 /dev/cdrom /mnt/cdrom
|
as root worked for you? If so, change the line
Code: |
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
|
of your /etc/fstab file to
Code: |
/dev/cdrom /mnt/cdrom iso9660 noauto,user 0 0
|
Afterwards save and try
as a normal user.
Does this work? _________________ A)bort, R)etry, I)nfluence with large hammer. |
|
Back to top |
|
|
wkethman n00b
Joined: 05 Jul 2005 Posts: 71
|
Posted: Sat Nov 26, 2005 4:16 am Post subject: |
|
|
problem solved |
|
Back to top |
|
|
|