Quantcast

Forums | MacLife

You are not logged in.

#1 2003-01-28 3:25 pm

Superman
Member
Registered: 2001-12-22
Posts: 1986

share folders besides home directory?

When I turn on FileSharing in OSX, When I connect, i can only view my home directory. I have files on other partitions i need to view, and shortcuts won't work since i log in w/ a windows machine. How do you do this?


goodbye

Offline

 

#2 2003-01-28 4:06 pm

bobw12
Member
Registered: 2001-05-06
Posts: 15
Website

Re: share folders besides home directory?

You can do this in Terminal;

Open Terminal and type;

cd /etc
sudo pico smb.conf
----------------------------------------------------------
You'll be prompted for the password.
You should see the following with the exception of the lines in bold which I added for my system so I could access all volumes on the Mac when in Win2K;
-------------------------------------------------------------
[global]
  client code page = 437
  coding system = utf8
  guest account = unknown
  encrypt passwords = yes

[homes]
   comment = User Home Directories
   browseable = no
   read only = no
   create mode = 0750

[MyComputer Computer]
comment = Root level of HardDriveName
path = /
writable = yes

[volumes]
comment = CDs, disk images and network volumes
path = /Volumes
writable = yes


;[public]
;   path = /tmp
;   public = yes
;   only guest = yes 
;   writable = yes
;   printable = no

;[printers]
;   comment = All Printers
;   browseable = no
;   printable = yes
;   public = no
;   writable = no
;   create mode = 0700
-------------------------------------------------------------

When done making your changes, hit Control-O to write changes to disk and press Return when prompted for a file name. The hit Control-X to quit pico and close the Terminal window.

Offline

 

#3 2003-01-28 9:53 pm

Superman
Member
Registered: 2001-12-22
Posts: 1986

Re: share folders besides home directory?

thats it? i have to use the terminal to share a folder?! one more tally mark for OS X BLOWS! Windows, and Mac OS 9 let you share a folder with a GUI, so why can't OS X? God damn it. I don't just want a "public" folder, im not copying 5GB of files to another hard drive just to share them.


goodbye

Offline

 

#4 2003-01-28 11:32 pm

MuckSavage
The Balls
From: In a glass case of emotion.
Registered: 2001-10-02
Posts: 3402
Website

Re: share folders besides home directory?

thats it? i have to use the terminal to share a folder?! one more tally mark for OS X BLOWS! Windows, and Mac OS 9 let you share a folder with a GUI, so why can't OS X? God damn it. I don't just want a "public" folder, im not copying 5GB of files to another hard drive just to share them.

That's not an OSX thing, that's a unix thing.

There is a freeware?ithink app called sharepoints. Find it at versiontracker. Lets you share any folder.

And also to have access to any folder, log in as an administrator.


You have an absolutely breath-taking... heiney. I mean, that thing's good. I wanna be friends with it.

Offline

 

#5 2003-01-29 9:23 am

bobw12
Member
Registered: 2001-05-06
Posts: 15
Website

Re: share folders besides home directory?

What's the big deal. This is a one time thing to change on your machine. Takes a couple minutes. If you're too lazy, get a third party program to do it.

Offline

 

Board footer

Powered by PunBB 1.2.6
© Copyright 2002–2005 Rickard Andersson