Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

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 Best 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 Best 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)

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 ID.