http://bugzilla.novell.com/show_bug.cgi?id=539351 User jeffm@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=539351#c5 --- Comment #5 from Jeff Mahoney <jeffm@novell.com> 2009-09-15 17:58:56 MDT --- autofs is a virtual file system that causes other file systems to be mounted automatically below it. It's typically deployed in large environments where NFS mounted shares are exported via NFS. The SUSE R&D network uses this to mount user home directories, for example. I use it so I don't need to define mount points for NFS exports on each of my development nodes. I just set up autofs to have mount points defined by the /etc/auto.net script that it ships with and it takes care of the heavy lifting. Anything under /net is resolved as a hostname and subdirectories are the exported file systems. So, with my configuration, /net will list the hosts that are exporting file systems currently mounted on my machine. For example, I typically have /net/starscream/data on all my other hosts because that's where I store common data. That file system is only 83% full and is 1.5TB in size, so it certainly can fit 58kB. The real question here is where does the 58kB come from and why does it think it needs to write it to /net? If it's not going to write anything to that file system, why should it warn at all? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.