macOS – Does not hide “/System/Volumes” Mount Points
Author: faxotherapyCreated Feb 16, 2024Updated Nov 4, 2025
Using any of these options does not work on macOS:
duf --hide-mp '/System/Volumes/Data'
duf --hide-mp '/System/*'It stills shows:
/System/Volumes/Data
/System/Volumes/Preboot
/System/Volumes/Update
/System/Volumes/VMHowever, the following works…
duf --hide-mp '/'Source: muesli/duf