I'm upgrading machines from Debian Squeeze to Wheezy. I do all the setup with FAI - disks, packaging, everything. So they come up ready for production. Its all good.
One particular machine has two extra ext4 partitions for database storage. FAI is configured to give them labels, in this case MAINDB and LOGDB. They are not listed in fstab. There are no dirs in /mnt. But somehow on boot, mountpoints are being created and they're being mounted:
/dev/sda5 125386396 60984 118949488 1% /mnt/MAINDB
/dev/sdb1 470033332 71664 446078636 1% /mnt/LOGDB
Does anyone know what's doing this?