Ubuntu24.04 builds Samba server
Since Ubuntu runs in a virtual machine, when you mount a Windows shared folder through Ubuntu, some CAE software will report a calculation error when running it in the mount point. Consider sharing the Ubuntu folder with Windows, so you need to build a Samba server on the Ubuntu system.
First, install the samba package on Ubuntu:
sudo apt install samba -y
Create a shared folder:
mkdir ${HOME}/LinuxShare
Edit the Samba configuration file /etc/samba/smb.conf
: