Hello.
My Ubuntu is on VirtualBox.
Can't copy file ff.jar from shared directory /media/sf_share/ff.jar
in directorio /snap/pycharm-professional/current/bin/
Tried root access different commands, but all even, says File system is read-only. Or is it in principle possible to copy the file to the directory where is located this program pycharm-professional ?
cp /media/sf_share/* /snap/pycharm-professional/current/bin/ -R-n -v
In home directory copies fine, no problem.
cp /media/sf_share/* /home/blazer/snap/pycharm-professional/current/ -R-n -v
How to make a file system accessible not only for reading but also for writing?