$ sudo umount /dev/sda1
umount: /dev/sda1: non monté.
$ sudo hdparm -r0 /dev/sda1
/dev/sda1:
setting readonly to 0 (off)
readonly = 0 (off)
$ sudo mkfs.vfat -F32 /dev/sda1
mkfs.fat 4.2 (2021-01-31)
$ sudo fsck /dev/sda1
fsck de util-linux 2.40.4
fsck.fat 4.2 (2021-01-31)
There are differences between boot sector and its backup.
This is mostly harmless. Differences: (offset:original/backup)
65:01/00
1) Copy original to backup
2) Copy backup to original
3) No action
At this point, i tried different options but nothing really happen.
$ sudo fsck -y /dev/sda1
fsck de util-linux 2.40.4
fsck.fat 4.2 (2021-01-31)
There are differences between boot sector and its backup.
This is mostly harmless. Differences: (offset:original/backup)
65:01/00
Not automatically fixing this.
Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Automatically removing dirty bit.
*** Filesystem was changed ***
Writing changes.
/dev/sda1: 6334 files, 922817/983136 clusters
I tried also the dd command with the letter only but still the same result.