So after tons of research, I found that you can modify the smb.conf file to share resources outside your home folder. My changes seem to work.
Here is what I inserted into my file:
[nameOfShare]
comment = External Firewire Hard Drive
path = /Volumes/myExternalDrive
guest ok = no
read only = no
browseable = yes
writeable = yes
write list = @mygroup
I noticed a lot of references had "create mode = " some number. What is this for? I believe I remember something in Unix chmod 777 where each 7 was a setting for read/write/ or something like that. Or maybe I'm just mixing all that computer science crap up
Thanks for you help...
Here is what I inserted into my file:
[nameOfShare]
comment = External Firewire Hard Drive
path = /Volumes/myExternalDrive
guest ok = no
read only = no
browseable = yes
writeable = yes
write list = @mygroup
I noticed a lot of references had "create mode = " some number. What is this for? I believe I remember something in Unix chmod 777 where each 7 was a setting for read/write/ or something like that. Or maybe I'm just mixing all that computer science crap up
Thanks for you help...