filesystems

If your network is heavily loaded you may see some problem with Common Internet File System (CIFS) and NFS under Linux. By default Linux CIFS mount command will try to cache files open by the client. You can use mount option forcedirectio when mounting the CIFS filesystem to disable caching on the CIFS client. This is tested with NETAPP and other storage devices and Novell, CentOS, UNIX and Red Hat Linux systems. This is the only way to avoid data mis-compare and problems.

{ 2 comments }

How To Track Changes in Your Linux Filesystem

by Vivek Gite on January 25, 2008 · 3 comments

kfsmd is an interesting tool to keep track of changes in your filesystems. This tool based upon inotify which is a Linux kernel subsystem that provides file system event notification. Useful for file auditing. From the article: Applications can ask the Linux kernel to report changes to selected files and directories. I created the Kernel [...]

{ 3 comments }