Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. MaintenanceTool free space problem
QtWS25 Last Chance

MaintenanceTool free space problem

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 258 Views
  • 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

    Has anyone else experienced MaintenanceTool or the unified installed refusing to do an install or add something because it says there isn't enough free space when the Finder in OSX clearly has several times the amount of space free that it needs? The installer thinks there's only 13GB free when the Finder says there's 109GB free.

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

      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?

      Christian EhrlicherC 1 Reply Last reply
      0
      • 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?

        Christian EhrlicherC Online
        Christian EhrlicherC Online
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Dupe of https://forum.qt.io/topic/144850/

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        1 Reply Last reply
        0
        • Christian EhrlicherC Christian Ehrlicher locked this topic on

        • Login

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