Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.mac.system > #22796 > unrolled thread

mount device?

Started bySpreadTooThin <bjobrien62@gmail.com>
First post2012-03-24 14:03 -0700
Last post2012-03-25 11:43 -0700
Articles 5 — 2 participants

Back to article view | Back to comp.sys.mac.system


Contents

  mount device? SpreadTooThin <bjobrien62@gmail.com> - 2012-03-24 14:03 -0700
    Re: mount device? SpreadTooThin <bjobrien62@gmail.com> - 2012-03-25 10:38 -0700
      Re: mount device? "Geoffrey S. Mendelson" <gsm@mendelson.com> - 2012-03-25 17:59 +0000
        Re: mount device? SpreadTooThin <bjobrien62@gmail.com> - 2012-03-25 11:37 -0700
          Re: mount device? SpreadTooThin <bjobrien62@gmail.com> - 2012-03-25 11:43 -0700

#22796 — mount device?

FromSpreadTooThin <bjobrien62@gmail.com>
Date2012-03-24 14:03 -0700
Subjectmount device?
Message-ID<17894464.11.1332623033927.JavaMail.geo-discussion-forums@pbcvq3>
I have a drive connected to my router.
The router shows in 'shared' in the finder.
When I click on it it shows my the drive that is connected to the router.
When I click on that it mounts the drive and I can read/write data there.

How can I 'mount' that device from the terminal bash shell?
As it is not always mounted.

[toc] | [next] | [standalone]


#22882

FromSpreadTooThin <bjobrien62@gmail.com>
Date2012-03-25 10:38 -0700
Message-ID<27475351.1361.1332697097414.JavaMail.geo-discussion-forums@pbnt10>
In reply to#22796
On Saturday, March 24, 2012 3:03:53 PM UTC-6, SpreadTooThin wrote:
> I have a drive connected to my router.
> The router shows in 'shared' in the finder.
> When I click on it it shows my the drive that is connected to the router.
> When I click on that it mounts the drive and I can read/write data there.
> 
> How can I 'mount' that device from the terminal bash shell?
> As it is not always mounted.

When mounted in the finder df shows this:
//GUEST:@cisco/MyDisk 1953043136  98994624 1854048512     6%    /Volumes/MyDisk

But I don't know if its afp, smb, nfs... I sort of recognize the syntax...
but cisco doesn't resolve to an IP address.

[toc] | [prev] | [next] | [standalone]


#22885

From"Geoffrey S. Mendelson" <gsm@mendelson.com>
Date2012-03-25 17:59 +0000
Message-ID<slrnjmumu5.2hc.gsm@cable.mendelson.com>
In reply to#22882
SpreadTooThin wrote:
> On Saturday, March 24, 2012 3:03:53 PM UTC-6, SpreadTooThin wrote:

> When mounted in the finder df shows this:
> //GUEST:@cisco/MyDisk 1953043136  98994624 1854048512     6%    /Volumes/MyDisk
>

That's an SMB (samba/CIFS) mount. The offical Microsoft format is 
\\<computername>\<sharename>

Samba implemented the use of / instead of \ because you would have to escape
the backslashes and enter \\\\<computer>\\<share>

The Guest:@ is user name and password (null in this case).

cisco resolves to an ip address using the windows directory service, instead
of the DNS service. 

I can't try it to see if MacOS accepts it, all of my smb servers dns names
match their windows names.

You could try the IP address for them, do a netstat -rn and see what your
default address is, that may work. 

Note that SAMBA is different in Lion than previous releases.

Geoff.

-- 
Geoffrey S. Mendelson,  N3OWJ/4X1GM
My high blood pressure medicine reduces my midichlorian count. :-(

[toc] | [prev] | [next] | [standalone]


#22892

FromSpreadTooThin <bjobrien62@gmail.com>
Date2012-03-25 11:37 -0700
Message-ID<30006805.0.1332700645489.JavaMail.geo-discussion-forums@pbcvq3>
In reply to#22885
On Sunday, March 25, 2012 11:59:03 AM UTC-6, Geoffrey S. Mendelson wrote:
> SpreadTooThin wrote:
> > On Saturday, March 24, 2012 3:03:53 PM UTC-6, SpreadTooThin wrote:
> 
> > When mounted in the finder df shows this:
> > //GUEST:@cisco/MyDisk 1953043136  98994624 1854048512     6%    /Volumes/MyDisk
> >
> 
> That's an SMB (samba/CIFS) mount. The offical Microsoft format is 
> \\<computername>\<sharename>
> 
> Samba implemented the use of / instead of \ because you would have to escape
> the backslashes and enter \\\\<computer>\\<share>
> 
> The Guest:@ is user name and password (null in this case).
> 
> cisco resolves to an ip address using the windows directory service, instead
> of the DNS service. 
> 
> I can't try it to see if MacOS accepts it, all of my smb servers dns names
> match their windows names.
> 
> You could try the IP address for them, do a netstat -rn and see what your
> default address is, that may work. 
> 
> Note that SAMBA is different in Lion than previous releases.
> 
> Geoff.
> 
> -- 
> Geoffrey S. Mendelson,  N3OWJ/4X1GM
> My high blood pressure medicine reduces my midichlorian count. :-(

Thanks Geoffrey.

I'm pretty sure cisco resolved to 192.168.1.1  (The router/gateway that the device is attached to.)

Destination        Gateway            Flags        Refs      Use   Netif Expire
default            192.168.1.1        UGSc           33        0     en1

[toc] | [prev] | [next] | [standalone]


#22893

FromSpreadTooThin <bjobrien62@gmail.com>
Date2012-03-25 11:43 -0700
Message-ID<28400168.832.1332701034870.JavaMail.geo-discussion-forums@pbvs10>
In reply to#22892
On Sunday, March 25, 2012 12:37:25 PM UTC-6, SpreadTooThin wrote:
> On Sunday, March 25, 2012 11:59:03 AM UTC-6, Geoffrey S. Mendelson wrote:
> > SpreadTooThin wrote:
> > > On Saturday, March 24, 2012 3:03:53 PM UTC-6, SpreadTooThin wrote:
> > 
> > > When mounted in the finder df shows this:
> > > //GUEST:@cisco/MyDisk 1953043136  98994624 1854048512     6%    /Volumes/MyDisk
> > >
> > 
> > That's an SMB (samba/CIFS) mount. The offical Microsoft format is 
> > \\<computername>\<sharename>
> > 
> > Samba implemented the use of / instead of \ because you would have to escape
> > the backslashes and enter \\\\<computer>\\<share>
> > 
> > The Guest:@ is user name and password (null in this case).
> > 
> > cisco resolves to an ip address using the windows directory service, instead
> > of the DNS service. 
> > 
> > I can't try it to see if MacOS accepts it, all of my smb servers dns names
> > match their windows names.
> > 
> > You could try the IP address for them, do a netstat -rn and see what your
> > default address is, that may work. 
> > 
> > Note that SAMBA is different in Lion than previous releases.
> > 
> > Geoff.
> > 
> > -- 
> > Geoffrey S. Mendelson,  N3OWJ/4X1GM
> > My high blood pressure medicine reduces my midichlorian count. :-(
> 
> Thanks Geoffrey.
> 
> I'm pretty sure cisco resolved to 192.168.1.1  (The router/gateway that the device is attached to.)
> 
> Destination        Gateway            Flags        Refs      Use   Netif Expire
> default            192.168.1.1        UGSc           33        0     en1

mount -t smbfs //GUEST@192.168.1.1/MyDisk /Volumes/MyDisk

I created the directory MyDisk first...

Thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.sys.mac.system


csiph-web