I've got a Fedora desktop running VirtualBox 7.2.2, with a VM running AlmaLinux 9.
I am running transmission torrent client, which saves files into a remote Samba/CIFS share.
Everything starts off nicely, it starts to download my ISO images at full speed, and it works for about 8 hours, then eventually the VM ethernet dies. The VM is not pigable and nothing I try can bring it back online. I can't even soft reboot because something is "stuck". I can only forcibly power off the VM.
This happens all the time, so its not a random occurrence.
Any ideas what I can try?
Thank you
PS:
In case it helps, here is how I mount the remote Samba/CIFS share:
Code: Select all
//192.168.1.1/ISOImages /mnt/ISOImages cifs _netdev,uid=transmission,gid=transmission,file_mode=0644,nosuid,nodev,serverino,cache=none,vers=3.1.1,credentials=/etc/transmission/secret.conf
So far I've tried the following VM ethernet adapters and they all die:
- virtio-net
- 82540EM
- 82543GC
- 82545EM
- 82583V (the new experimental adapter, just started using it today, hasn't crashed so far)