Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#296175 - 01/04/2007 17:06 Mac OSX Root Directory across network?
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31578
Loc: Seattle, WA
With Windows boxes, and an administrator's password, I can reach their hidden root directory share across the network by going to the following share URL:

\\boxname\c$

What's the equivalent URL to reach the root directory of a Mac OSX box across the network?
_________________________
Tony Fabris

Top
#296176 - 01/04/2007 17:19 Re: Mac OSX Root Directory across network? [Re: tfabris]
drakino
carpal tunnel

Registered: 08/06/1999
Posts: 7868
AFP://boxname/NameOfRootDrive

Via SMB, you need something like SharePoints to share anything beyond home directories. Lepoard will have similar functionality (finally). Keep in mind that even as an "admin" user, writing to files at the root or other places is usually restricted. You will only be able to modify files where you normally can on the local machine without seeing the authentication popup.

Top
#296177 - 01/04/2007 18:12 Re: Mac OSX Root Directory across network? [Re: drakino]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31578
Loc: Seattle, WA
So in other words, I can't do it (without sharepoints) from a Windows box because windows boxes only speak Samba?
_________________________
Tony Fabris

Top
#296178 - 01/04/2007 18:56 Re: Mac OSX Root Directory across network? [Re: tfabris]
drakino
carpal tunnel

Registered: 08/06/1999
Posts: 7868
Windows boxes (and OS/2) speak SMB, correct. Samba is a program used to speak SMB on non MS/IBM platforms, like OS X.

Sharepoints isn't required, but makes it easier in your case then learning how to edit the smb.conf file on OS X to share what you want. OS X by default only shares user folders via SMB when it is enabled, unlike Windows where it also shares the entire hard drive.

AFP is Apple's network file protocol, dating back to the days of AppleTalk networks. On OS X when enabled, it shared the entire disk to admin users, and user folders. There was an AFP client for Windows that Microsoft included, but it was dropped in XP and above, likely due to MS not wanting to update it to the OS X version 3 protocol.

Top
#296179 - 01/04/2007 18:57 Re: Mac OSX Root Directory across network? [Re: tfabris]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14484
Loc: Canada
Quote:
So in other words, I can't do it (without sharepoints) from a Windows box because windows boxes only speak Samba?


That's nearly always the problem. Mac's, Linux's, and other OSs generally speak many tongues, but white man from Redmond refuseth to listen.

But Mac's do run Samba, which is a form of Redmond-speak, so you oughta be able to get it working.

I'll try it here, once my G3 OS/X reinstall finishes.

-ml

Top
#296180 - 02/04/2007 01:21 Re: Mac OSX Root Directory across network? [Re: tfabris]
JBjorgen
carpal tunnel

Registered: 19/01/2002
Posts: 3583
Loc: Columbus, OH
If you don't care about security at all, you could add something like this to your smb.conf file. (disclaimer: I don't own a mac...this would work under linux)

Code:

[root$]
path = /
read only = no
guest ok = yes
guest only = yes
public = yes

_________________________
~ John

Top
#296181 - 02/04/2007 02:03 Re: Mac OSX Root Directory across network? [Re: mlord]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14484
Loc: Canada
Quote:
I'll try it here, once my G3 OS/X reinstall finishes.


Heh.. ran into a bit of bad RAM troubles here.. still working on it.

-ml

Top
#296182 - 02/04/2007 15:01 Re: Mac OSX Root Directory across network? [Re: JBjorgen]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31578
Loc: Seattle, WA
Quote:
If you don't care about security at all, you could add something like this to your smb.conf file.

I do care about security, unfortunately. But thanks.
_________________________
Tony Fabris

Top
#296183 - 02/04/2007 15:03 Re: Mac OSX Root Directory across network? [Re: tfabris]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
And yet you use Windows.
_________________________
Bitt Faulk

Top