Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. MaintenanceTool not enough free space OSX
Forum Updated to NodeBB v4.3 + New Features

MaintenanceTool not enough free space OSX

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 289 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RogueWarrior
    wrote on last edited by
    #1

    MaintenanceTool is telling me that I don't have enough free space to do an install when OSX clearly has double what it's asking for. How can I fix this short of deleting stuff or doing a complete reinstall?

    SGaistS 1 Reply Last reply
    0
    • R RogueWarrior

      MaintenanceTool is telling me that I don't have enough free space to do an install when OSX clearly has double what it's asking for. How can I fix this short of deleting stuff or doing a complete reinstall?

      SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      How much free space do you have ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • R Offline
        R Offline
        RogueWarrior
        wrote on last edited by
        #3

        Okay, so here's what's going on. If you use Time Machine, backups happen to the local internal storage even though you may be using a NFS storage device. These can be very large. OSX considers this space to be purgeable and it will appear in Finder windows that you have a lot of free space. However, when you look at the drive in Disk Utility, you won't see all of that free space. Time Machine eventually frees up this space for regular use. You can accelerate this process by using tmutil in Terminal. For example:

        tmutil listlocalsnapshots /
        Snapshots for disk /:
        com.apple.TimeMachine.2023-05-05-125631.local
        com.apple.TimeMachine.2023-05-05-135413.local
        com.apple.TimeMachine.2023-05-05-145603.local
        com.apple.TimeMachine.2023-05-05-160247.local

        Shows the backups but it doesn't show their size. tmutil thinlocalsnapshots lets you delete snapshots of a certain size. tmutil deletelocalsnapshots lets you delete specific ones. (Google these commands for the details).

        Now, is this a bug or a feature as far as MaintenanceTool is concerned? That's debatable. Whatever low-level free space call Qt is using is clearly using something different than what the Finder itself is using. If Qt used the same call, would the OS then purge those local backups as needed? Who knows?

        SGaistS 1 Reply Last reply
        0
        • Christian EhrlicherC Christian Ehrlicher referenced this topic on
        • R RogueWarrior

          Okay, so here's what's going on. If you use Time Machine, backups happen to the local internal storage even though you may be using a NFS storage device. These can be very large. OSX considers this space to be purgeable and it will appear in Finder windows that you have a lot of free space. However, when you look at the drive in Disk Utility, you won't see all of that free space. Time Machine eventually frees up this space for regular use. You can accelerate this process by using tmutil in Terminal. For example:

          tmutil listlocalsnapshots /
          Snapshots for disk /:
          com.apple.TimeMachine.2023-05-05-125631.local
          com.apple.TimeMachine.2023-05-05-135413.local
          com.apple.TimeMachine.2023-05-05-145603.local
          com.apple.TimeMachine.2023-05-05-160247.local

          Shows the backups but it doesn't show their size. tmutil thinlocalsnapshots lets you delete snapshots of a certain size. tmutil deletelocalsnapshots lets you delete specific ones. (Google these commands for the details).

          Now, is this a bug or a feature as far as MaintenanceTool is concerned? That's debatable. Whatever low-level free space call Qt is using is clearly using something different than what the Finder itself is using. If Qt used the same call, would the OS then purge those local backups as needed? Who knows?

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          That's likely a point worth mentioning on the bug report system.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved