default mount point changed for external HD
- by JhmL
The default mount point for my external HD changed when upgrading from 13.04 to 13.10. Now the username is added as an extra level before the hd label.
So it used to be
/media/nameofhd
and now it became
/media/username/nameofhd
This breaks a lot of links I have set up to this disk.
I know that I can mount it manually and even automatically through /etc/fstab. What I want to know is why this behaviour changed and how I can change it back to the original?
blkid and fdisk don't show anything suspicious.
thx!