OBh automounting partitions on boot ignoring fstab

Neptune

New member
Hello,

On boot, Obh 5.1 is automounting three partitions of an external hdd ignoring fstab file, where i have rules for mounting sda3 but not mount sda1 and sda2, and ignoring device manager too.
As you can see, it is not only mounting three partitions, sda3 is mounted in /medua/hdd (by fstab) where it is sda1 previously aoutomounted on boot.

Is this normal? any clue of how can i fix this? In BlackHole this didn't happen, it has a normal behavior mounting only sda3 in /medias/hdd.
After researching, I've realized that if i delete the file /etc/udev/mount-helper.sh everything is mounted as expected, but auto mounting doesn't work for other devices either. So, i guess something on boot is calling this file but i don't know where.
If i delete this file what happens? is it just auto mount disabled or anything else?

Code:
#Partitions mounted just after booting
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.5G    407.4M      2.9G  12% /
devtmpfs                435.0M      4.0K    435.0M   0% /dev
tmpfs                    64.0K         0     64.0K   0% /media
/dev/sda1                 1.8T      1.0T    713.4G  59% /media/hdd
/dev/sda2                 1.8T    213.5G      1.6T  11% /media/sda2
/dev/sda3                 1.8T      1.0T    713.4G  59% /media/hdd
tmpfs                   443.2M    228.0K    443.0M   0% /var/volatile

Code:
#etc/fstab file
UUID=XXXX (sda3)    /media/hdd     auto   defaults    0  0
UUID=XXXX (sda1)    /media/sda1    noauto,defaults    0  0
UUID=XXXX (sda2)    /media/sda2    noauto,defaults    0  0
Sin título.png

I hope you can help me. Thank you very much in advance!!
 
Last edited:
Back
Top