Find the Size of MFS File

How do you find the size of MFS file?

Questions by imti.abinitio   answers by imti.abinitio

Showing Answers 1 - 36 of 36 Answers

rmatcha

  • Aug 4th, 2010
 

m_ls will disply you the number of partitions in a multifile system

If you want to know how much disk space is used by a multi file u can use the following two commands

m_du: Will give you the disk usage of a multi file system , it will clerly gives you how much space is used for each partion on the disk

m_df : Disk fragmentation will also help's

Compute check sum is the component which will give you the total size and the number of records in it, but it is a time taking process and you need to build a graph for the same.

Hope the answers will help.

  Was this answer useful?  Yes

Vijay

  • Oct 25th, 2011
 

wc -l mfs file name
will give depth of mfs file as mfs file stores path of all partions.
wc -l will give records in file which is equal to depth of partition

  Was this answer useful?  Yes

Binay Bhusan Mishra

  • Nov 30th, 2011
 

m_ls -ls will give us the exact size of the MFS file.

  Was this answer useful?  Yes

pp

  • Dec 6th, 2011
 

m_cat mfsfilename|wc -l

  Was this answer useful?  Yes

AKG

  • Feb 6th, 2012
 

m_expand -native | wc -l

  Was this answer useful?  Yes

PN Reddy

  • Feb 9th, 2012
 

using m_expand you can know the count of partition on the file

  Was this answer useful?  Yes

Vinoth raj

  • Mar 29th, 2012
 

Use m_ls -ltr file name you will have the record count and also size of it.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions