One of my drives is mounted directly as /mnt
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/xvda1 7.9G 6.9G 597M 93% /
udev 829M 4.0K 829M 1% /dev
tmpfs 334M 160K 334M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 834M 0 834M 0% /run/shm
/dev/xvda2 147G 188M 140G 1% /mnt <--- This one
I thought /mnt is only the "parent mount points", and that devices are usually mounted as /mnt/something and not as /mnt itself.
/mnt seems to be working ... I can write to it. Is this situation ok?
(This is an Amazon EC2 ubuntu image)