Re: VirtualBox shared folder looses connection after a while

2019-02-08 Thread Ed Greshko
On 2/9/19 1:11 AM, Paul Smith wrote: > Dear All, > > With the most recent versions of VirtualBox, the shared folder is not > working properly as before. > > My guest machine is running Windows 7, and the shared folder works > fine during some time. However, after some time, the connection to the >

Re: VirtualBox shared folder looses connection after a while

2019-02-08 Thread Paul Smith
On Fri, Feb 8, 2019 at 6:56 PM Patrick O'Callaghan wrote: > > > > With the most recent versions of VirtualBox, the shared folder is not > > working properly as before. > > > > My guest machine is running Windows 7, and the shared folder works > > fine during some time. However, after some time, th

Re: VirtualBox shared folder looses connection after a while

2019-02-08 Thread Patrick O'Callaghan
On Fri, 2019-02-08 at 17:11 +, Paul Smith wrote: > Dear All, > > With the most recent versions of VirtualBox, the shared folder is not > working properly as before. > > My guest machine is running Windows 7, and the shared folder works > fine during some time. However, after some time, the co

VirtualBox shared folder looses connection after a while

2019-02-08 Thread Paul Smith
Dear All, With the most recent versions of VirtualBox, the shared folder is not working properly as before. My guest machine is running Windows 7, and the shared folder works fine during some time. However, after some time, the connection to the shared folder gets lost. Are other people experienc

Re: more systemd brilliance

2019-02-08 Thread Ed Greshko
On 2/8/19 8:54 PM, Tom Horsley wrote: > Sometime recently systemd has decided to shutdown > the network interfaces before it unmounts all the > NFS filesystems, thus resulting in about a 5 minute > timeout on reboot. > > I've now added code to my pre-reboot script to > umount -l and umount -f every

more systemd brilliance

2019-02-08 Thread Tom Horsley
Sometime recently systemd has decided to shutdown the network interfaces before it unmounts all the NFS filesystems, thus resulting in about a 5 minute timeout on reboot. I've now added code to my pre-reboot script to umount -l and umount -f every nfs filesystem prior to really rebooting, and I ca