diff --git a/deployments/data100/config/common.yaml b/deployments/data100/config/common.yaml
index 031a8c7b8..757c3714c 100644
--- a/deployments/data100/config/common.yaml
+++ b/deployments/data100/config/common.yaml
@@ -104,7 +104,13 @@ jupyterhub:
       course::1532866: # Temporarily grant 3G of RAM to all students
         mem_limit: 3G
         mem_guarantee: 3G
-      
+
+      # Econ148, Spring '24; testing shared_readwrite for groups in Eric's class
+      course::1532866::group::shared_readwrite:
+        extraVolumeMounts:
+          - name: home
+            mountPath: /home/jovyan/_shared-econ148
+            subPath: _shared    
     admin:
       mem_guarantee: 2G
       extraVolumeMounts: