- 论坛徽章:
- 0
|
原帖由 dalianlxw 于 2006-6-29 10:39 发表
比如我在我的 samba共享文件夹里新建了一个文件,为什么我不能直接看到,而需要刷新一下才能看到呢?新建一个文件夹也是如此,这个问题,请高手指教?!!!
參考一下的相關資訊:
- kernel change notify (G)
- This parameter specifies whether Samba should ask
- the kernel for change notifications in directories
- so that SMB clients can refresh whenever the data
- on the server changes.
- This parameter is only used when your kernel sup簫
- ports change notification to user programs, using
- the F_NOTIFY fcntl.
- Default: kernel change notify = yes
复制代码
- change notify timeout (G)
- This SMB allows a client to tell a server to
- "watch" a particular directory for any changes and
- only reply to the SMB request when a change has
- occurred. Such constant scanning of a directory is
- expensive under UNIX, hence an smbd(8) daemon only
- performs such a scan on each requested directory
- once every change notify timeout seconds.
- Default: change notify timeout = 60
- Example: change notify timeout = 300 # Would change
- the scan time to every 5 minutes.
复制代码
== |
|