Jump to content

Drive not accessible until i click on it ubuntu linux.

Go to solution Solved by BoomerDutch,

Here's how

To list devices Command:

blkid

Grab UID you need

Then modify with 

sudo nano /etc/fstab

Add new line to be same as others and add UID to it.

 

Save and done.

 

After reboot it will mount at boot.

Hi I have a server running on an ubuntu system. It works well, except if i ever reboot the system I have to type the password in on the actual machine so i can remote into it to click on the drive in the files app or nothing is able to access the drives. It makes it really annoying to have to reboot because I have no monitor connected to it so i have to remote into it (which you cant do unless its logged in). So I have to try and input the password with no visual display.

 

In files once I click on it the amount of storage available pops up to the left of the area its mounted to. I have attached a picture. Does anyone know a fix? Thanks

test.png

Link to comment
Share on other sites

Link to post
Share on other sites

Add it to fstab or create a systemd unit to mount it

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to comment
Share on other sites

Link to post
Share on other sites

16 minutes ago, Kilrah said:

Add it to fstab or create a systemd unit to mount it

sorry I dont understand linux. How do i do that? Thanks

Link to comment
Share on other sites

Link to post
Share on other sites

Posted (edited)

Here's how

To list devices Command:

blkid

Grab UID you need

Then modify with 

sudo nano /etc/fstab

Add new line to be same as others and add UID to it.

 

Save and done.

 

After reboot it will mount at boot.

Edited by BoomerDutch
Updated after question how.

I'm jank tinkerer if it works then it works.

Regardless of compatibility 🐧🖖

Link to comment
Share on other sites

Link to post
Share on other sites

24 minutes ago, Britishblue said:

sorry I dont understand linux. How do i do that? Thanks

It's been a very long time since I've used Ubuntu, however don't they have "disks" installed? This will add disks to your fstab through the GUI for you. It will let you choose all these options for you. It sounds like this maybe a more user friendly option for you. Might want to check your menu for this.

Link to comment
Share on other sites

Link to post
Share on other sites

4 hours ago, BoomerDutch said:

Here's how

To list devices Command:

blkid

Grab UID you need

Then modify with 

sudo nano /etc/fstab

Add new line to be same as others and add UID to it.

 

Save and done.

 

After reboot it will mount at boot.

 

4 hours ago, BoomerDutch said:

Here's how

To list devices Command:

blkid

Grab UID you need

Then modify with 

sudo nano /etc/fstab

Add new line to be same as others and add UID to it.

 

Save and done.

 

After reboot it will mount at boot.

Thanks so much. Took a bit of learning but I got it working now 👍

Link to comment
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

×