Dear, I'm having some strange problems with Samba. I have shared a linux folder on my samba and have mapped it to a drive letter in Windows XP (I also tried with Windows 2000). When I right click my mapped drive and click on properties to view the free space and capacity, I get all garbage as can be seen from the screenshot at: http://www.nuonsoft.com/temp/samba_free_space.jpg I'm running the latest version 3.0.20 and it is running on AlphaCore which is Fedora Core 3 for the Alpha (64 bit platform). It compiled without problems with gcc 3.4.3. Because of this issue, I'm unable to use my samba network share from programs that check the freespace before doing something, like for example creating a cd image. Any help will be appreciated. My smb.conf is as follows: [global] workgroup = GREGOIRE server string = Alpha Server printcap name = cups cups options = raw log file = /var/log/samba/%m.log max log size = 50 socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 dns proxy = no winbind uid = 16777216-33554431 winbind gid = 16777216-33554431 restrict anonymous = no domain master = no preferred master = no max protocol = NT ldap ssl = No server signing = Auto username map = /etc/samba/smbusers [homes] comment = Home Directories browseable = no read only = no [printers] comment = All Printers path = /var/spool/samba printable = yes printer name = EPSPHOTO guest ok = yes [mydocs] case sensitive = no guest ok = yes msdfs proxy = no read only = no path = /mydocs Some more system info: [root@alpha ~]# smbd --version Version 3.0.20 [root@alpha ~]# nmbd --version Version 3.0.20 [root@alpha ~]# uname -a Linux alpha 2.6.11-1.1180axp_FC3 #1 Mon Apr 18 11:34:15 EEST 2005 alpha alpha alpha GNU/Linux If you need other system information, please ask. Kind Regards, Marc -- Marc Gregoire NuonSoft Website: http://www.nuonsoft.com
Can noone shed some light on this issue, because as it stands now, it is not useable. Best Wishes, Marc Gregoire> -----Original Message----- > From: samba-bounces+samba=nuonsoft.com@lists.samba.org > [mailto:samba-bounces+samba=nuonsoft.com@lists.samba.org] On > Behalf Of samba > Sent: dinsdag 27 september 2005 19:53 > To: samba@lists.samba.org > Subject: [SPAM] [Samba] Free space/capacity displayed as garbage... > > Dear, > > I'm having some strange problems with Samba. > I have shared a linux folder on my samba and have mapped it > to a drive letter in Windows XP (I also tried with Windows 2000). > When I right click my mapped drive and click on properties to > view the free space and capacity, I get all garbage as can be > seen from the screenshot at: > http://www.nuonsoft.com/temp/samba_free_space.jpg > I'm running the latest version 3.0.20 and it is running on > AlphaCore which is Fedora Core 3 for the Alpha (64 bit > platform). It compiled without problems with gcc 3.4.3. > Because of this issue, I'm unable to use my samba network > share from programs that check the freespace before doing > something, like for example creating a cd image. > Any help will be appreciated. > > My smb.conf is as follows: > [global] > workgroup = GREGOIRE > server string = Alpha Server > printcap name = cups > cups options = raw > log file = /var/log/samba/%m.log > max log size = 50 > socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 > dns proxy = no winbind uid = 16777216-33554431 winbind gid = > 16777216-33554431 restrict anonymous = no domain master = no > preferred master = no max protocol = NT ldap ssl = No server > signing = Auto username map = /etc/samba/smbusers > > [homes] > comment = Home Directories > browseable = no > read only = no > > [printers] > comment = All Printers > path = /var/spool/samba > printable = yes > printer name = EPSPHOTO > guest ok = yes > > [mydocs] > case sensitive = no > guest ok = yes > msdfs proxy = no > read only = no > path = /mydocs > > > Some more system info: > [root@alpha ~]# smbd --version > Version 3.0.20 > [root@alpha ~]# nmbd --version > Version 3.0.20 > [root@alpha ~]# uname -a > Linux alpha 2.6.11-1.1180axp_FC3 #1 Mon Apr 18 11:34:15 EEST > 2005 alpha alpha alpha GNU/Linux > > > If you need other system information, please ask. > > > Kind Regards, > Marc > > -- > Marc Gregoire > NuonSoft > Website: http://www.nuonsoft.com > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >
webster@lexmark.com
2005-Oct-04 18:11 UTC
[Samba] Free space/capacity displayed as garbage...
Have you tried using the 'max disk size' parameter in smb.conf ? "Marc Gregoire" <samba@nuonsoft.com> Sent by: samba-bounces+webster=lexmark.com@lists.samba.org 10/04/05 01:54 PM To: <samba@lists.samba.org> cc: Subject: RE: [Samba] Free space/capacity displayed as garbage... Anyone? Is there something else that I can do to help pinpoint the problem? Best Wishes, Marc> -----Original Message----- > From: samba-bounces+samba=nuonsoft.com@lists.samba.org > [mailto:samba-bounces+samba=nuonsoft.com@lists.samba.org] On > Behalf Of Marc Gregoire > Sent: zaterdag 1 oktober 2005 14:00 > To: samba@lists.samba.org > Cc: 'Gerald (Jerry) Carter' > Subject: RE: [Samba] Free space/capacity displayed as garbage... > > > > -----Original Message----- > > From: Gerald (Jerry) Carter [mailto:jerry@samba.org] > > > > Marc Gregoire wrote: > > > > >> I'm having some strange problems with Samba. > > >> I have shared a linux folder on my samba and have mapped it to a > > >> drive letter in Windows XP (I also tried with Windows 2000). > > >> When I right click my mapped drive and click on > properties to view > > >> the free space and capacity, I get all garbage as can be > seen from > > >> the screenshot at: > > >> http://www.nuonsoft.com/temp/samba_free_space.jpg > > >> I'm running the latest version 3.0.20 and it is running on > > AlphaCore > > >> which is Fedora Core 3 for the Alpha (64 bit platform). It > > compiled > > >> without problems with gcc 3.4.3. > > >> Because of this issue, I'm unable to use my samba network > > share from > > >> programs that check the freespace before doing > something, like for > > >> example creating a cd image. > > > > Marc, > > > > Please try the just release 3.0.20a since there were some 64-bit > > compile issues fixed in it. Also, Can you very that Samba has been > > built with LFS ? > > Hi, > > Thank you for the response. > I have tried version 3.0.20a, but I get the same problems. > During configure, I get the following message: > checking for LFS support... yes > So I suppose LFS is being used. > After installing the new version I have rebooted the system > to make sure, but same problem. > I have also saved the full "make" output (see attachment) > which shows some pointer truncation warnings. Perhaps those > are causing my problems? > > > Best Wishes, > Marc > -- > Marc Gregoire > NuonSoft > Website: http://www.nuonsoft.com
webster@lexmark.com
2005-Oct-04 21:39 UTC
[Samba] Free space/capacity displayed as garbage...
Indeed, the freespace reported may not always be correct. However, what you relay is not what I'm seeing on any of my Samba servers. If I have 'max disk size = 10000', the freespace seen from my Windows clients is 10GB, until the actual freespace drops below that, when they then see the actual freespace (ie. 2GB) ... "Marc Gregoire" <samba@nuonsoft.com> Sent by: samba-bounces+webster=lexmark.com@lists.samba.org 10/04/05 04:05 PM To: <samba@lists.samba.org> cc: Subject: RE: [Samba] Free space/capacity displayed as garbage... Hi, Thanks for the reponse. I tried it, but that's not the correct solution. I've set it to 10 GB and then it always says that there is 10 GB free, even if there is only 2 GB free. At least, it doesn't display as garbage anymore, but it's not correct. Regards, Marc> -----Original Message----- > From: webster@lexmark.com [mailto:webster@lexmark.com] > Sent: dinsdag 4 oktober 2005 20:07 > To: Marc Gregoire > Cc: samba@lists.samba.org > Subject: RE: [Samba] Free space/capacity displayed as garbage... > > Have you tried using the 'max disk size' parameter in smb.conf ? > > > > > "Marc Gregoire" <samba@nuonsoft.com> > Sent by: samba-bounces+webster=lexmark.com@lists.samba.org > 10/04/05 01:54 PM > > > To: <samba@lists.samba.org> > cc: > Subject: RE: [Samba] Free space/capacity > displayed as garbage... > > Anyone? > Is there something else that I can do to help pinpoint the problem? > > Best Wishes, > Marc > > > -----Original Message----- > > From: samba-bounces+samba=nuonsoft.com@lists.samba.org > > [mailto:samba-bounces+samba=nuonsoft.com@lists.samba.org] > On Behalf Of > > Marc Gregoire > > Sent: zaterdag 1 oktober 2005 14:00 > > To: samba@lists.samba.org > > Cc: 'Gerald (Jerry) Carter' > > Subject: RE: [Samba] Free space/capacity displayed as garbage... > > > > > > > -----Original Message----- > > > From: Gerald (Jerry) Carter [mailto:jerry@samba.org] > > > > > > Marc Gregoire wrote: > > > > > > >> I'm having some strange problems with Samba. > > > >> I have shared a linux folder on my samba and have > mapped it to a > > > >> drive letter in Windows XP (I also tried with Windows 2000). > > > >> When I right click my mapped drive and click on > > properties to view > > > >> the free space and capacity, I get all garbage as can be > > seen from > > > >> the screenshot at: > > > >> http://www.nuonsoft.com/temp/samba_free_space.jpg > > > >> I'm running the latest version 3.0.20 and it is running on > > > AlphaCore > > > >> which is Fedora Core 3 for the Alpha (64 bit platform). It > > > compiled > > > >> without problems with gcc 3.4.3. > > > >> Because of this issue, I'm unable to use my samba network > > > share from > > > >> programs that check the freespace before doing > > something, like for > > > >> example creating a cd image. > > > > > > Marc, > > > > > > Please try the just release 3.0.20a since there were some 64-bit > > > compile issues fixed in it. Also, Can you very that > Samba has been > > > built with LFS ? > > > > Hi, > > > > Thank you for the response. > > I have tried version 3.0.20a, but I get the same problems. > > During configure, I get the following message: > > checking for LFS support... yes > > So I suppose LFS is being used. > > After installing the new version I have rebooted the system to make > > sure, but same problem. > > I have also saved the full "make" output (see attachment) > which shows > > some pointer truncation warnings. Perhaps those are causing my > > problems? > > > > > > Best Wishes, > > Marc > > -- > > Marc Gregoire > > NuonSoft > > Website: http://www.nuonsoft.com