corrupted savefile ext4 4fs on FAT32 USB BW64

Moderator: Forum moderators

Post Reply
galen
Posts: 67
Joined: Fri Nov 06, 2020 8:55 pm
Location: Halifax, NS Canada
Has thanked: 28 times
Been thanked: 12 times
Contact:

corrupted savefile ext4 4fs on FAT32 USB BW64

Post by galen »

I was doing a copy of my savefile 4fs from my USB FAT32 to SSD
mostly done then boom
sector errors

dmesg -w

now BW64 won't load the savefile
grub looks good

Can I fsck the 4fs or some other tool?

USB seems fine
did an unmounted fsck on it, found lost chains ...
badblocks all ok

Was there a read/sync issue?

opinions :shock:

On-line since 1992
long time Linux & puppy Linux user
volunteer & supporter

User avatar
bigpup
Moderator
Posts: 6338
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 746 times
Been thanked: 1308 times

Re: corrupted savefile ext4 4fs on FAT32 USB BW64

Post by bigpup »

Try this:

Use e2fsck

The save file can not be in use.

Mount the partition the save is on.

Open a terminal, and enter:

Code: Select all

e2fsck /path to savefile

example:
save file is on partition sda1 and named pupsave.2fs.

Code: Select all

e2fsck -p /mnt/sda1/pupsave.2fs

The -p option says to auto repair anything found.

To see other options for e2fsck,
enter e2fsck in a terminal

Fsck has a utility for checking vfat formats, but is not as good as the programs in Windows OS for doing this.
Really best to check fat32 format using the programs in Windows. (chkdsk and defrag)

Anytime you do a file system check.
Keep repeating it until no issues are reported.
Any program may need to do the check several times before it gets everything corrected.

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

Post Reply

Return to “BookwormPup”