Hi people (and others)
I'm having a lot of trouble figuring out how to disable the auto mount function for usb hard drives.
Every time I connect a HD via a usb HD dock. It auto mounts the drive.
Is there anyway to stop this? I think it's udisksd or something. Google was useless regarding how to disable it.
I'm asking PCLinuxOS people but I expect I'll get an answer here faster.
Any help would be greatly appreciated.
Kate
Am Montag, 11. Juni 2018 schrieb deloptes:
Kate Draven wrote:
Hi people (and others)
I am not aware that cats are members of this list :)
Do not forget my proposal to make a certain cat project leader ;-)
On Monday 11 June 2018 11:16:09 deloptes wrote:
Dr. Nikolaus Klepp wrote:
Do not forget my proposal to make a certain cat project leader ;-)
A part of my subconscious was telling me there were cats involved in TDE :)
Once cats have evolved opposable thumbs, there will be no stopping them. Then they will become our masters and rulers.
Dogs have owners and masters. Cats have agents and managers.
Bill
On 2018-06-11 13:05:48 Dr. Nikolaus Klepp wrote:
Am Montag, 11. Juni 2018 schrieb deloptes:
Kate Draven wrote:
Hi people (and others)
I am not aware that cats are members of this list :)
Do not forget my proposal to make a certain cat project leader ;-)
Cat project?
Am Dienstag, 12. Juni 2018 schrieb Leslie Turriff:
On 2018-06-11 13:05:48 Dr. Nikolaus Klepp wrote:
Am Montag, 11. Juni 2018 schrieb deloptes:
Kate Draven wrote:
Hi people (and others)
I am not aware that cats are members of this list :)
Do not forget my proposal to make a certain cat project leader ;-)
Cat project
[cat] [project leader], not [cat project] [leader] :-)
On Monday 11 June 2018 10:29:32 deloptes wrote:
Kate Draven wrote:
Hi people (and others)
I am not aware that cats are members of this list :)
I am at least two-thirds feline, but not purebred.
Bill
On 06/11/2018 01:28 AM, Kate Draven wrote:
Hi people (and others)
I'm having a lot of trouble figuring out how to disable the auto mount function for usb hard drives.
Every time I connect a HD via a usb HD dock. It auto mounts the drive.
Is there anyway to stop this? I think it's udisksd or something. Google was useless regarding how to disable it.
I'm asking PCLinuxOS people but I expect I'll get an answer here faster.
Any help would be greatly appreciated.
Kate
Hi Kate, you can write your drive to /etc/fstab using noauto.
If you want to add it to fstab and need some help let us know the dev name or uuid, file system type and where you want to mount it, I use /home/jimmy/sdb1 or it could be /mount/sdb1 or /media/sdb1. Here's a example of how I handle sdb1 on this desktop.
'/dev/sdb1 /home/jimmy/01-SDB1 ext4 noauto,users,exec,relatime 0 0'
But what you're seeing seems to be a PC Linux OS thing and is not the behavior of devuan or debian.