Here was the process of the CLI:
MacPr BM % brig mount BM --root /mac
MacPr BM % open .
The system can open and read the files I added before, but
when I copy new files into the mounting folder, the system showed me "there is no enough space for me to copy!"
when I edit the file in the mounting folder, the system showed me "it can not be saved!"
but when I use CLI , both of them works well:
MacPr BM % cp -r /Users/***/newfile .
MacPr BM % nano README.md
Can brig work well like the normal system? something like the vedio below:
https://www.youtube.com/watch?v=jXkTEBdM6aA
thanks.