2003-06-26 13:00:54

by Frederick, Fabian

[permalink] [raw]
Subject: fs limits

Hi !
How can I see ,for a specific device-filesystem (let's say ext2) ,
its limits for nodes, pathes, sb num .... ?

Regards,
Fabian


2003-06-26 14:25:09

by Frederick, Fabian

[permalink] [raw]
Subject: RE: fs limits

For ext2/ext3: tune2fs -l <special device>
<Why don't we have that stuff in /proc/diskstat at least for extX ?
<It could be useful for both procps or some survey tool installed.
<Problem is "where can we add that stuff".In the vfs layer ?
<AFAICS, there's no device polling (let's say each x seconds
<to keep info up to date).

<Regards,
<Fabian