On 24 Jun 2002 at 12:44, Arvind wrote:

> | And if partition is not made with enough inodes.. though that scenario is 
> | unlikely..
> | 
> 
> how do i know , that, how many inodes make up my parition?

I don't know how to find it for an existing partition but here is how you can 
pass to mkfs when you format the partititon..

[shridhar@perth shridhar]$ /sbin/mkfs -h
mke2fs 1.26 (3-Feb-2002)
mkfs.ext2: invalid option -- h
Usage: mkfs.ext2 [-c|-t|-l filename] [-b block-size] [-f fragment-size]
        [-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]
        [-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]
        [-L volume-label] [-M last-mounted-directory] [-O feature[,...]]
        [-r fs-revision] [-R raid_opts] [-qvSV] device [blocks-count]
[shridhar@perth shridhar]$

Need to search more but usually it's one inode per 4K/8K of disk size, so you 
can guess..

Bye
 Shridhar

--
Thought for the day:
    Dictatorship (n): a form of government under which everything 
    which is not prohibited is compulsory.




-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to