Hi I'm having a small problem identifying why one of our Windows 95 machines shows 0% Capacity when mounted using smbmount. In fact, all other Windows machines show the correct value, but this one machine doesn't. eg: # smbmount //win95/dev /mnt/win95/dev -c linux -U user -P password # df Filesystem 1024-blocks Used Available Capacity Mounted on ... //win95/dev 2096832 0 2096832 0% /mnt/win95/dev ... # ls -l /mnt/win95/dev total 543 drwxr-xr-x 1 root root 512 Jun 2 16:32 Delphi16 drwxr-xr-x 1 root root 512 Jun 2 16:37 Delphi32 ..... So I can see the files ok. This is from any linux machine, all running different versions of Samba. Thanks for any help. Jason