Jump to content

When i boot into ubuntu i get this message saying an error occurred while mounting /mnt/ssd and i have to click skip mounting. After i do that and boot into the os i then try to access my ssd and it says that it's unable to mount. Can someone please help me I'd really like to this up and running properly.

Link to comment
https://linustechtips.com/topic/288659-ubuntu-boot-issue/
Share on other sites

Link to post
Share on other sites

@Bluevoodoo

First things first, make sure your drive hasn't bit the dust. Boot into the bios and see if you can see the ssd.

 

Then, I would start with your fstab (/etc/fstab) this file tells the OS what drives to mount where, by UUID.

 

your drives UUID could have changed, verify this with "sudo blkid"

if you need to edit the fstab, take a look at the help docs here. But if all you are doing is changing a UUID, it wont be too big of a deal

 

If your drives UUID has not changed, and your fstab is correct, then I would verify that /mnt/ssd exists, then check your permissions on that folder

Link to comment
https://linustechtips.com/topic/288659-ubuntu-boot-issue/#findComment-3919137
Share on other sites

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

×