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 - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 04-25-2006, 08:12 PM   #16
DeltaFeegamma
Member
 
Registered: Feb 2006
Posts: 57

Rep: Reputation: 15

okay if I take
Quote:
/dev/hdx /media/cdrom-hdd auto exec,defaults 0 1
out then I don't have a hidd problem, so I guess I am not giving permissions. so can you give it to me step by step on how to give permissions. I am sorry but I am new to linux thanks.
 
Old 04-26-2006, 11:56 AM   #17
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Original Poster
Rep: Reputation: 30
To give correct permissions all you need to do is run the following command as root:
Code:
# chmod 644 /dev/hdx
By the way, when you put that line in fstab or reference hdx, you're not actually typing 'hdx', are you? You need to find out the exact name of it. For example, I have two disc drives: one is /dev/hdd and the other is /dev/hdc.

You really shouldn't be getting permission errors when you're root (unless you've taken them away from yourself).
 
Old 04-26-2006, 08:53 PM   #18
DeltaFeegamma
Member
 
Registered: Feb 2006
Posts: 57

Rep: Reputation: 15
where do I put
echo 0 > /proc/sys/kernel/exec-shield
 
Old 04-26-2006, 10:02 PM   #19
DeltaFeegamma
Member
 
Registered: Feb 2006
Posts: 57

Rep: Reputation: 15
Where do I put
[Qoute]echo 0 > /proc/sys/kernel/exec-shield[/Qoute]
and I have a dvd-rw drive, so what do I name it in the
Quote:
/dev/hdc /media/cdrom-hdd auto exec,defaults 0
for the cdrom-hdd?

Last edited by DeltaFeegamma; 04-26-2006 at 10:04 PM.
 
Old 04-27-2006, 12:08 AM   #20
DeltaFeegamma
Member
 
Registered: Feb 2006
Posts: 57

Rep: Reputation: 15
Okay When I try to mount on my root account in Cedega I get
Quote:
mount: mount point /media/cdrom-hdd does not exis
I think I have to name my cdrom-hdd something different, I have a DvD-rw so what would it be called?
 
Old 04-27-2006, 09:22 AM   #21
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Original Poster
Rep: Reputation: 30
The echo 0 ... is a command you need to run as root; it does not "go" anywhere.

The mount point needs to be created. Run the command mkdir /path/to/newdirectory to create a directory on which the disc drive will be mounted; it doesn't matter what it's called, CD or DVD drive.
 
Old 04-28-2006, 02:42 PM   #22
DeltaFeegamma
Member
 
Registered: Feb 2006
Posts: 57

Rep: Reputation: 15
okay I found a way to mount the drive, however, I am not sure how I can install the game now. I go to install, and then I am not sure which file do I select?
 
Old 04-28-2006, 02:47 PM   #23
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Original Poster
Rep: Reputation: 30
There's no rule dictating which file is the correct one, but usually it's something along the lines of "setup.exe". At this point, for me at least, some games will install, some will install then crash, and some won't even lauch the installer.
 
Old 04-28-2006, 03:57 PM   #24
Imploded Pariah
LQ Newbie
 
Registered: Feb 2005
Distribution: Fedora Core 3
Posts: 5

Rep: Reputation: 0
Hi guys,

I just installed Fedora Core 5, everything seems to be working, accept the drive protection test in Cedega... I checked permissions, and added the line to /etc/fstab to mount my DVD drive to /media/DVD/, and I can also open the DVD using the mountpoint.

The permissions on the device are also set to 644 (I even tried 655), but still it doesn't work...

Weird thing is that when I reboot the permissions seem to jump back to iriginal values???

Would like to hear from you,

Rens
 
Old 04-28-2006, 05:22 PM   #25
DeltaFeegamma
Member
 
Registered: Feb 2006
Posts: 57

Rep: Reputation: 15
okay, I mounted it, through fC5, and then I went to the dir, and selected the installer and then it took awhile then it showed, it in the icon list, however, I can't play, but I am still not passing on the graphics drives perhaps thats it.
 
Old 04-29-2006, 03:48 AM   #26
Imploded Pariah
LQ Newbie
 
Registered: Feb 2005
Distribution: Fedora Core 3
Posts: 5

Rep: Reputation: 0
Ok, after trying all solutions in this thread it still ain't working, and I see what DeltaFegamma's problem is...

If you add the line (/dev/hdx /media/x auto exec,defaults 0) to the /etc/fstab the automount options of Fedora stop functioning because the logged in user does not have rights depending on the /etc/fstab file. I changed the line to /dev/hdx /media/x auto users,rw,auto 0 0, but that also doesn't work. The error will come every time I insert a CD into /dev/hdx.

So, there seems to be an authorization problem, but where??? Anyone any ideas???
 
Old 04-29-2006, 10:43 AM   #27
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
An easy way is to change login to root.

Open a file browser, like kde has, right click the cdrom in /mnt and

change the permissions so that "user" has access.
 
Old 04-29-2006, 11:41 AM   #28
Imploded Pariah
LQ Newbie
 
Registered: Feb 2005
Distribution: Fedora Core 3
Posts: 5

Rep: Reputation: 0
Because of the dynamic way FC5 mounts CD's and DVD's the permissions should be set on device level I think...

And, like you can see below it is not a permission problem on this level??!!

dr-xr-xr-x 1 rens root 2048 apr 26 21:46 COD2DVD
 
  


Reply

Tags
cedega, fc5



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
Boot failure after upgrading FC5 TR3 to FC5 Official Release fsb1284 Fedora 3 03-25-2006 09:12 AM
FC5-test3 --> FC5-release - Anyone tried it? GL1800 Fedora 5 03-22-2006 04:16 PM
FC5 development release and FC5 official release- where is the DVD iso? smiley_lauf Fedora 11 03-13-2006 01:38 PM
Cedega stops working | Debian 3.1, Cedega 4.4.3 Grimmi- Linux - Games 0 12-10-2005 10:40 AM
Cedega Crashes / Best Distro for Cedega jawaking00 Linux - Games 1 11-11-2005 09:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:40 PM.

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