WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

1.0K

Title pretty much says it all. I have a secondary storage HDD that I want mounted on start up, but it asks for a password every boot. In gnome I could set it to automount without asking, but in KDE I can't seem to find a way to do it.

Any suggestions to try?

Title pretty much says it all. I have a secondary storage HDD that I want mounted on start up, but it asks for a password every boot. In gnome I could set it to automount without asking, but in KDE I can't seem to find a way to do it. Any suggestions to try?

(post is archived)

[–] 1 pt

Systemd? If so.

Do it similar to this. I just grabbed that from my fstab. as you see it mounts my nfs share after boot, without asking me for my password or anything. If you need credentials, you can do that also, look at the options.

10.10.1.99:/volume1/Backups /mnt/nfs nfs tcp,_netdev,nofail,x-systemd.automount 0 0

[–] 1 pt

I believe I tried the fstab route, but I'll revisit it again later this evening

[–] 1 pt

note the x-systemd and automount parameters.

Is it a network share, or connected to the computer with USB?

Something like this would work for a cifs share adding credentials if you need those to access a share.

//server/share /pathto/mountpoint cifs credentials=/home/username/.smbcredentials,uid=shareuser,gid=sharegroup 0 0

[–] 1 pt

It's sata internal. My old HDD. Mainly used for inactive steam games and media storage