You are not logged in.

#1 2025-08-22 23:01:10

SylviaAmbermoon
Member
Registered: 2025-08-21
Posts: 43

[SOLVED] New ext4 drive automounted in fstab, no write permissions

How do I change permissions so I can write to my new drive. Here is my fstab. It's sdd1. Anyone have a specific wiki link perhaps?

# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda3
UUID=8d31b566-ec34-494b-ac9e-1f99aacff778       /               ext4            rw,relatime     0 1

# /dev/sda1
UUID=68CD-03D8          /boot           vfat            rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro   0 2

# /dev/sda4
UUID=a069731e-c0df-4da1-9a5b-c3cfd55fe46d       /home           ext4            rw,relatime     0 2

# /dev/sda2
UUID=64e763f7-1da9-4b06-8d30-278e124cc39d       none            swap            defaults        0 0

# /dev/sdd1
UUID=3583a7e4-7cc5-4723-80b7-b21280928966       /run/media/sylvia/3583a7e4-7cc5-4723-80b7-b21280928966          ext4            rw,relatime     0 0

Last edited by SylviaAmbermoon (2025-08-23 03:21:49)


Trade offer: Help me get Counter Strike working and I'll help you rank up. :3

Offline

#2 2025-08-22 23:19:58

iwuvkittens
Member
Registered: 2025-05-30
Posts: 87

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

what do you mean you cant write to it?


gnu/linux/tux

Offline

#3 2025-08-22 23:21:15

SylviaAmbermoon
Member
Registered: 2025-08-21
Posts: 43

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

iwuvkittens wrote:

what do you mean you cant write to it?

I don't have permissions to write to it's folders in the gui. I assume I could probably write to it with sudo

i lose permissions to write when I get to /run/media

Last edited by SylviaAmbermoon (2025-08-22 23:23:52)


Trade offer: Help me get Counter Strike working and I'll help you rank up. :3

Offline

#4 2025-08-22 23:22:59

iwuvkittens
Member
Registered: 2025-05-30
Posts: 87

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

which file manager?


gnu/linux/tux

Offline

#5 2025-08-22 23:24:05

SylviaAmbermoon
Member
Registered: 2025-08-21
Posts: 43

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

iwuvkittens wrote:

which file manager?

Dolphin


Trade offer: Help me get Counter Strike working and I'll help you rank up. :3

Offline

#6 2025-08-22 23:26:20

iwuvkittens
Member
Registered: 2025-05-30
Posts: 87

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

do you have a polkit installed like polkit-kde-agent it will prompt you when trying to do something that requires elevated privileges

i think dolphin requires this extension

Kiwj.png

to manage root owned files

Last edited by iwuvkittens (2025-08-22 23:31:31)


gnu/linux/tux

Offline

#7 2025-08-22 23:31:59

SylviaAmbermoon
Member
Registered: 2025-08-21
Posts: 43

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

iwuvkittens wrote:

do you have a polkit installed like polkit-kde-agent it will prompt you when trying to do something that requires elevated privileges

I don't believe I do, I haven't heard of a polkit yet

FWIW This is going to be a steam library only drive

Last edited by SylviaAmbermoon (2025-08-22 23:32:52)


Trade offer: Help me get Counter Strike working and I'll help you rank up. :3

Offline

#8 2025-08-22 23:39:32

iwuvkittens
Member
Registered: 2025-05-30
Posts: 87

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

install kio-admin and see if it werks


gnu/linux/tux

Offline

#9 2025-08-22 23:44:10

SylviaAmbermoon
Member
Registered: 2025-08-21
Posts: 43

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

iwuvkittens wrote:

install kio-admin and see if it werks

Doesn't seem to have done anything. Seems like there is something wrong with my /run/media directory. It goes wrong there, can't edit permissions in the properties either

Permissions are set to nfsnobody on that folder

Last edited by SylviaAmbermoon (2025-08-22 23:45:04)


Trade offer: Help me get Counter Strike working and I'll help you rank up. :3

Offline

#10 2025-08-22 23:48:50

