- Joined
- May 3, 2008
- Messages
- 265
- Reaction score
- 4
- Points
- 18
- Location
- Canada
- Your Mac's Specs
- 15" MBP macOS Big Sur....iPad Air 9th Gen, iPadOS 18....iPhone 8+...14" MBP macOS Sequoia 15
I am having purgeable issues again and have done what I did in the past but I'm not having the same luck.
This is what comes up when I request the volumes using sudo tmutil listlocalsnapshots /Volumes/
Macintosh-001ff34e9923:~ robertgater$ sudo tmutil listlocalsnapshots /Volumes/
Password:
com.apple.TimeMachine.2019-02-06-062955 (dataless)
com.apple.TimeMachine.2019-02-07-211236 (dataless)
com.apple.TimeMachine.2019-02-27-081749
Macintosh-001ff34e9923:~ robertgater$
Disk utility says I have 115.89 GB available (100.19 GB purgeable).
I've tried using: tmutil listlocalsnapshotdates / |grep 20|while read f; do tmutil deletelocalsnapshots $f; done
but I'm getting no where. Any help would be great. Thanks.
This is what comes up when I request the volumes using sudo tmutil listlocalsnapshots /Volumes/
Macintosh-001ff34e9923:~ robertgater$ sudo tmutil listlocalsnapshots /Volumes/
Password:
com.apple.TimeMachine.2019-02-06-062955 (dataless)
com.apple.TimeMachine.2019-02-07-211236 (dataless)
com.apple.TimeMachine.2019-02-27-081749
Macintosh-001ff34e9923:~ robertgater$
Disk utility says I have 115.89 GB available (100.19 GB purgeable).
I've tried using: tmutil listlocalsnapshotdates / |grep 20|while read f; do tmutil deletelocalsnapshots $f; done
but I'm getting no where. Any help would be great. Thanks.