I have booted a computer from a Ubuntu USB stick and I want to use fsck
to make a thorough check of the entire /dev/sdb2
disk. Just running
sudo fsck /dev/sdb2
returns almost immedeately. But I want to check the entire disk. What options to use to do so (and to have verbose information to see the check is still going on)?
Summary:
- Thorough check of the harddrive
/dev/sdb2
- Verbose information
- Using
fsck
(or some similar command which is included in a Ubuntu 18.04 live iso)
-V
option to see more verbose information. Checkman fsck
for more. – Michal Przybylowicz Sep 08 '19 at 11:49