Start a Conversation

Unsolved

This post is more than 5 years old

H

967

September 23rd, 2016 08:00

Celerra command to see how many files and/or folders are in a filesystem

I have a VG2 Celerra. Is there a command I can run to see how many files and/or folders are in a specific filesystem? I know the command, server_df ALL -i shows the the size of all the filesystems and how much storage allocated to them has been used. But I want to get more detailed information on each filesystem.

4 Operator

 • 

8.6K Posts

September 23rd, 2016 09:00

server_df is what's available - it does show the number of inodes used

the file system superblock doesnt include the specifics - just the number of inodes used - which could be directories or files.

In Unix file systems a directory is just a special file.

Otherwise you need to count from a client

Other Option would be to enable (tracking) quota's to get the info per user / treequota

1 Rookie

 • 

16 Posts

September 27th, 2016 08:00

Thanks for the info!

No Events found!

Top