Bug 7302 - Mounted network shares and corrupted files
Summary: Mounted network shares and corrupted files
Status: NEW
Alias: None
Product: Samba 3.4
Classification: Unclassified
Component: File services (show other bugs)
Version: 3.4.0
Hardware: x64 Linux
: P3 normal
Target Milestone: ---
Assignee: Volker Lendecke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-28 03:49 UTC by David Vanstone
Modified: 2010-03-28 04:24 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Vanstone 2010-03-28 03:49:39 UTC
I have a server's network shares mounted as local drives using fstab and smbfs. I download NZBs for news servers directly to the local drive (network share) and the files corrupt. If i download to a different directory then copy to the drive all works well. However, if i create a local shared folder to download the NZBs to mount them on the server as a drive everything works ok.

Here is my fstab entry

//steve-server/NZBs/ /media/NZBs cifs  guest,uid=1000,iocharset=utf8,codepage=unicode,unicode  0  0
Comment 1 Volker Lendecke 2010-03-28 04:24:39 UTC
Please try to add -o directio to the mount command. This is very likely a duplicat of bug 6898.

Volker