Announcement

Collapse
No announcement yet.

read a IMac cd

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    read a IMac cd

    OK, make IMAC which is 7 years old died. I need to read the install disk to get the rom image so I can install it in a emulator on Kubuntu.

    Anyone know how to mount a cd which is HFS filesystem and read it.
    I will need the complete instruction on how.

    thanks all

    #2
    Re: read a IMac cd

    I don't know if I can help you, never had anything to do with Apple-CD's. But Linux is usualy able to handle the HFS-Filesystem. To Read it and Write in it.

    Simply mount it with the "mount" Command (mount /dev/hdc [or else] /mnt/"dirname")

    Comment


      #3
      Re: read a IMac cd

      Originally posted by Amun-Ra
      I don't know if I can help you, never had anything to do with Apple-CD's. But Linux is usualy able to handle the HFS-Filesystem. To Read it and Write in it.

      Simply mount it with the "mount" Command (mount /dev/hdc [or else] /mnt/"dirname")
      Actually found it, it was sudo hmount /dev/hdc hdc for my second cdrw drive.

      Comment

      Working...
      X