Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gnome files has boot partition mounted, make it stop[solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
russK
l33t
l33t


Joined: 27 Jun 2006
Posts: 665

PostPosted: Sat Sep 01, 2018 2:44 am    Post subject: gnome files has boot partition mounted, make it stop[solved] Reply with quote

When I bring up Files, my boot partition is mounted (under /run, not /boot). I wish it wouldn't do that. I added x-gvfs-hide to /etc/fstab but it's still showing mounted.
Code:
grep /boot /etc/fstab
UUID=E238-1DE2           /boot          vfat              defaults,noauto,x-gvfs-hide    0  0


Would have been nice if it simply paid attention to 'noauto'. Anyone know how to get this partition to be ignored?

Thanks


Last edited by russK on Sat Sep 01, 2018 4:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6097
Location: Dallas area

PostPosted: Sat Sep 01, 2018 11:26 am    Post subject: Reply with quote

Possibly udev/udisks(2) doing it, I think gvfs passes it off to them.

From a little looking around I don't think you can specify just that partition,
some people put in a udev rule for block devices, but that works with all of them, not just one partition.

But "under /run" odd place to mount the shit.
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
russK
l33t
l33t


Joined: 27 Jun 2006
Posts: 665

PostPosted: Sat Sep 01, 2018 4:28 pm    Post subject: Reply with quote

Thanks for the tip,

I added this to /etc/udev/rules.d/10-local.rules:
Code:
KERNEL=="sdn3", ENV{UDISKS_IGNORE}="1"


It worked for just the partition.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum