Re: USB mice and reading MacOS partitions


Subject: Re: USB mice and reading MacOS partitions
From: Paul J. Lucas (pjl@barefooters.org)
Date: Thu Mar 16 2000 - 11:19:59 MST


On Thu, 16 Mar 2000, Jo Mitchell wrote:

> Second, is it possible to read files in the MacOS partition, and if so,
> how do you do it?

        If you want to mount the HFS partition infrequently, then, as
        root from the command line:

                mount -t hfs /dev/hdaN /mnt/mac

        where N is the number of the MacOS partition you want to mount.
        The directory /mnt/mac (the mount point) MUST already exist.
        You can mount it anywhere you line: /mnt/mac is just an example.

        If you want to mount the HFS partition automatically on every
        boot, then add the following line to /etc/fstab:

                /dev/hdaN /mnt/mac hfs user,exec 0 0

        again substituting N. Details: man 8 mount

        - Paul



This archive was generated by hypermail 2a24 : Sun Apr 02 2000 - 21:09:31 MDT