Catalina read-only filesystem issue

Anyone found a way to disable the readonly filesystem?


We have a /data directory required for work.



Mac mini, macOS 10.15

Posted on Nov 7, 2019 12:16 PM

Reply
Question marked as Top-ranking reply

Posted on Nov 7, 2019 1:14 PM

Thanks all. This worked for me


Summarizing.


Catalina ships with a man document for synthetic.conf - apparently Apple's intention on how to handle this situation (that their support folk aren't yet aware of). Thanks, VikingOSX!


I chose /System/Volumes/Data/data as the actual location; choose whatever directory you want)

 

Then, in a Terminal window:

sudo mkdir /System/Volumes/Data/data
sudo cp {location of data}/data /System/Volumes/Data/data (<--- not tested; I copied with Finder before thinking)
echo 'data\tSystem/Volumes/Data/data' | sudo tee -a /etc/synthetic.conf

 

Voila. /data on the read-only filesystem (kinda)

5 replies
Question marked as Top-ranking reply

Nov 7, 2019 1:14 PM in response to Limnos

Thanks all. This worked for me


Summarizing.


Catalina ships with a man document for synthetic.conf - apparently Apple's intention on how to handle this situation (that their support folk aren't yet aware of). Thanks, VikingOSX!


I chose /System/Volumes/Data/data as the actual location; choose whatever directory you want)

 

Then, in a Terminal window:

sudo mkdir /System/Volumes/Data/data
sudo cp {location of data}/data /System/Volumes/Data/data (<--- not tested; I copied with Finder before thinking)
echo 'data\tSystem/Volumes/Data/data' | sudo tee -a /etc/synthetic.conf

 

Voila. /data on the read-only filesystem (kinda)

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Catalina read-only filesystem issue

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.