Accessing Mac Partition Files

Rick Thomas yellowdog-general@lists.terrasoftsolutions.com
Mon Jan 20 14:11:01 2003


PPC Linux can't mount HFS+ partitions.  And it has only limited support for
HFS partitions.

Do "man -k hfs" to see the details of what support there is.

Somebody (you?) needs to bring that code into the nineties.  It's open
source, after all!  We would all benefit if someone put the necessary effort
into supporting an "hfsplus" file system type.

Do I hear any volunteers?

Rick


on 1/19/03 10:28 PM, Pat Dowling at dowlingp@mac.com wrote:

> See the man page on the mount command.  There are several options that can
> be specified with the -o flag, umask, uid and gid.  With these options set
> it should fix the issue you are describing.
> 
> Here is a sample mount command that I use with Red Hat to mount fat
> partition.
> 
> mount -t vfat /dev/hda5 /shared -o umask=007,uid=500,gid=500.
> 
> Once you get the mount command working properly you can put the values in
> the fstab file to have the partition automatically mount.
> 
> On 1/19/03 2:14 PM, "Glen Foy" <apple-dev@butter.toast.net> wrote:
> 
>> Hi Joe,
>> 
>> Thanks for the reply.  I created a new directory, /mac, and got the
>> partition to mount with:
>> 
>> mount -t hfs /dev/hda9 /mac
>> 
>> But none of the sub-directories were visible, only 3 or 4 text files,
>> one entitled "Where have all of your files gone?"  Any suggestions?
>> 
>> Thanks,
>> Glen
>> 
>> 
>> On Sunday, January 19, 2003, at 05:37 AM, Joe Villari wrote:
>> 
>>> Basically you have to mount the partition. as root mount
>>> /dev/hdaWHATEVER_NUMBER_IS_OSX (mine is /dev/hda9). The you can access
>>> it. You can add a mount point to /mnt and have it mount automatically
>>> at boot, which is what I do (/mac).
>>> 
>>> Just remeber if you're using MOL you'll have to umount the parititon
>>> otherwise the drive will show up as locked.
>>> 
>>> Joe
>>> 
>>> Glen Foy wrote:
>>> 
>>>> I've just installed YDL 2.3 on a Titanium PowerBook (2002).  Mac OS X
>>>> and YDL share the internal drive.  How do I access the files on the
>>>> OS X partition from Linux?
>>>> 
>>>> Thanks a heap,
>>>> Glen
>>>> 
>>>> _______________________________________________
>>>> yellowdog-general mailing list
>>>> yellowdog-general@lists.terrasoftsolutions.com
>>>> http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
>>>> 
>>>> 
>> 
>> 
> 
> _______________________________________________
> yellowdog-general mailing list
> yellowdog-general@lists.terrasoftsolutions.com
> http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
>