Skip to main content.

2006-Apr-17

Linux system didn't boot a partition. I saw in logs:
mount: mount: LABEL=/boot duplicate - not mounted
Sure enough I had two different partitions (although on different disks) with same name. I could see this using dumpe2fs. I used tune2fs with -L switch to fix the unused (backup) one. Then it mounted fine.