Shares not working

Rockstor 3.8.12
Hi guys. My server was rendered useless by some qgroups error so I turned off quotas for btrfs
Now my shares aren’t mounted anymore (I think) since they show zero usage. How do I do to re-mount my data manually ?

The folders created under /mnt2/storage/ still exist, so the data is not gone

Some services won’t start with quotas disabled:
btrfs quota enable <PATH_TO_POOL>
Start services:
systemctl start rockstor-bootstrap.service
systemctl start smb
Mount your SMB shares.

Disable quotas again:
btrfs quota disable <PATH_TO_POOL>