<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<br><div><div>On 11 Feb 2008, at 14:22, Bob Goodwin wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><span class="Apple-converted-space">   </span>I have a hard drive removed from my daughters Power Mac G4 plugged</font></p> <p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><span class="Apple-converted-space">   </span>into an F-8 computer.<span class="Apple-converted-space">  </span>fdisk sees it as /dev/sdb but that's about as</font></p> <p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><span class="Apple-converted-space">   </span>far is it goes, nothing relative to file type, etc.</font></p> <p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p> <p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><span class="Apple-converted-space">   </span>Is it possible to get a directory listing or extract any data from</font></p> <p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><span class="Apple-converted-space">   </span>it in the Fedora computer.<span class="Apple-converted-space">  </span>I suspect not, but thought I would ask?</font></p> </blockquote></div><br><div>There is kernel support for the HFSPlus file system, so there should be no problem with reading the disk. You may have to specify the file type from a terminal window, e.g.</div><div><br class="webkit-block-placeholder"></div><div>$ mount -t hfsplus /dev/<whatever> /mnt</div><div><br class="webkit-block-placeholder"></div><div>There may be a slight difference from earlier versions of Fedora, my F8 box now sees my Apple external drive as owned by nobody, group nobody, which was not the case before. Whatever, it is still possible to read it without too much bother, though you would be well advised to follow Craig's suggestion to be sure about which partition to mount.</div><div><br class="webkit-block-placeholder"></div><div>Amend your fstab file accordingly if you are going to be making a habit of mounting this disk.</div><div><br class="webkit-block-placeholder"></div><div>Best wishes,</div><div><br class="webkit-block-placeholder"></div><div>Ian</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div></body></html>