here is what I am trying to accomplish :
---Internet------> (Router) ---LAN----> (Samba Server + Apache PHP File Manager)
The plan being I can serve shared files from the samba server to the internet (so we can access from school / work)
All the shared files go in /home/share. I eventually plan to mount some shared folders from the windows machines inside /home/share as well, but that later.
/home/share should be accessable (r+w) from the windows machines, with the username share, password share. (If I can, I'd rather remove the U/N + P/W alltogether, they're behind a hardware firewall anyway.)
I can see, and read the shared folder, but not write it.
I have tried chmod -R a+rw /home/share
I have re-set the user share's password, just to be sure.
Also, does anyone know where debian woody's samba install hides it's extra config file? because I setup the folder share during install, but now I don't want it any-more, and I can't find the file to remove it. and yes, I have
find / -name *s*m*b*
but that no worky
Also, does anyone know why (as root)
debian:~# mount -t smbfs //New/NAMESchool/ /home/share/NAMESchool/
returns :
mount: wrong fs type, bad option, bad superblock on //New/NAMESchool/,
or too many mounted file systems
where NEW is the name of the computer?
(and yes, /home/share/NAMESchool does exist)
Thanks.