I’m trying to modify data under /var
in recovery mode on my MacBook running Big Sur,
but when I try to access /Volumes/Macintosh HD/var
, it is a symlink to /Volumes/Macintosh HD/private/var
, and /Volumes/Macintosh HD/private
is an empty directory. (I guess it is unmounted.)
But since there is no fstab
on mac, I couldn’t find what should be mounted there.
How can I mount it (if it is unmounted) or access /var
?
/Volumes/Macintosh HD - Data/private/var
. – Gordon Davisson Jun 22 '21 at 18:57