EmeraldDeer
Very Senior Member
In that case, I will disable full checks on the non-Entware partition and manually run full checks from time to time.That's up to the firmware, not the script which partition gets mounted first.
Code:
# tune2fs -c 0 -i 0 /dev/sda2
tune2fs 1.42.13 (17-May-2015)
Setting maximal mount count to -1
Setting interval between checks to 0 seconds
Code:
# umount /tmp/mnt/smb
Code:
# e2fsck -p -f -v /dev/sda2
143 inodes used (0.00%, out of 26214400)
0 non-contiguous files (0.0%)
0 non-contiguous directories (0.0%)
# of inodes with ind/dind/tind blocks: 0/0/0
Extent depth histogram: 133
1652106 blocks used (6.30%, out of 26214400)
0 bad blocks
0 large files
111 regular files
23 directories
0 character device files
0 block device files
0 fifos
0 links
0 symbolic links (0 fast symbolic links)
0 sockets
------------
134 files
Code:
# mount /dev/sda2 /tmp/mnt/smb