Disable automount for /dev/sda1 (internal hdd)

J

johh123

Without any setup in OBH /dev/sda1 is mapped to /media/hdd , but I've set in device manager other moint point for /media/hdd - /dev/sda5 and for /dev/sda1 - /mnt/personal. In fstab I see correct lines but mounts are doubled - see output from df command:
Code:
/dev/sda1            860890328 594969784 222166800  73% /media/hdd
/dev/sdb1              7564012    850980   6618472  11% /media/usb
/dev/sda1             98304372   1701444  91586316   2% /media/personal
/dev/sda5            860890328 594969784 222166800  73% /media/hdd
In result I'm seeing under /mnt/hdd content from /dev/sda1 inplace /dev/sda5. How can I disable automount for /dev/sda1?
 
Top