Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Missing files

  • 28-10-2007 2:27pm
    #1
    Registered Users, Registered Users 2 Posts: 192 ✭✭


    I reinstalled Tiger earlier today, if i bring up the info on my hardive it says 70GB in use, but if i get the info on all the files (Apps,Users etc...) it only reads 30GB in use. Any ideas?


Comments

  • Closed Accounts Posts: 7,563 ✭✭✭leeroybrown


    Open up a Terminal and run the following (disk usage in megabytes of all top level filesystem directories on the system partition):
    sudo du -h -x -d 1 /
    

    The location of extra disk usage should be noticeable.

    If the big bulk shows up as /Users then:
    sudo du -h -x -d 1 /Users/
    

    It shouldn't take too long to narrow it down.

    EDIT - Fixed switches for Tiger compatibility.


  • Registered Users, Registered Users 2 Posts: 35,524 ✭✭✭✭Gordon




  • Closed Accounts Posts: 7,563 ✭✭✭leeroybrown


    Theres always an easy way too... ;)


  • Registered Users, Registered Users 2 Posts: 6,163 ✭✭✭ZENER


    ohandels wrote: »
    I reinstalled Tiger earlier today, if i bring up the info on my hardive it says 70GB in use, but if i get the info on all the files (Apps,Users etc...) it only reads 30GB in use. Any ideas?

    Did you do a "Clean Install" or an "Archive and Install" ? The latter leaves the documents alone I think - music, photos etc should still be there which could add up to the amount you mentioned. Just a suggestion.

    ZEN


  • Registered Users, Registered Users 2 Posts: 6,163 ✭✭✭ZENER


    Open up a Terminal and run the following (disk usage in megabytes of all top level filesystem directories on the system partition):
    sudo du -m -x -d 1 /
    

    The location of extra disk usage should be noticeable.

    If the big bulk shows up as /Users then:
    sudo du -m -x -d 1 /Users/
    

    It shouldn't take too long to narrow it down.

    I like this way but the '-m' throws an error ?!

    ZEN


  • Advertisement
  • Closed Accounts Posts: 7,563 ✭✭✭leeroybrown


    ZENER wrote: »
    I like this way but the '-m' throws an error ?!
    Hmm. Must be a new switch that appeared in Leopard...

    EDIT - I think I remember the options being far more restrictive on Tiger but '-h' (human readable) almost certainly worked. Edited above.


Advertisement