Hi. I am dual booting panther and FC4 test 2, but am unable to access any files under the panther install. I have tried the mount command, I have also tried using hfsutils. Below is the output: -- [paulc]# hfs hfsutils version 3.2.6 - Copyright (C) 1996-1998 Robert Leslie This is free software but comes with ABSOLUTELY NO WARRANTY. Type `license' for details.
hfs> hmount /dev/hda10 Volume name is "osx" (locked) Volume was created on Sun 03 Apr 2005 05:50:28 PM BST Volume was last modified on Sun 03 Apr 2005 05:50:28 PM BST Volume has 0 bytes free hfs> dir fi BTFL/DMGR 0 327680 03 Apr 2005 50:28 Desktop DB fi DTFL/DMGR 0 0 03 Apr 2005 50:28 Desktop DF fi FNDR/MACS 0 0 03 Apr 2005 50:28 Finder f ttro/ttxt 0 1781 03 Apr 2005 50:28 ReadMe fi zsys/MACS 22233 0 03 Apr 2005 50:28 System hfs> hcd Desktop\ DB Error: not a directory hfs> -- Any advice would be appreciate.
Thanks.
Paul C
Thanks Christian and Paul, the mount command and the fstab entry worked.
Paul C
Christian Walther wrote:
P Cieslar wrote:
I am dual booting panther and FC4 test 2, but am unable to access any files under the panther install. I have tried the mount command, I have also tried using hfsutils.
Your Mac OS X partition is HFS+, not HFS. What you're seeing with hfsutils is just the HFS wrapper that's there for backwards compatibility - that's what the ReadMe file there explains.
You can either access the partition with hfsplusutils (hpmount, hpcd, hpls etc.) or mount it as HFS+. I have the following in my /etc/fstab:
/dev/hda11 /mnt/macos hfsplus ro 0 0
-Christian
Fedora-ppc mailing list Fedora-ppc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/fedora-ppc
On Thu, 2005-04-28 at 12:31 +0100, P Cieslar wrote:
Hi. I am dual booting panther and FC4 test 2, but am unable to access any files under the panther install. I have tried the mount command, I have also tried using hfsutils. Below is the output:
mkdir /mnt/osx mount -t hfsplus /dev/hda10 /mnt/osx
Paul
P Cieslar wrote:
I am dual booting panther and FC4 test 2, but am unable to access any files under the panther install. I have tried the mount command, I have also tried using hfsutils.
Your Mac OS X partition is HFS+, not HFS. What you're seeing with hfsutils is just the HFS wrapper that's there for backwards compatibility - that's what the ReadMe file there explains.
You can either access the partition with hfsplusutils (hpmount, hpcd, hpls etc.) or mount it as HFS+. I have the following in my /etc/fstab:
/dev/hda11 /mnt/macos hfsplus ro 0 0
-Christian