You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the current version of rpi-clone, I innocently used a space in the destination label:
Optional destination ext type file system label (16 chars max): Backup 231111
This led to some nasty looking errors:
rpi-clone mount: /mnt/clone: wrong fs type, bad option, bad superblock on /dev/sda2, missing codepage or helper program, or other error
Mount failure of /dev/sda2 on /mnt/clone
I then found it was trying to create a filesystem using "-L Backup 231111" which was understandably being parsed incorrectly.
It would be as well to disallow spaces (and certain other characters) in the destination disk label.
The text was updated successfully, but these errors were encountered:
When running the current version of rpi-clone, I innocently used a space in the destination label:
This led to some nasty looking errors:
I then found it was trying to create a filesystem using "-L Backup 231111" which was understandably being parsed incorrectly.
It would be as well to disallow spaces (and certain other characters) in the destination disk label.
The text was updated successfully, but these errors were encountered: