On Mon, Mar 12, 2001 at 04:45:52PM -0400, Peter Cordes wrote:
> On Mon, Mar 12, 2001 at 12:06:00PM +0000, Simon Richardson wrote:
> > If it is possible, how do I refer to a mac partition? I've tried
> > things like:
> > /dev/sdb5/debian/
> 
>  You should do something like
> 
>  mkdir /macos
>  mount /dev/sdb5 /macos

mount -t hfs /dev/sdb5 /macos  actually.

>  (you can add a line to /etc/fstab to have it mounted by default at boot
> time.)
> I've got:
> /dev/sdb6       /exch           hfs     defaults                        0  0

/dev/sdb6       /exch           hfs     defaults,noexec                 0  0

is less ugly.  nothing on a macos partition will really be executable
on linux anyway.  you might also want umask= and gid= or uid= if you
want users to have different permissions.  

-- 
Ethan Benson
http://www.alaska.net/~erbenson/

Attachment: pgpOJErBuQARu.pgp
Description: PGP signature

Reply via email to