In article , Richard wrote: >Hi, > >I have a real HFS partition (/dev/hda8) on my linux box which I use for >the BasilliskII macintosh emulator. I want to be able to read this >partition from within Kegs. What do I need to put in my kegs_conf file in >order to do this? s7d1 = ????????? > >Thanks, >Richard Did you try: s7d1 = /dev/hda8 Does that work? If not, try to capture the output of the first few K of /dev/hda8 and email it to me and I may be able to give you an alternative: od -x /dev/hda8 | head -200 > mail.to.send.me If that command files with a permission problem, then you should turn on "other" read permission on /dev/hda8 and then try KEGS again. Kent Dickey kadickey@alumni.princeton.edu