Announcement

Collapse
No announcement yet.

How to calculate size of mouted Kubuntu?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to calculate size of mouted Kubuntu?

    Hi,

    Is there a method (terminal command perhaps) that will calculate the total size of the mounted Kubuntu? I thought cksum might work but I don't think it will do the whole FS (e.g. /)

    I want to print to file (or terminal) the size of the OS before and after I run a program to show the size difference of the OS.

    Ideas?

    Cheers,

    #2
    Re: How to calculate size of mouted Kubuntu?

    man df

    Comment


      #3
      Re: How to calculate size of mouted Kubuntu?

      Worked perfectly, thanks

      I used:
      sudo df -T -h -l -a --sync >> some.log

      Cheers,

      Comment


        #4
        Re: How to calculate size of mouted Kubuntu?

        Hi,

        Just in case you're so lazy as me, you don't need to put this spaces and -, one is enough :
        sudo df -Thla --sync >> some.log

        Hope it helps

        Comment

        Working...
        X