Displaying 1 result from an estimated 1 matches for "pid1844".
Did you mean:
pid14344
2005 Jul 22
0
display disk size and free space
...k size and 0 Byte
free). This is because samba doens't get the disk usage for e.g. /lab/A
but for /lab, which is the defined pathname of share [lab].
samba complains about
[2005/07/21 14:31:31, 3] lib/sysquotas.c:sys_get_quota(413)
sys_get_vfs_quota() failed for mntpath[/lab] bdev[automount(pid1844)]
qtype[2]
which is in fact correct because it cannot get disk usage from an
automounter mountpoint.
Now my questions:
1.) If sys_get_vfs_quota() fails, why does windows show 20 MB disk space
and 0 Byte free? Wouldn't it be more sensfull to report unlimited free
space?
2.) Has anybody a solu...