Xentrk
Part of the Furniture
I am getting disk error messages my USB drives that I have entware and ab-solution 3 installed. Both are formatted as EXT2.
As a result, I need to run the e2fsck command. I first run the services-stop script which contains the code
I issue the command umount –l /dev/sdb1. As seen below, my USB is unmount status
But when I try to run the e2fsck command, I get the /dev/sdb1 is in use. E2fsck: Cannot continue, aborting.
Is there another process locking up these devices that I need to kill before I can run e2fsck them? I turned off SMB on the web GUI but no change in status.
Code:
kernel: EXT2-fs (sdb1): previous I/O error to superblock detected
As a result, I need to run the e2fsck command. I first run the services-stop script which contains the code
Code:
/opt/etc/init.d/rc.unslung stop
I issue the command umount –l /dev/sdb1. As seen below, my USB is unmount status
But when I try to run the e2fsck command, I get the /dev/sdb1 is in use. E2fsck: Cannot continue, aborting.
Is there another process locking up these devices that I need to kill before I can run e2fsck them? I turned off SMB on the web GUI but no change in status.