you can try these binary first. dosfstools.rar (551.9 KB)
mkdir /tmp/fsck.vfat
//now transfer those files in dosfstools.rar to /tmp/fsck.vfat folder via WINSCP
chmod -R 777 /tmp/fsck.vfat/*
root@swi-mdm9x28-wp:~# /tmp/fsck.vfat/fsck.vfat
CP437: Invalid argument
usage: /tmp/fsck.vfat/fsck.vfat [-aAbflrtvVwy] [-d path -d ...] [-u path -u ...]
device
-a automatically repair the filesystem
-A toggle Atari filesystem format
-b make read-only boot sector check
-c N use DOS codepage N to decode short file names (default: 437)
-d path drop that file
-f salvage unused chains to files
-l list path names
-n no-op, check non-interactively without changing
-p same as -a, for compat with other *fsck
-r interactively repair the filesystem (default)
-t test for bad clusters
-u path try to undelete that (non-directory) file
-v verbose mode
-V perform a verification pass
-w write changes to disk immediately
-y same as -a, for compat with other *fsck
root@swi-mdm9x28-wp:~#
Hi,
We can also provide the yocto compilation we made sometime ago.
I will post it tomorrow, I don’t have the machine here with me. @jyijyi the rar you are providing is dos or yocto?
regards
Hi everyone, the SCP method worked and I was able to fix the issues. However, I would like to perform this check automatically and have it built in (rebuild Yocto), but as mentioned before, the links are dead from Sierra Wireless.
@epastor are you able to share your compilation please? I would appreciate it greatly
@jyijyi Thanks for your help so far - I’m nearly there!
I have everything working, however I’m wondering if it is possible to write the output from fsck (-v verbose) to a text file in /tmp?