Quantcast
Channel: linuxadmin: Expanding Linux SysAdmin knowledge
Viewing all articles
Browse latest Browse all 17852

[Samba/CIFS] Windows 7 Shares getting disk full errors intermittently.

$
0
0

Sorry if this isn't the right place for this but I figured you guys might have run into this before and /r/linux4noobs has come up dry...

So I have a few Windows 7 (ntfs) shares I have mounted in Ubuntu 12.04 LTS via CIFS/Samba and they are intermittently showing as full (in Ubuntu) when nowhere near full (>100gb free on all).

df of one of the shares:

Filesystem Size Used Avail Use% Mounted on //192.168.1.2/mntname 1.9T 1.7T 148G 93% /mnt/mntname 

I'm not too sure where too look for the logs but the following are empty:

/var/log/samba/log.192.168.1.2 (Win7 box, on static IP)
/var/log/samba/log.win7name
/var/log/samba/log.smbd

Each share mounted as such:

//192.168.1.2/mntname /mnt/mntname cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0 

Not a permissions issue as I can read/write/delete with no issues (until the error crops up).

File size seem to be irrelevant fails on files <4gb and >4gb.

Anyone have any ideas? As I say it's intermittent and I've exhausted my Google-fu.

Edit: smb.conf

submitted by deadbunny
[link][4 comments]

Viewing all articles
Browse latest Browse all 17852