View Single Post
Old 8th November 2018
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

I mean, fsck(8) and its ilk don't run on raw devices. You need to specify a file system on the sd2 (in your example above) device. Try maybe:
Code:
# fsck -fyp /dev/sd2a
or something like that.
Reply With Quote