3
1
I have a /dev/sdf
mounted to /mnt/db
and accidentally mounted it again to /mnt/db2 (I intended to mount /dev/sdh
).
Is there any way to umount /dev/sdf
but only for the 2nd mount? The /mnt/db
contains live databases, so I'd rather not have have any down time.