On 03/02/2018 10:17 PM, the...@sys-concept.com wrote:
I've tried:
fsck.vfat -v -a -w /dev/sdb1
fsck.fat 4.0 (2016-05-06)
open: No such file or directory
This doesn't work either:
fdisk /dev/sdb
Welcome to fdisk (util-linux 2.28.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
fdisk: cannot open /dev/sdb: No such file or directory
I think that the "No such file or directory" is quite literally telling
you that you don't have a /dev/sdb (device) file.
Please try "ls -l /dev/sd*"
I'm sort of guessing that you're missing the device nodes. Without
them, fsck and fdisk won't be able to work.
--
Grant. . . .
unix || die