Samba troubles in Suse, "location no longer available"
Hello,
I am running Suse Linux 10.0 with no firewalls on and I am trying to set up my samba server.
But If i try to move a file over 300 or so megabytes, I get a "the specified path is no longer available" message. I can copy small files into the directory and I can play/use any files without any troubles, its just copying larger files on there where the trouble occurs. I have tried a lot of things, with nothing working. Any help would be appreciated. I just want it to work like it does in windows, flawlessly.
My problem is similar to this one:
https://secure.experts-exchange.com/...&EECOOKIE=true
Thanks For any Help.
Here is my fstab:
Quote:
/dev/hda6 / reiserfs acl,user_xattr 1 1
/dev/hda1 /windows/C ntfs
ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdc1 /windows/D vfat
users,gid=users,umask=0000,utf8=true 0 0
/dev/hdd5 /windows/E vfat
users,gid=users,umask=0000,utf8=true 0 0
/dev/hdd6 /windows/F vfat
users,gid=users,umask=0000,utf8=true 0 0
/dev/hda5 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/dvd /media/dvd subfs
noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocha rset=utf8 0 0
none /subdomain subdomainfs noauto 0 0
here is my smb.conf:
Quote:
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2006/05/01 08:50:43
[global]
workgroup = MSHOME
netbios name = MBOXX
server string = mboxx
map to guest = Bad User
server signing = auto
printcap name = cups
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
logon path = \\%L\profiles\.msprofile
logon drive = P:
logon home = \\%L\%U\.9xprofile
preferred master = No
local master = No
domain master = No
wins support = Yes
ldap ssl = no
guest ok = Yes
cups options = raw
include = /etc/samba/dhcp.conf
[homes]
comment = Home Directories
valid users = %S
read only = No
inherit acls = Yes
browseable = No
[comedy]
path = /windows/D/Comedy/
read only = No
[concerts]
path = /windows/D/Concerts/
read only = No
[dothacker]
path = /windows/D/dotHACKER_/
read only = No
[jackass]
path = /windows/D/Jackass/
read only = No
[music videos]
path = /windows/D/Music Videos/
read only = No
[other]
path = /windows/D/other/
read only = No
[music]
path = /windows/E/music/
read only = No
[stuffo]
path = /windows/E/stuffo/
read only = No
[tv shows]
path = /windows/E/TV Shows/
read only = No