...Funny, Windows 3.0 wasn't actually an operating system..
...Funny, Windows 3.0 wasn't actually an operating system..
What would you call it then? It was released May 22, 1990 and version 3.1 was released April 6, 1992.Funny, Windows 3.0 wasn't actually an operating system..
A fancy file manager GUI? Sure it had its own apps, once it was loaded, but it ran on top of DOS.What would you call it then? It was released May 22, 1990 and version 3.1 was released April 6, 1992.
I think for power / pro users, this OS is absolute garbage. I can not fathom why it takes so long to reconcile freed up space! Every time I get ready to go on an out of town job, I usually trim at least 500GB to a TB of content off and it NEVER registers it the same day, so I can't effing backup before a job because it is needlessly bloating my backup drive.
Then when I drag and drop 5,000 to 10,000 raw files from one folder to the next, it spends for-ever "thinking" before moving a damn thing.
What a total POS!!
❯ df -m ~
Filesystem 1M-blocks Used Available Capacity iused ifree %iused Mounted on
/dev/disk3s5 3811196 1613977 2152333 43% 4238389 22039893880 0% /System/Volumes/Data
❯ ls -l goland-2023.3.4.tar
.rw-r--r-- sdorr staff 2066027520 Sun Feb 25 21:34:18 2024 goland-2023.3.4.tar
❯ rm goland-2023.3.4.tar
❯ df -m ~
Filesystem 1M-blocks Used Available Capacity iused ifree %iused Mounted on
/dev/disk3s5 3811196 1611996 2154314 43% 4238391 22060182040 0% /System/Volumes/Data
(2154314 - 2152333) * 1024 * 1024
2077229056 which is what I would expect.I'm a professional developer constantly working on some pretty extensive projects. Sonoma has been the smoothest macOS I've used in years.
I'm curious how you're removing data from your machine. When I delete things, the available space reflects that change immediately:
Bash:❯ df -m ~ Filesystem 1M-blocks Used Available Capacity iused ifree %iused Mounted on /dev/disk3s5 3811196 1613977 2152333 43% 4238389 22039893880 0% /System/Volumes/Data ❯ ls -l goland-2023.3.4.tar .rw-r--r-- sdorr staff 2066027520 Sun Feb 25 21:34:18 2024 goland-2023.3.4.tar ❯ rm goland-2023.3.4.tar ❯ df -m ~ Filesystem 1M-blocks Used Available Capacity iused ifree %iused Mounted on /dev/disk3s5 3811196 1611996 2154314 43% 4238391 22060182040 0% /System/Volumes/Data
First I show free space. I show a large file in my downloads folder (roughly 2GB in size). I delete that file and immediately check the free space on disk. You can see the available count went from 2152333 to 2154314, a reduction of(2154314 - 2152333) * 1024 * 1024
2077229056 which is what I would expect.
Deleting files is as instant as anything is going to get. Maybe you're deleting things from the finder in which case they're going in the trash? If that's the case, emptying the trash will immediately free up that space. Maybe you're telling an app to delete assets the app is tracking? If that's the case, perhaps that app is similarly caching things in a trash can type thing that needs to be manually purged.
I wonder if this has anything to do with APFS snapshots. Have you tried DaisyDisk utility? It is good at identifying and deleting hidden files.I just spent over two hours with Apple support on the phone, did a re-install of the OS and it is still not freeing up space. In fact, we tried to delete some other non-essential things and the system data folder in General, Storage actually grew. This is horrible timing, I have a big week long job I fly out for tomorrow and I am going to run out of space. I'm going to try to hit the genius bar in the town I am flying into but I might want to bring my M1 iPad Pro as a backup.
I’m willing to try anything to prevent this mess. After additional digging, I found someone had the same issue in 2022 and the only thing that solved it was a full erase and re-install of the OS. I did that last night and went from 1.54TB available to 3.22TB.I wonder if this has anything to do with APFS snapshots. Have you tried DaisyDisk utility? It is good at identifying and deleting hidden files.
Certainly reinstalling the OS is not workable just to free up space. That is why at some point a few years ago I tried Daisy Disk. It worked. Did you try it? Also what about backups from Time Machine or Carbon Copy Cloner to restore to previous states?I’m willing to try anything to prevent this mess. After additional digging, I found someone had the same issue in 2022 and the only thing that solved it was a full erase and re-install of the OS. I did that last night and went from 1.54TB available to 3.22TB.
I’ll keep a close eye on it from now on, because otherwise this is just not a workable platform if it keeps doing this.
Not yet, I just landed for my connection, have a big job this week and I am not going to mess with too much until I am back home.Certainly reinstalling the OS is not workable just to free up space. That is why at some point a few years ago I tried Daisy Disk. It worked. Did you try it? Also what about backups from Time Machine or Carbon Copy Cloner to restore to previous states?