Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I have some directories mounted as drive letters on all the Windows PCs on my LAN so that the contents can be accessed over SMB. Is it possible to tell which of them are accessing files when I see disk activity? IP address of the client is enough information.
Is it possible to log such accesses?
Thanks.
Last edited by unmesh (2008-11-19 07:03:48)
Offline
I'll crash your post for asking a similar request but the data is directly stored on the DNS-323
Is it possible to have a log telling who did access to which file at which time, etc ?
Thx
Offline
It is possible to log certain activity. Have a look at this short introduction to extd_audit.
I did a little test on my NAS but the output is pretty cryptic and I couldn't really make use of it.
Offline
bodbod wrote:
I'll crash your post for asking a similar request but the data is directly stored on the DNS-323
Is it possible to have a log telling who did access to which file at which time, etc ?
Thx
I can see that I've been insufficiently clear in my original post and our questions are likely the same.
My files are also stored on the DNS-323; its just that the Windows clients are using drive-letter mounts as the access method which might be causing references to the NAS just for directory view refreshes etc.
Offline
I too am interested in such a log. Can people report any success with silversurfer's recommendation of extd_audit?
Offline
works perfect for me with
[global]
syslog = 1
log level = 2
and
[every share to be monitored]
vfs objects = audit
Offline
Great man, that's awesome to know it works.
Would anyone mind explaining instructions on how to set up extd_audit for a linux newb? The documentation looks rather daunting.
Offline
Any chance in having a Wiki on installing ext_audit?
Offline
You could also use smbstatus to see who's accessing which files/folders. But that only works at the time you use it; there's no logging involved.
Offline
Thanks Kyle! Smbstatus is great! I used the precompiled version from here and it worked like a charm. http://dns323.kood.org/forum/viewtopic. … 425#p27425
Might it be possible to run a script that periodically dumps the output from smbstatus to a log file using the > command? I run fun_plug off of a thumb drive so I think it wouldn't even spin the hard disks up to check...
I'm a linux newcomer and wouldn't quite know how to proceed though. Any ideas?
Offline