public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] mount mac disks?
@ 2005-10-16  0:04 Mark Knecht
  2005-10-16  0:42 ` [gentoo-user] " Mark Knecht
  2005-10-22  1:52 ` [gentoo-user] " Mark Shields
  0 siblings, 2 replies; 6+ messages in thread
From: Mark Knecht @ 2005-10-16  0:04 UTC (permalink / raw
  To: gentoo-user

Good afternoon,
   Not a topic I see come up a lot. I finally bought my first Mac - a
Mac Mini - and I'm fiddling around with external 1394 drives. If I use
MSDOS as  a file system for the drive then I have no trouble mounting
the drive on any of my systems, but it made me wonder if I can format
the drive using an Apple native partition type and mount that under
Gentoo?

   Is it possible?

   I had been assuming that since OS X is based on BSD Linux that it
would be happy mounting ext3 drives but it doesn't mount them at all,
at least using their default tools that recognized a 1394 drive when
it's plugged in.

   Thanks in advance for info in this area. I've never used a Mac and
bought this one on a whim after selling my x86 laptop. Not sure if I'm
going to continue running OS X on it or whether I might try Gentoo.

Cheers,
Mark

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: mount mac disks?
  2005-10-16  0:04 [gentoo-user] mount mac disks? Mark Knecht
@ 2005-10-16  0:42 ` Mark Knecht
  2005-10-16  1:47   ` Michael Crute
  2005-10-22  1:52 ` [gentoo-user] " Mark Shields
  1 sibling, 1 reply; 6+ messages in thread
From: Mark Knecht @ 2005-10-16  0:42 UTC (permalink / raw
  To: gentoo-user

I found HFS & HFSPLUS file system support in the kernel so I'm
building that now.

There are also hfsutils and hfsplusutils but the later seems to be
masked in a way that I don't know how to get around:

lightning linux # emerge -pv hfsutils hfsplusutils

These are the packages that I would merge, in order:

Calculating dependencies -
!!! All ebuilds that could satisfy "hfsplusutils" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-fs/hfsplusutils-1.0.4 (masked by: missing keyword)
- sys-fs/hfsplusutils-1.0.4-r1 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.

lightning linux # emerge -pv hfsutils

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] sys-fs/hfsutils-3.2.6-r4  +tcltk 202 kB

Total size of downloads: 202 kB
lightning linux #

Thanks,
Mark

On 10/15/05, Mark Knecht <markknecht@gmail.com> wrote:
> Good afternoon,
>    Not a topic I see come up a lot. I finally bought my first Mac - a
> Mac Mini - and I'm fiddling around with external 1394 drives. If I use
> MSDOS as  a file system for the drive then I have no trouble mounting
> the drive on any of my systems, but it made me wonder if I can format
> the drive using an Apple native partition type and mount that under
> Gentoo?
>
>    Is it possible?
>
>    I had been assuming that since OS X is based on BSD Linux that it
> would be happy mounting ext3 drives but it doesn't mount them at all,
> at least using their default tools that recognized a 1394 drive when
> it's plugged in.
>
>    Thanks in advance for info in this area. I've never used a Mac and
> bought this one on a whim after selling my x86 laptop. Not sure if I'm
> going to continue running OS X on it or whether I might try Gentoo.
>
> Cheers,
> Mark
>
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: mount mac disks?
  2005-10-16  0:42 ` [gentoo-user] " Mark Knecht
@ 2005-10-16  1:47   ` Michael Crute
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Crute @ 2005-10-16  1:47 UTC (permalink / raw
  To: gentoo-user

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

On 10/15/05, Mark Knecht <markknecht@gmail.com> wrote:
>
> I found HFS & HFSPLUS file system support in the kernel so I'm
> building that now.


Actually OS X disks are formated HFS+ so no need to build HFS support.

There are also hfsutils and hfsplusutils but the later seems to be
> masked in a way that I don't know how to get around:


Hack the ebuild :-) (and submit the patch).

lightning linux # emerge -pv hfsutils hfsplusutils
>
> These are the packages that I would merge, in order:
>
> Calculating dependencies -
> !!! All ebuilds that could satisfy "hfsplusutils" have been masked.
> !!! One of the following masked packages is required to complete your
> request:
> - sys-fs/hfsplusutils-1.0.4 (masked by: missing keyword)
> - sys-fs/hfsplusutils-1.0.4-r1 (masked by: missing keyword)
>
> For more information, see MASKED PACKAGES section in the emerge man page
> or
> section 2.2 "Software Availability" in the Gentoo Handbook.
>
>
>


--
________________________________
Michael E. Crute
Software Developer
SoftGroup Development Corporation

Linux, because reboots are for installing hardware.
"In a world without walls and fences, who needs windows and gates?"

[-- Attachment #2: Type: text/html, Size: 1881 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] mount mac disks?
  2005-10-16  0:04 [gentoo-user] mount mac disks? Mark Knecht
  2005-10-16  0:42 ` [gentoo-user] " Mark Knecht
@ 2005-10-22  1:52 ` Mark Shields
  2005-10-22  2:25   ` Mark Knecht
  1 sibling, 1 reply; 6+ messages in thread
From: Mark Shields @ 2005-10-22  1:52 UTC (permalink / raw
  To: gentoo-user

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

I imagine millions of fanboys of Mac OSX must be crying out to hear you call
it "BSD Linux". It's based on BSD. http://en.wikipedia.org/wiki/OSX

On 10/15/05, Mark Knecht <markknecht@gmail.com> wrote:
>
> Good afternoon,
> Not a topic I see come up a lot. I finally bought my first Mac - a
> Mac Mini - and I'm fiddling around with external 1394 drives. If I use
> MSDOS as a file system for the drive then I have no trouble mounting
> the drive on any of my systems, but it made me wonder if I can format
> the drive using an Apple native partition type and mount that under
> Gentoo?
>
> Is it possible?
>
> I had been assuming that since OS X is based on BSD Linux that it
> would be happy mounting ext3 drives but it doesn't mount them at all,
> at least using their default tools that recognized a 1394 drive when
> it's plugged in.
>
> Thanks in advance for info in this area. I've never used a Mac and
> bought this one on a whim after selling my x86 laptop. Not sure if I'm
> going to continue running OS X on it or whether I might try Gentoo.
>
> Cheers,
> Mark
>
> --
> gentoo-user@gentoo.org mailing list
>
>


--
- Mark Shields

[-- Attachment #2: Type: text/html, Size: 1655 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] mount mac disks?
  2005-10-22  1:52 ` [gentoo-user] " Mark Shields
@ 2005-10-22  2:25   ` Mark Knecht
  2005-10-22  4:23     ` Mark Shields
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Knecht @ 2005-10-22  2:25 UTC (permalink / raw
  To: gentoo-user

On 10/21/05, Mark Shields <laebshade@gmail.com> wrote:
> I imagine millions of fanboys of Mac OSX must be crying out to hear you call
> it "BSD Linux".  It's based on BSD.
> http://en.wikipedia.org/wiki/OSX
>
>
<hehe!!> ;-)

OK, I broke into a sweat, dropped a couple of pounds, grabbed some rosary beads.

Promise never to do that again.

Sorry to the gods and dieties that rule this stuff. Really. Please be
kind with the lightning bolts! ;-)

- Mark

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] mount mac disks?
  2005-10-22  2:25   ` Mark Knecht
@ 2005-10-22  4:23     ` Mark Shields
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Shields @ 2005-10-22  4:23 UTC (permalink / raw
  To: gentoo-user

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

Heh. I'm not really concerned that you called it BSD Linux, although
technically it is wrong, since those are 2 different things.

On 10/21/05, Mark Knecht <markknecht@gmail.com> wrote:
>
> On 10/21/05, Mark Shields <laebshade@gmail.com> wrote:
> > I imagine millions of fanboys of Mac OSX must be crying out to hear you
> call
> > it "BSD Linux". It's based on BSD.
> > http://en.wikipedia.org/wiki/OSX
> >
> >
> <hehe!!> ;-)
>
> OK, I broke into a sweat, dropped a couple of pounds, grabbed some rosary
> beads.
>
> Promise never to do that again.
>
> Sorry to the gods and dieties that rule this stuff. Really. Please be
> kind with the lightning bolts! ;-)
>
> - Mark
>
> --
> gentoo-user@gentoo.org mailing list
>
>


--
- Mark Shields

[-- Attachment #2: Type: text/html, Size: 1252 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-10-22  4:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-16  0:04 [gentoo-user] mount mac disks? Mark Knecht
2005-10-16  0:42 ` [gentoo-user] " Mark Knecht
2005-10-16  1:47   ` Michael Crute
2005-10-22  1:52 ` [gentoo-user] " Mark Shields
2005-10-22  2:25   ` Mark Knecht
2005-10-22  4:23     ` Mark Shields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox