I'm using Ubuntu 12.04 with two hard drives.
The second drive is set to mount to /home/myuser/DATA
and it mounts OK. However gnome shows a 'Removable Devices' item in notification area which lists my hard drive with the unmount button.
How do I make Ubuntu to treat the second hdd like the system one, without suggesting me to unmount it in the notification area?
The solution is to change the mount point to /mnt/"something". Modify your fstab and it shouldn't show the unmount option any longer.
Then you may bind mount it to the directory you want:
It looks like the GNOME people are already aware of this; see this bug:
https://bugzilla.gnome.org/show_bug.cgi?id=660595
(For now, though, it's sufficiently annoying to me that I'd like to see a workaround, hence the bounty.)
Modify your /etc/fstab adding a line as follows:
You may want to change "/" with a different mount point or ext3 with the correct file system.