DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Ports and Packages

FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 18th September 2009
map7 map7 is offline
Fdisk Soldier
 
Join Date: Jun 2008
Posts: 75
Default Samba copying issue

I'm running FreeBSD 7.0 and samba version 3.0.32_1,1.

The problem is I have a share on there which when I try and copy a directory with files and directories in from an Ubuntu client I get the error:

The folder "test" cannot be copied because you do not
have permissions to create it in the destination.

If I click 'retry' it will copy the directories but not the files under the subdirectories.

The directory I tried to copy was
base_dir <top level dir>
test <sub dir>

It copied the base_dir fine but nothing under that base dir.

Here is my configuration for my samba share:
Code:
# Samba config file created using SWAT
# Date: 2009/08/24 10:31:54

[global]
	workgroup = lan
	server string = Samba Server
	security = SHARE
	log file = /var/log/samba/log.%m
	max log size = 50
	dns proxy = No
	ldap ssl = no
	hosts allow = 192.168.200.

[data]
	comment = Common data area
	path = /usr/data
	read only = No
	create mask = 0774
	directory mask = 0775
Here is how I mount the drive from the client side (Ubuntu):
Code:
//<server ip>/data	/media/data	smbfs	uid=<user>,gid=<group>,rw,username=<user>,password=<password>,auto,forcegroup=<group>	0 0
I don't know if this problem is on the server side or client side so I'm starting here on the server side.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ACL, Samba ACL, FTP acl da1 FreeBSD General 3 3rd April 2009 10:14 PM
samba and OpenBSD 4.4 mfaridi OpenBSD Packages and Ports 5 24th November 2008 09:46 PM
Samba + acl bichumo General software and network 0 30th June 2008 09:49 AM
Samba NOT STARTING pcfxer FreeBSD General 11 13th May 2008 09:29 AM


All times are GMT. The time now is 11:15 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick