Read-only file system error in Plex after replicating pool

cdog89

Explorer
Joined
Jan 19, 2024
Messages
75
Hi: I needed to expand storage, so I replicated Pool 1 to Pool 2 (destroying pool 1 in the process), added 2 HDs, re-created Pool 1 with the added disks, then replicated Pool 2 back to Pool 1. All of the data is fine, but my Plex server is having errors. I thought that replication would transfer over all permissions, but I'm guessing this wasn't the case? Before I start messing the entire jail up with attempting to modify permissions, does anyone have any insight with this problem. I sincerely appreciate any help. Thanks!


Screenshot 2024-02-28 145219.jpg
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
zfs set -r readonly=off Pool1/iocage/jails

Replication targets have the readonly property set so you can perform incremental replication in the future.
 

cdog89

Explorer
Joined
Jan 19, 2024
Messages
75
zfs set -r readonly=off Pool1/iocage/jails

Replication targets have the readonly property set so you can perform incremental replication in the future.
Got it! Thanks for your help! I'll know this for the future.
 
Top