Well, in that case I think it would be better if you try mounting the partition using its UUID, instead:
- device = “/dev/sda7”;
+ device = "/dev/disk/by-uuid/<UUID Here>";
Which you can get by running blkid
.
This way you’ll avoid naming conflicts.