Hello folks, when I try to open an Ntfs storage that I have my vms in I get the following error:
"Mount is denied because the NTFS volume is already exclusively opened. The volume may be already mounted, or another software may use it which could be identified for example by the help of the 'fuser' command."
I mount the storage with fstab with the following parameters /run/media/leopseft/storage/ ntfs auto,user,rw 0 0
With the newer vm versions i can open the storage normally but vms doesn't run due to system limitations (old core2duo 2010 laptop).
Does anyone have a work around for this issue? Thank you very much.
Pinned Comments
jihem commented on 2018-01-11 17:39 (UTC) (edited on 2020-02-10 17:25 (UTC) by jihem)
After the first installation, please:
1) install the appropriate headers package(s) for your installed kernel(s): linux-headers for default kernel, linux-lts-headers for LTS kernel...
2) reboot or load vmw_vmci and vmmon kernel modules (modprobe -a vmw_vmci vmmon)
3) Enable the services you need:
vmware-networks.service: to have network access inside VMs
vmware-usbarbitrator.service: to connect USB devices inside VMs
vmware-hostd.service: to share VMs on the network