My 2nd Hard Drive keeps getting unmounted after restart

What should I do to keep it from getting unmounted after restart?

The UID of my partition is already the same with the uid in /etc/fstab. It didn't do anything.

Is sda1 your primary partition? What is the /dev/ ID for the 2nd hard drive?

Oh I made a typo. sda1 is not my primary partition. The /dev/ID for the 2nd hard drive is /dev/sdb1. I mistyped sda1. I did the process again and used sdb1 but when I edited the fstab file it's read only so I can't save it.

How can I save the file?

You must open the file with Root Privileges.

sudo nano /etc/fstab

Once you have made any necessary changes, tap ctrl+x to exit the editor, then the y key to say "yes" to save, then the enter key to save as current configuration.

1 Like

@Aravisian sorry for the late reply. I think I messed something up. After saving the file the pc won't boot so I clean installed zorin. Good thing there's nothing important there so I clean installed.

The exact line I added in the fstab file is "UIID=9050a3c0-d38e-4336-8245-a2ac73ecb49d /home ext4 defaults 0 0"

The article sent by @anon6471198 says "UID=inserthereUUID". But I changed the UID to UIID because I think the UID is a typo. So after adding the exact line, the pc won't boot. I think the wrong thing I've did is the "/home" part. Can you help me figure out what exact line I should add in the fstab file.


Based on the article, I think home is the drive name. And in my case 1 TB Storage is the drive name. And also in the article the guy said " Then add this line below the
#/home was on /dev/sda6 during installation"

But in my case there's no /dev/sdb1 during installation line.

It should be UUID

In your case, your second drive is /dev/sdb1
You can add the line beneath your existing line that looks similar to
"UUID=9050a3c0-d38e-4336-8245-a2ac73ecb49d /home ext4 defaults 0 0"

1 Like

@Aravisian the problem is solved now.
I just referred to this tutorial - How to Auto Mount Drives in Linux on Boot - YouTube
Instead of /home I used /media/1TB since that's where I want to mount the drive.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.