2009/2/15 Vijay Gill <[email protected]>:
> 2009/2/15 Rick <[email protected]>:
>> In article <[email protected]>,
>> Vijay Gill  <[email protected]> wrote:
>>
>>>Running du -h tells that the file occupies 512M but ls -l tells that
>>>the file is a lot smaller.
>>
>> Apples and oranges. You get the file *size* with ls and the disk usage
>> with du. They aren't the same thing.
>>
>> --
>> http://yosemitenews.info/
>>

I found another funny behavior. Notice the sizes of
/var/log/samba/log.winbindd-idmap before and after I run xfs_io -c
stats on it. Again just looking at stats must not change the space
allocated to the file.


[r...@aria tmp]# du -sh /var/log/samba/*
0       /var/log/samba/asus.log
0       /var/log/samba/cores
12K     /var/log/samba/__ffff_10.1.0.151.log
52K     /var/log/samba/log.nmbd
4.0K    /var/log/samba/log.smbd
0       /var/log/samba/log.wb-ARIA
0       /var/log/samba/log.wb-BUILTIN
4.0K    /var/log/samba/log.winbindd
0       /var/log/samba/log.winbindd-dc-connect
512M    /var/log/samba/log.winbindd-idmap
56K     /var/log/samba/log.winbindd-idmap.old
512M    /var/log/samba/nmbd.log
4.0K    /var/log/samba/smbd.log
4.0K    /var/log/samba/winbindd.log

[r...@aria tmp]# xfs_io -c stat /var/log/samba/log.winbindd-idmap
fd.path = "/var/log/samba/log.winbindd-idmap"
fd.flags = non-sync,non-direct,read-write
stat.ino = 3944597
stat.type = regular file
stat.size = 403
stat.blocks = 1048576
fsxattr.xflags = 0x0 [--------------]
fsxattr.projid = 0
fsxattr.extsize = 0
fsxattr.nextents = 2
fsxattr.naextents = 0
dioattr.mem = 0x200
dioattr.miniosz = 512
dioattr.maxiosz = 2147483136

[r...@aria tmp]# du -sh /var/log/samba/*
0       /var/log/samba/asus.log
0       /var/log/samba/cores
12K     /var/log/samba/__ffff_10.1.0.151.log
52K     /var/log/samba/log.nmbd
4.0K    /var/log/samba/log.smbd
0       /var/log/samba/log.wb-ARIA
0       /var/log/samba/log.wb-BUILTIN
4.0K    /var/log/samba/log.winbindd
0       /var/log/samba/log.winbindd-dc-connect
4.0K    /var/log/samba/log.winbindd-idmap
56K     /var/log/samba/log.winbindd-idmap.old
512M    /var/log/samba/nmbd.log
4.0K    /var/log/samba/smbd.log
4.0K    /var/log/samba/winbindd.log
[r...@aria tmp]#

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to