Jump to content

I'm trying to make a vm in virtual box with an openmediavault iso. The host os is Ubuntu 20.04. I've had tons of issues but almost gotten it to boot. But when I try to add my iso as a CD drive it says "failed to save to the settings of the  virtual machine openmediavailt to /<path to drive>/openmediavault/openmediavault.vbox" all the issues I've had seem to have something to do with permissions. Could the harddrive be set to only allow write access to root users? Or what else could be the issue?

Link to comment
https://linustechtips.com/topic/1359810-help-with-virtual-box-on-ubuntu/
Share on other sites

Link to post
Share on other sites

If you're not installing to your home folder then yes, it's a permission issue. Linux is designed to only allow you to write to your own home folder by default.

If you want full access to other folders, you need to use chmod to change the appropriate permissions.

PC Specs - AMD Ryzen 7 5800X3D MSI B550M Mortar - 32GB Corsair Vengeance RGB DDR4-3600 @ CL16 - ASRock RX7800XT 660p 1TBGB & Crucial P5 1TB Fractal Define Mini C CM V750v2 - Windows 11 Pro

 

Link to post
Share on other sites

Just now, NelizMastr said:

If you're not installing to your home folder then yes, it's a permission issue. Linux is designed to only allow you to write to your own home folder by default.

If you want full access to other folders, you need to use chmod to change the appropriate permissions.

I just tried running the command "sudo chmod ugo+wx /<path to drive>/" though I'm still receiving the same error. Did I use the wrong command?

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×