On Di, Jan 11, 2005 at 11:34:44 +0100, Radovan Garabik wrote:
> On Sun, Jan 09, 2005 at 04:40:51PM +0100, Adrian Neumaier wrote:
>
> Could you please send me the output of
> stat -f /
stat -f /
File: "/"
ID: effff8f001010101 Namelen: 255 Type: ext2/ext3
Blocks: Total: 518747 Free: 177046 Available:
150695 Size: 4096
Inodes: Total: 263840 Free: 190704
> stat -f /home
stat -f /home
File: "/home"
ID: effff8f001010101 Namelen: 255 Type: ext2/ext3
Blocks: Total: 310583 Free: 301035 Available:
285258 Size: 4096
Inodes: Total: 158080 Free: 157618
> python -c 'import os; print os.statvfs("/")'
> (the last one repeat several times, to see if the results are different
> each time)
python -c 'import os; print os.statvfs("/")'
(4096, -10, 518747L, 177040L, 150689L, 263840L, 190701L,
190701L, 0, 255)
No change here if i run it multiple times.
> Now this is soemthing VERY strange. What filesystems are you using?
> (cat /etc/mtab would be helpful)
I use ext3.
cat /etc/mtab
/dev/sda1 / ext3 rw,errors=remount-ro 0 0
proc /proc proc rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
/dev/sdb1 /home ext3 rw 0 0
Regards
Adrian
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]