ls -Orbitlake /Volumes

total 4
2 drwxrwxr-t 32 root admin - 1156 Nov 10 06:15 ..
4943721 lrwxr-xr-x 1 root admin - 1 Feb 22 14:38 Macintosh HD -> /
4304933 drwxrwxrwt@ 3 root admin hidden 102 Feb 22 14:39 .
0: group:everyone deny add_file,add_subdirectory,directory_inherit,only_inherit

find /var/db/receipts -name '*.bom' |
while read x; do if lsbom -p MUGsf "$x" |
grep '/Volumes$'; then echo "$x"; echo; fi; done

drwxrwxrwt root admin ./Volumes
/var/db/receipts/com.apple.pkg.BaseSystem.bom

find /var/db/receipts -name '*.plist' |
while read x; do defaults read "${x%%.plist}" |
grep '/Volumes$' && echo "$x"; done

...yields a return to the command line without any additional information....


Freedom is never free....thank a Service member today.