Firefly开源社区

标题: partition was not cleanly unmounted [打印本页]

作者: padmafeel    时间: 2022-11-10 14:07
标题: partition was not cleanly unmounted
userdata was not cleanly unmounted, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information

tchip_askquestions

新建5.zip

20.86 KB, 下载次数: 2, 下载积分: 灯泡 -1 , 经验 -1


作者: padmafeel    时间: 2022-11-10 14:10
Got answer:

this problem is a long long time here~~~

############Love and world peace no fight~~~~~~~~
Tesla told in New York Herald: I prefer to be remembered as the inventor who succeeded in abolishing war. That will be my highest pride.
http://www.teslacollection.com/t ... he_will_abolish_war (in middle section)

Albert Einstein: The release of atom power has changed everything except our way of thinking... the solution to this problem lies in the heart of mankind. If only I had known, I should have become a watchmaker.
https://atomictrauma.wordpress.com/the-scientists/albert-einstein

Artificial Intelligence Has an Enormous Carbon Footprint
https://towardsdatascience.com/a ... otprint-239290ebffe
############Love and world peace no fight~~~~~~~~
1.
check /etc/fstab not match boardconfig.mk
export RK_ROOTFS_TYPE=ext4
export RK_OEM_FS_TYPE=ext2
export RK_USERDATA_FS_TYPE=ext2

fstab
# <file system>                        <mount pt>                <type>                <options>                <dump>        <pass>
/dev/root                        /                        ext2                rw,noauto                0        1

2.
and it do fsck in each power on
S21mountall.sh also the S21mountall.sh is a wrong script
ext[234])
                        FSGROUP=ext2
                        FSCK_CONFIG=BR2_PACKAGE_E2FSPROGS_FSCK
                        ;;
                msdos|fat|vfat)
                        FSGROUP=vfat
                        FSCK_CONFIG=BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
                        ;;
                ntfs)
                        FSGROUP=ntfs
                        FSCK_CONFIG=BR2_PACKAGE_NTFS_3G_NTFSPROGS

BR2_PACKAGE_E2FSPROGS_FSCK must be a env variable




欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1