From: isw on
In article
<fbaa2cb4-a640-4bcb-be9a-b01c86aea15a(a)y32g2000prc.googlegroups.com>,
SpreadTooThin <bjobrien62(a)gmail.com> wrote:

> I connected an external hard drive by firewire to my mini, later i
> right clicked on it and ejected it.
> How can I 're-mount' it without removing the firewire cable and
> reconnecting it?
> Is there a command line or gui to do this?

Use Disk Utility to find out the disk identifier (select the mounted
volume -- *not* the disk it resides on -- and click the "Info" button)
and then do something like this:

/usr/sbin/diskutil mount /dev/disk1s5

(Substitute the name of your disk for "disk1s5")

You can stick it into an AppleScript and have a clickable executable,
too:

try
do shell script "/usr/sbin/diskutil mount /dev/disk1s5"
end try

--

Isaac
From: Kir�ly on
In article
<fbaa2cb4-a640-4bcb-be9a-b01c86aea15a(a)y32g2000prc.googlegroups.com>,
SpreadTooThin <bjobrien62(a)gmail.com> wrote:

> I connected an external hard drive by firewire to my mini, later i
> right clicked on it and ejected it.
> How can I 're-mount' it without removing the firewire cable and
> reconnecting it?
> Is there a command line or gui to do this?

Disk Utility -> select the volume, click "mount".

--
K.

Lang may your lum reek.
From: John Varela on
On Tue, 10 Aug 2010 17:28:27 UTC, "Thomas R. Kettler"
<tkettler(a)blownfuse.net> wrote:

> In article
> <replytome-929319.12213710082010(a)reserved-multicast-range-not-delegated.
> example.com>,
> Suze <replytome(a)thenewsgroup.com> wrote:
>
> > In article
> > <fbaa2cb4-a640-4bcb-be9a-b01c86aea15a(a)y32g2000prc.googlegroups.com>,
> > SpreadTooThin <bjobrien62(a)gmail.com> wrote:
> >
> > > I connected an external hard drive by firewire to my mini, later i
> > > right clicked on it and ejected it.
> > > How can I 're-mount' it without removing the firewire cable and
> > > reconnecting it?
> > > Is there a command line or gui to do this?
> >
> > Turn on-off switch to off. Then turn it back on. It should mount.
>
> Some external hard drives do not have on-off switches.

I have one like that. I reach behind it and pull the power plug,
then plug it back in. That's only marginally more difficult than
flipping a switch off and on.

--
John Varela
From: Jolly Roger on
In article <51W5y0sPNk52-pn2-ZF2iHsd44oer(a)localhost>,
"John Varela" <newlamps(a)verizon.net> wrote:

> On Tue, 10 Aug 2010 17:28:27 UTC, "Thomas R. Kettler"
> <tkettler(a)blownfuse.net> wrote:
>
> > In article
> > <replytome-929319.12213710082010(a)reserved-multicast-range-not-delegated.
> > example.com>,
> > Suze <replytome(a)thenewsgroup.com> wrote:
> >
> > > In article
> > > <fbaa2cb4-a640-4bcb-be9a-b01c86aea15a(a)y32g2000prc.googlegroups.com>,
> > > SpreadTooThin <bjobrien62(a)gmail.com> wrote:
> > >
> > > > I connected an external hard drive by firewire to my mini, later i
> > > > right clicked on it and ejected it.
> > > > How can I 're-mount' it without removing the firewire cable and
> > > > reconnecting it?
> > > > Is there a command line or gui to do this?
> > >
> > > Turn on-off switch to off. Then turn it back on. It should mount.
> >
> > Some external hard drives do not have on-off switches.
>
> I have one like that. I reach behind it and pull the power plug,
> then plug it back in. That's only marginally more difficult than
> flipping a switch off and on.

Yikes. I hope you do that *after* unmounting it...

--
Send responses to the relevant news group rather than email to me.
E-mail sent to this address may be devoured by my very hungry SPAM
filter. Due to Google's refusal to prevent spammers from posting
messages through their servers, I often ignore posts from Google
Groups. Use a real news client if you want me to see your posts.

JR
From: John Varela on
On Thu, 12 Aug 2010 13:06:19 UTC, Jolly Roger <jollyroger(a)pobox.com>
wrote:

> In article <51W5y0sPNk52-pn2-ZF2iHsd44oer(a)localhost>,
> "John Varela" <newlamps(a)verizon.net> wrote:
>
> > On Tue, 10 Aug 2010 17:28:27 UTC, "Thomas R. Kettler"
> > <tkettler(a)blownfuse.net> wrote:
> >
> > > In article
> > > <replytome-929319.12213710082010(a)reserved-multicast-range-not-delegated.
> > > example.com>,
> > > Suze <replytome(a)thenewsgroup.com> wrote:
> > >
> > > > In article
> > > > <fbaa2cb4-a640-4bcb-be9a-b01c86aea15a(a)y32g2000prc.googlegroups.com>,
> > > > SpreadTooThin <bjobrien62(a)gmail.com> wrote:
> > > >
> > > > > I connected an external hard drive by firewire to my mini, later i
> > > > > right clicked on it and ejected it.
> > > > > How can I 're-mount' it without removing the firewire cable and
> > > > > reconnecting it?
> > > > > Is there a command line or gui to do this?
> > > >
> > > > Turn on-off switch to off. Then turn it back on. It should mount.
> > >
> > > Some external hard drives do not have on-off switches.
> >
> > I have one like that. I reach behind it and pull the power plug,
> > then plug it back in. That's only marginally more difficult than
> > flipping a switch off and on.
>
> Yikes. I hope you do that *after* unmounting it...


Well, yes. The OP's problem was how to re-mount a drive that has
been unmounted (see Subject line).

--
John Varela