I found this:
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1s5 233Gi 10Gi 111Gi 9% 488255 2447613065 0% /
devfs 342Ki 342Ki 0Bi 100% 1184 0 100% /dev
/dev/disk1s1 233Gi 107Gi 111Gi 50% 1405058 2446696262 0% /System/Volumes/Data
/dev/disk1s4 233Gi 4.0Gi 111Gi 4% 5 2448101315 0% /private/var/vm
map -hosts 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/net
map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home
/dev/disk2s1 594Mi 494Mi 101Mi 84% 6 4294967273 0% /Volumes/RecoveryHDMeta
/dev/disk3s1 1.9Gi 1.2Gi 654Mi 66% 48034 4294919245 0% /Volumes/macOS Base System
/dev/disk4s1 1.9Gi 1.2Gi 654Mi 66% 48034 4294919245 0% /Volumes/macOS Base System 1
Is this normal? (last two lines) Can I erase /Volumes/macOS Base System 1
and reclaim that space, or will I be breaking something?
Thanks a lot in advance.
diskutil list
as a starting point. – Gilby May 21 '22 at 03:26diskutil list
looks way prettier but I like to see percentages!Thanks for chipping in @GordonDavisson! Your comment makes a lot of sense, however, I am not in recovery mode.
– mariano-daniel May 23 '22 at 18:43diskutil list
would help clarify what's going on. Note that the volumes are listed as being on different disks (/dev/disk3 and /dev/disk4); these might be partitions on your disk, but my guess is that they (and probably /dev/disk2, which holds RecoveryHDMeta) are actually mounted disk images. It looks to me like something mounted your recovery system (which is a normal part of a macOS) and another recovery (not sure where that's from), and just left them mounted. Rebooting will probably remove (i.e. unmount) them. – Gordon Davisson May 26 '22 at 17:15#: TYPE NAME SIZE IDENTIFIER 0: APFS Container Scheme - +250.7 GB disk1 Physical Store disk0s2 1: APFS Volume Macintosh HD - Data 114.9 GB disk1s1 2: APFS Volume Preboot 172.5 MB disk1s2 3: APFS Volume Recovery 529.0 MB disk1s3```
– mariano-daniel Jun 02 '22 at 16:475: APFS Volume Macintosh HD 11.2 GB disk1s5```
– mariano-daniel Jun 02 '22 at 16:47/Volumes/macOS Base System 1
after a reboot, so maybe it was some installation type of Volume or? Now it's a mystery I would like to solve – mariano-daniel Jun 02 '22 at 16:48