79699497

Date: 2025-07-12 18:50:46
Score: 1
Natty:
Report link

There appears to be a label written on the new disk, which is the name from the original disk:

$ sudo e2label /dev/sdb
data-4

Editing the filesystem label to match the disk label solved the problem:

$ sudo e2label /dev/sdb data-5
$ sudo mount LABEL=data-5 /mnt/data
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Gary Aitken