Unmount disk from router ui, details here https://www.asuswrt.eu/how-to-format-usb-drive/
Disable swap
Check with this commandCode:swapoff /opt/swap
If you still get errors, format disk directly from routerCode:e2fsck -fv /dev/sda1
This come out:
Code:
e2fsck 1.42.8 (20-Jun-2013)
Backing up journal inode block information.
Pass 1: Checking inodes, blocks, and sizes
Error allocating icount link information: Memory allocation failed
/dev/sda1: ***** FILE SYSTEM WAS MODIFIED *****
e2fsck: aborted
/dev/sda1: ***** FILE SYSTEM WAS MODIFIED *****
how can i install the newest e2fsck and put cache on the disk for the scan?
thanks in advance