Welcome, Guest. Please login or register.

Author Topic: e-uae and real hard drives  (Read 5091 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Mark

  • Jr. Member
  • **
  • Join Date: Apr 2002
  • Posts: 94
    • Show all replies
Re: e-uae and real hard drives
« on: October 27, 2010, 08:55:36 PM »
I had to recheck the dates in this thread.  Why use 0.8.28?  E-UAE 0.8.29-WIP has been available since 2006.

In any event, I haven't done it myself but it should be as easy as adding a line or two to your .uaerc file and changing permissions for the device in /dev.  For example:
Code: [Select]

hardfile2=rw,:/dev/hdb,0,0,0,512,0,
hardfile=rw,0,0,0,512,/dev/hdb



And then, assuming /dev is dynamically populated by udev, for your /etc/udev/rules.d/*permissions.rules file:
Code: [Select]

# You are in the "mark" group, right?  :-)
KERNEL=="hdb",            MODE="0660",    GROUP="mark"



If you've already tried that sort of thing without success, then I'd suggest upgrading to 0.8.29-WIP4 and trying again.
 

Offline Mark

  • Jr. Member
  • **
  • Join Date: Apr 2002
  • Posts: 94
    • Show all replies
Re: e-uae and real hard drives
« Reply #1 on: April 18, 2011, 08:55:54 PM »
Sorry, I don't use OSX but does E-UAE have adequate permission to read and write  /dev/rdisk1?