Displaying 2 results from an estimated 2 matches for "wwwshare".
2002 Jul 19
6
problems mounting smbfs
I've spent the last 2 days trying to get smbfs to mount via fstab.
Using redhat 7.3 and the latest samba as of 7/17/02.
I can mount from the command line using smbmount as follows:
smbmount //localhost/wwwshare /smbwww -o username=smbuser,password=xxxxxxxx
I can not mount from the command line using:
mount -t smbfs -o username=smbuser,password=xxxxxxxx //localhost/wwwshare /smbwww
The following error is returned when trying to use the 'mount' command as stated above:
execvp of smbmnt failed. Err...
2006 Jul 24
0
connecting from client to subdirectories
Hi
I have problem connecting with windows XP clients to a sub directory
The subdirectory is setup as follows in die smb.conf
[wwwshare]
comment = www share
path = /var/www/html
valid users = wwwuser
public = no
writable = yes
printable = no
create mask = 0765
I have user level security.
The wwwuser is the owner of the html dir.
The wwwuser is also the owner of the www dir.
I have setup a unix user wwwuser a...