![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to determine a partitions filesystem and inodes | sbn | SUN Solaris | 3 | 12-12-2008 04:33 AM |
| Inodes | nitin09 | Linux | 3 | 05-02-2008 07:12 AM |
| NFS export filesystem with several partitions | fmtu2005 | Filesystems, Disks and Memory | 2 | 03-16-2008 04:30 AM |
| inodes | gfhgfnhhn | UNIX for Dummies Questions & Answers | 3 | 10-12-2006 02:12 AM |
| INodes... | boris888 | Filesystems, Disks and Memory | 3 | 05-09-2002 10:21 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
A files inode number can easily be found by using ls command.
ie. ls -i /etc/passwd More inode info can be obtained by using df. df -i, --inodes list inode information (instead of block usage) --iused gives a used inode countTo see a count of inodes for a mount (ufs)- /usr/bin/df -F ufs -o i Info on filesystems used for partitions can be found using fdisk -l You can also find out what type of file systems currently mounted with the mount command. |
|
||||
|
Tnx
![]() |
| Sponsored Links | ||
|
|