df -H /System/Volumes/Data
Last login: Sun Jan 16 08:26:04 on ttys002
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
pc15:~ EricN$ df -H /System/Volumes/Data
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1s1 500G 286G 193G 60% 1349780 1881180040 0% /System/Volumes/Data
pc15:~ EricN$
macbook-air-de-barnaud:~ barnaudcedric$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *121.3 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_APFS Container disk1 121.1 GB disk0s2
/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +121.1 GB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD 114.3 GB disk1s1
2: APFS Volume Preboot 20.9 MB disk1s2
3: APFS Volume Recovery 519.0 MB disk1s3
4: APFS Volume VM 1.1 GB disk1s4
macbook-air-de-barnaud:~ barnaudcedric$ diskutil ap listSnaps disk1s1
diskutil: did not recognize APFS verb "listSnaps"; type "diskutil apfs" for a list
macbook-air-de-barnaud:~ barnaudcedric$
diskutil ap listSnaps disk1s1
Last login: Fri Feb 25 16:13:49 on ttys000
macbook-air-de-barnaud:~ barnaudcedric$ diskutil ap listSnaps disk1s1
diskutil: did not recognize APFS verb "listSnaps"; type "diskutil apfs" for a list
macbook-air-de-barnaud:~ barnaudcedric$
tmutil listlocalsnapshots /
diskutil verifyVolume disk1
macbook-air-de-barnaud:~ barnaudcedric$ diskutil verifyVolume disk1
Started file system verification on disk1
Verifying storage system
Using live mode
Performing fsck_apfs -n -x -l /dev/disk0s2
Checking volume
Checking the container superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the object map
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Verifying allocated space
warning: Overallocation Detected on Main device: (7973528+1) bitmap address (48126)
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Finished file system verification on disk1
macbook-air-de-barnaud:~ barnaudcedric$
csrutil disable
diskutil list
Last login: Fri Feb 25 17:18:54 on console
macbook-air-de-barnaud:~ barnaudcedric$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *121.3 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_APFS Container disk1 121.1 GB disk0s2
/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +121.1 GB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD 114.3 GB disk1s1
2: APFS Volume Preboot 20.9 MB disk1s2
3: APFS Volume Recovery 519.0 MB disk1s3
4: APFS Volume VM 1.1 GB disk1s4
macbook-air-de-barnaud:~ barnaudcedric$
sudo find -x / -d 1 -regex '.*[^\.\].*' -exec sudo du -shx {} +
macbook-air-de-barnaud:~ barnaudcedric$ sudo find -x / -d 1 -regex '.*[^\.\].*' -exec sudo du -shx {} +
Password:
1,0K /home
460M /usr
489M /.Spotlight-V100
1,0K /net
12K /.DS_Store
0B /.PKInstallSandboxManager
0B /.PKInstallSandboxManager-SystemSoftware
2,6M /bin
4,0K /installer.failurerequests
0B /Network
1,1M /sbin
0B /.file
0B /etc
0B /var
3,4G /Library
0B /.Trashes
7,5G /System
501M /macOS Install Data
4,0K /.fseventsd
55G /private
29M /.DocumentRevisions-V100
0B /.vol
34G /Users
3,6G /Applications
4,5K /dev
0B /Volumes
0B /tmp
4,0K /.IAProductInfo
0B /cores
macbook-air-de-barnaud:~ barnaudcedric$