Firefly开源社区

打印 上一主题 下一主题

[技术讨论] partition was not cleanly unmounted

56

积分

0

威望

0

贡献

技术小白

积分
56

partition was not cleanly unmounted

发表于 2022-11-10 14:07:13      浏览:2424 | 回复:1        打印      只看该作者   [复制链接] 楼主
问题描述及复现步骤:
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

新建5.zip

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

回复

使用道具 举报

56

积分

0

威望

0

贡献

技术小白

积分
56
发表于 2022-11-10 14:10:51        只看该作者  沙发
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
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表