LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to find out indone information and datablocks information in a file system (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-find-out-indone-information-and-datablocks-information-in-a-file-system-671980/)

chaitanya1982 09-24-2008 01:56 AM

How to find out indone information and datablocks information in a file system
 
Hi

Is there any way to find out how many inodes are free and how many inodes are used in a file system. Can we read the first 512KB of the partition in linux

Mr. C. 09-24-2008 01:58 AM

Try the
Code:

df -i
command.


All times are GMT -5. The time now is 04:27 AM.