On Linux, I can, without unmounting, remount a partition readonly, e.g.
# mount -o remount,ro /something
and then later, again without unmounting
# mount -o remount,rw /something
Is it possible to do this on MacOS with a Promise RAID mount? I get:
mount: /Volumes/something/: unknown special file or file system.