zoukankan      html  css  js  c++  java
  • make_ext4fs 失败

    root@fengyun-server:/home/fmake_ext4fsengyun/android/reverse_engineer/rom制作# ./make_ext4fs -l 700M -s -a system ZNKG5-new2.img ./tempdir  
    file_context_open: Error getting file context handle (No such file or directory)
    No such file or directory

    去掉 –a system参数

    root@fengyun-server:/home/fengyun/android/reverse_engineer/rom制作# ./make_ext4fs -l 600M -s  ZNKG5-new.img ./tempdir  
    Creating filesystem with parameters:
        Size: 629145600
        Block size: 4096
        Blocks per group: 32768
        Inodes per group: 7680
        Inode size: 256
        Journal blocks: 2400
        Label:
        Blocks: 153600
        Block groups: 5
        Reserved block group size: 39
    error: do_inode_allocate_extents: Failed to allocate 322 blocks

    调整 –l 700M

    ./make_ext4fs -l 700M -s  ZNKG5-new.img ./tempdir

  • 相关阅读:
    linux文件操作
    文件和目录维护
    随心而记
    开学了
    基本逻辑门电路原理
    ubuntu搭建ftp服务
    中断
    数码管
    字,寻址和移位
    Error: Could not find or load main class resourcemanager
  • 原文地址:https://www.cnblogs.com/cute/p/4103100.html
Copyright © 2011-2022 走看看