代码搜索:ext2
找到约 1,173 项符合「ext2」的源代码
代码结果 1,173
www.eeworm.com/read/394238/8241324
txt balloc.c.txt
any problems,send mails to sindybear@163.com
相关文件
/fs/ext2/ialloc.c
这个文件主要管理数据块的分配和回收等事项
(1)struct ext2_group_desc * ext2_get_group_desc(struct super_block * sb,
www.eeworm.com/read/209211/4983762
man ext2srv.man
.TH EXT2SRV 4
.SH NAME
ext2srv \- ext2 file system
.SH SYNOPSIS
.B ext2srv
[
.B -vrs
] [
.B -f
.I file
] [
.B -p
.I passwd
] [
.B -g
.I group
] [
.I service
]
.SH DESCRIPTION
.I Ext2srv
is a file serv
www.eeworm.com/read/394238/8241173
txt bitops.h.txt
any problems,send mails to sindybear@163.com
相关文件
这个文件主要定义位操作,使用一些cpu所拥有的条件对位操作可以进行一系列的优化。
***********************ext2文件系统所使用的位操作******************************
#define ext2_find_fir
www.eeworm.com/read/408818/2243930
depend .depend
# 1 "/opt/arm/mini2440/u-boot-1.1.6/fs/ext2//"
ext2fs.o: ext2fs.c /opt/arm/mini2440/u-boot-1.1.6/include/common.h \
/opt/arm/mini2440/u-boot-1.1.6/include/config.h \
/opt/arm/mini2440/u-boot-1.1.6
www.eeworm.com/read/394238/8241083
txt ext2_fs.h.txt
any problems,send mails to sindybear@163.com
相关文件
/linux/fs.h
/linux/ext2_fs_sb.h
//ext2文件系统的最大块大小是4K,最小1K
#define EXT2_MIN_BLOCK_SIZE 1024
#define EXT2_MAX_BLOCK_SIZE
www.eeworm.com/read/385879/8783587
rc
/mnt/cramfs/bin/mke2fs /dev/ram5 8192
mkdir /mnt/ram5
mount -t ext2 /dev/ram5 /mnt/ram5
cp /mnt/cramfs/bin/demo /mnt/ram5
cp /mnt/cramfs/bin/MiniGUI.cfg /etc
/mnt/ram5/demo&
cp /mnt/cramfs/mp3/tsyj.mp
www.eeworm.com/read/460108/7257538
ini mpqmaster.ini
[General]
Language=2052
Toolbar=1
Preview=0
[FileTypes]
Count=5
Comp0=2
Encrypt0=1
FixSeed0=1
Ext1=mpq
Comp1=0
Encrypt1=0
FixSeed1=0
Ext2=w3m
Comp2=0
Encrypt2=0
FixSeed2=0
Ext3=w3x
C
www.eeworm.com/read/398696/7927976
txt readme.txt
vdisk使用说明
(1)编译
解开vdisk后,在其目录下输入
make KERNELDIR=/kernelcompiledir
kernelcompiledir为核心编译所在的目录,即可生成vdisk.ko,将其传到目标板上
(2)ext2文件系统生成
dd if=/dev/zero of=ext2fs.img bs=1k count=2048
注意大小不要超过2M
los