All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ethan Benson <erbenson@alaska.net>
To: Benjamin Herrenschmidt <bh40@calva.net>
Cc: linuxppc-dev@lists.linuxppc.org
Subject: Re: MacOS X and yaboot wars.
Date: Fri, 22 Sep 2000 17:54:44 -0800	[thread overview]
Message-ID: <20000922175444.P30638@plato.local.lan> (raw)
In-Reply-To: <19340817093546.32417@mailhost.mipsys.com>; from bh40@calva.net on Fri, Sep 22, 2000 at 06:04:02PM +0200

[-- Attachment #1: Type: text/plain, Size: 1839 bytes --]

On Fri, Sep 22, 2000 at 06:04:02PM +0200, Benjamin Herrenschmidt wrote:
> 
> Their installer does something weird, indeed. It tends to randomly make
> another partition of the target disk "vanish". The partition (typically,
> the HFS "exchange" partition people keep around) does not appear any more
> in the MacOS 9 Finder nor in the file selection dialogs. It still mounts
> in Linux and MacOS X.

another thing i thought of, does OSX still use a bootstrap partition
of its own? (it must if you choose UFS instead of HFS+) perhaps its
reordering the partition table to make its partition first instead of
ours?  this can be changed back in mac-fisk/pdisk with the `r'
command.  then again it could just be doing the same inspect and
debless crap macos is notorious for, a rerun of ybin will fix that.
(if the BSD layer remains sufficiently intact in OSX final i may see
about getting ybin working from the OSX side, but that depends on
whether i can get access to OSX or not)

> Apparently, the problem seem to be related to the installer setting the
> "invisible" bit of the toplevel (root) directory entry of the HFS volume.
> The partition is actually mounted, but invisible. I "fixed" mine using
> Norton Disk Editor (Norton Utilities), but there might be other ways.

hmount /dev/foo
hattrib -i :
humount /dev/foo

will fix that from the linux side.  though linux ignores that bit.

that is odd and disconcerting that its tampering with other partitions
like that, i hope its a bug that will be removed in the next beta
rather then intentional.  

as for the invisible bit on the root, macos still mounts the disk, but
since the root directory is invisable it does not show it anywhere.  i
used to do this to people's floppies as a joke ;-)

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

[-- Attachment #2: Type: application/pgp-signature, Size: 0 bytes --]

  reply	other threads:[~2000-09-23  1:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20000921214002.N30638@plato.local.lan>
2000-09-22 16:04 ` MacOS X and yaboot wars Benjamin Herrenschmidt
2000-09-23  1:54   ` Ethan Benson [this message]
     [not found]     ` <39CFE49F.DB1E05EE@noos.fr>
2000-09-25 22:54       ` Ethan Benson
2000-09-26  8:10         ` Michael Schmitz
2000-09-26  8:48           ` Ethan Benson
2000-09-26 12:12             ` Benjamin Herrenschmidt
     [not found] <v04220800b5f21601b44d@[10.0.0.42]>
2000-09-23 10:16 ` Benjamin Herrenschmidt
2000-09-23 20:23   ` Timothy A. Seufert
2000-09-23 20:41 Benjamin Herrenschmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000922175444.P30638@plato.local.lan \
    --to=erbenson@alaska.net \
    --cc=bh40@calva.net \
    --cc=linuxppc-dev@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.