I have been running Kubuntu 17.04 since it was released. I dual boot with Windows 10 and also run VirtualBox in Kubuntu. I have a separate data partition formatted to NTFS and that is where I keep my virtual machines. After a recent VirtualBox upgrade I noticed that I could not start VirtualBox and I assumed that it was related to the upgrade. Then I noticed that I could no longer write to the data partition due to insufficient permissions. My fstab entry for the data partition has remained unchanged:
/dev/sda9 /media/Data_NTFS ntfs defaults 0 0 0
I know the partition is mounted since I can see it and open files from it, but they are read only.
I have another similarly configured Kubuntu machine but the data partition is ext4. It has not experienced the same problems.
Vbox error:
Failed to open a session for the virtual machine Win10-Neon.
The VM session was closed before any attempt to power it on.
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
SessionMachine
Interface:
ISession {7844aa05-b02e-4cdd-a04f-ade4a762e6b7}
Error when saving from LibreOffice:
/home/rob/Documents/test2.odt does not exist
Any suggestions on how to fix this problem?
/dev/sda9 /media/Data_NTFS ntfs defaults 0 0 0
I know the partition is mounted since I can see it and open files from it, but they are read only.
I have another similarly configured Kubuntu machine but the data partition is ext4. It has not experienced the same problems.
Vbox error:
Failed to open a session for the virtual machine Win10-Neon.
The VM session was closed before any attempt to power it on.
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
SessionMachine
Interface:
ISession {7844aa05-b02e-4cdd-a04f-ade4a762e6b7}
Error when saving from LibreOffice:
/home/rob/Documents/test2.odt does not exist
Any suggestions on how to fix this problem?
Comment