iwuvkittens
Member
Registered: 2025-05-30
Posts: 87

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

KiwI.png


gnu/linux/tux

Offline

#11 2025-08-22 23:52:25

iwuvkittens
Member
Registered: 2025-05-30
Posts: 87

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

SylviaAmbermoon wrote:
iwuvkittens wrote:

install kio-admin and see if it werks

Doesn't seem to have done anything. Seems like there is something wrong with my /run/media directory. It goes wrong there, can't edit permissions in the properties either

Permissions are set to nfsnobody on that folder

hmm didnt u mount it as ext4 though

/run/media or /run/media/*/insertuuidhere

Last edited by iwuvkittens (2025-08-22 23:55:41)


gnu/linux/tux

Offline

#12 2025-08-22 23:55:22

SylviaAmbermoon
Member
Registered: 2025-08-21
Posts: 43

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

iwuvkittens wrote:
SylviaAmbermoon wrote:
iwuvkittens wrote:

install kio-admin and see if it werks

Doesn't seem to have done anything. Seems like there is something wrong with my /run/media directory. It goes wrong there, can't edit permissions in the properties either

Permissions are set to nfsnobody on that folder

hmm didnt u mount it as ext4 though

I partitioned it as ext4 with gparted, and it should be set to ext4 in fstab as said above

Last edited by SylviaAmbermoon (2025-08-22 23:56:02)


Trade offer: Help me get Counter Strike working and I'll help you rank up. :3

Offline

#13 2025-08-22 23:56:49

iwuvkittens
Member
Registered: 2025-05-30
Posts: 87

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

see the image i sent


gnu/linux/tux

Offline

#14 2025-08-22 23:57:20

SylviaAmbermoon
Member
Registered: 2025-08-21
Posts: 43

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

iwuvkittens wrote:

see the image i sent

Image is broken... Google just shows a kiwi ?


Trade offer: Help me get Counter Strike working and I'll help you rank up. :3

Offline

#15 2025-08-22 23:58:11

iwuvkittens
Member
Registered: 2025-05-30
Posts: 87

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions


gnu/linux/tux

Offline

#16 2025-08-23 00:17:59

solskog
Member
Registered: 2020-09-05
Posts: 462

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

man FILE-HIERARCHY(7) wrote:

/run/
A "tmpfs" file system for system packages to place runtime data, socket files, and similar. This directory is flushed on boot, and generally writable for privileged programs only. Always writable.

How about change /etc/fstab to another mount point like

# /dev/sdd1
UUID=3583a7e4-7cc5-4723-80b7-b21280928966       /home/media/sylvia        ext4            rw,relatime     0 0

Last edited by solskog (2025-08-23 00:20:58)

Offline

#17 2025-08-23 00:26:08

iwuvkittens
Member
Registered: 2025-05-30
Posts: 87

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

iirc dolphin automounts to /run/media


gnu/linux/tux

Offline

#18 2025-08-23 00:27:06

SylviaAmbermoon
Member
Registered: 2025-08-21
Posts: 43

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

solskog wrote:
man FILE-HIERARCHY(7) wrote:

/run/
A "tmpfs" file system for system packages to place runtime data, socket files, and similar. This directory is flushed on boot, and generally writable for privileged programs only. Always writable.

How about change /etc/fstab to another mount point like

# /dev/sdd1
UUID=3583a7e4-7cc5-4723-80b7-b21280928966       /home/media/sylvia        ext4            rw,relatime     0 0

This caused it to say that the directories /home/media/sylvia do not exist. Perhaps I need to make the directories prior to booting it ?

Last edited by SylviaAmbermoon (2025-08-23 00:27:31)


Trade offer: Help me get Counter Strike working and I'll help you rank up. :3

Offline

#19 2025-08-23 00:30:25

solskog
Member
Registered: 2020-09-05
Posts: 462

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

This caused it to say that the directories /home/media/sylvia do not exist. Perhaps I need to make the directories prior to booting it ?

Yes.

Offline

#20 2025-08-23 00:30:49

iwuvkittens
Member
Registered: 2025-05-30
Posts: 87

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

i don't believe changing the mount location will change anything in your situation, dolphin automounts to /run/media/usernamehere additionally because of this you do not need an fstab entry

try opening dolphin with:

dolphin admin:///

http://0x0.st/Kixj.png

Last edited by iwuvkittens (2025-08-23 00:32:19)


gnu/linux/tux

Offline

#21 2025-08-23 00:33:20

SylviaAmbermoon
Member
Registered: 2025-08-21
Posts: 43

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

iwuvkittens wrote:

i don't believe changing the mount location will change anything in your situation, dolphin automounts to /run/media/usernamehere additionally because of this you do not need an fstab entry

try opening dolphin with:

dolphin admin:///

I've been trying that sorry for not stating, it says it's command not found in terminal and says it's not valid in dolphins text bar


Trade offer: Help me get Counter Strike working and I'll help you rank up. :3

Offline

#22 2025-08-23 00:34:41

iwuvkittens
Member
Registered: 2025-05-30
Posts: 87

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

SylviaAmbermoon wrote:
iwuvkittens wrote:

i don't believe changing the mount location will change anything in your situation, dolphin automounts to /run/media/usernamehere additionally because of this you do not need an fstab entry

try opening dolphin with:

dolphin admin:///

I've been trying that sorry for not stating, it says it's command not found in terminal and says it's not valid in dolphins text bar

you install kio-admin with:

sudo pacman -S kio-admin

and then run from your terminal, make sure to close any existing dolphin instances:

dolphin admin:///

command not found indicates that dolphin as a whole is not installed? could you clarify with an image or output

Last edited by iwuvkittens (2025-08-23 00:36:09)


gnu/linux/tux

Offline

#23 2025-08-23 00:50:27

SylviaAmbermoon
Member
Registered: 2025-08-21
Posts: 43

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

iwuvkittens wrote:
SylviaAmbermoon wrote:
iwuvkittens wrote:

i don't believe changing the mount location will change anything in your situation, dolphin automounts to /run/media/usernamehere additionally because of this you do not need an fstab entry

try opening dolphin with:

dolphin admin:///

I've been trying that sorry for not stating, it says it's command not found in terminal and says it's not valid in dolphins text bar

you install kio-admin with:

sudo pacman -S kio-admin

and then run from your terminal, make sure to close any existing dolphin instances:

dolphin admin:///

command not found indicates that dolphin as a whole is not installed? could you clarify with an image or output

reinstalling dolphin via pacman fixed command not found

Last edited by SylviaAmbermoon (2025-08-23 00:50:39)


Trade offer: Help me get Counter Strike working and I'll help you rank up. :3

Offline

#24 2025-08-23 00:53:06

SylviaAmbermoon
Member
Registered: 2025-08-21
Posts: 43

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

SylviaAmbermoon wrote:
iwuvkittens wrote:
SylviaAmbermoon wrote:

I've been trying that sorry for not stating, it says it's command not found in terminal and says it's not valid in dolphins text bar

you install kio-admin with:

dolphin admin:///

and then run from your terminal, make sure to close any existing dolphin instances:

sudo pacman -S kio-admin

command not found indicates that dolphin as a whole is not installed? could you clarify with an image or output

reinstalling dolphin via pacman fixed command not found

this allows me to edit the directory with dolphin, however my issue is the permissions of the directories themselves as steam will not accept it without the privileges

dolphin admin:///

Trade offer: Help me get Counter Strike working and I'll help you rank up. :3

Offline

#25 2025-08-23 00:53:34

solskog
Member
Registered: 2020-09-05
Posts: 462

Re: [SOLVED] New ext4 drive automounted in fstab, no write permissions

Dolphin does not mount devices directly; the actual automounting is handled by udisks2. By default, when you plug in a USB drive, udisks2 mounts it under /run/media/$USER/<LABEL-or-UUID>. For a permanent hard drive, it is better to configure /etc/fstab with a mount point outside of /run/.

Offline

Board footer

Powered by FluxBB