[Mono-bugs] [Bug 495117] New: FileSystemWatcher does not detect changes on SMB mounted direcotries
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Apr 15 09:08:12 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=495117
Summary: FileSystemWatcher does not detect changes on SMB
mounted direcotries
Classification: Mono
Product: Mono: Runtime
Version: 2.4.x
Platform: i686
OS/Version: openSUSE 11.0
Status: NEW
Severity: Normal
Priority: P5 - None
Component: io-layer
AssignedTo: lupus at novell.com
ReportedBy: irekz at yahoo.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)
AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19
FileSystemWatcher detect changes OK in regular directories but it fails to
raise ANY events for directories that are SMB (samba) shares.
In my case windows share was mounted to /home/mono/MsuDz2
changes to this directory were not detected. When I switched to monitor regular
directory /home/mono/test - events were raised correctly.
command used for mount:
mount -t cifs //172.28.1.224/dz2shareddir /home/mono/MsuDz2
mount was successful as application could read / list / write files to
/home/mono/MsuDz2.
Reproducible: Always
Steps to Reproduce:
1.mount smb share to local file system
2.set FileSystemWatcher to monitor changes to this directory
3.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list