Tiny Core Extensions > TCE Talk

Missing mkfs.ext4, mkfs.xfs, ...

<< < (3/4) > >>

Juanito:
I made an e2fsprogs_apps extension for v-1.41.9, but:
--- Code: ---$ mkfs.ext4 --help
mkfs.ext4: symbol lookup error: mkfs.ext4: undefined symbol: undo_io_manager
$ fsck.ext4 --help
Error: ext2fs library version out of date!

--- End code ---

I'd be kind of  nervous to use this to make an ext4 partition..

Jason W:
Here is the output of mine, only mkfs.ext4 and fsck.ext4 were copied to /usr/local/sbin, no libs updated.  Evidently a shared lib vs static lib issue in the build.


--- Code: ---root@box:/home/tc# mkfs.ext4
Usage: mkfs.ext4 [-c|-l filename] [-b block-size] [-f fragment-size]
        [-i bytes-per-inode] [-I inode-size] [-J journal-options]
        [-G meta group size] [-N number-of-inodes]
        [-m reserved-blocks-percentage] [-o creator-os]
        [-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]
        [-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]
        [-T fs-type] [-U UUID] [-jnqvFSV] device [blocks-count]
root@box:/home/tc# fsck.ext4
Usage: fsck.ext4 [-panyrcdfvtDFV] [-b superblock] [-B blocksize]
                [-I inode_buffer_blocks] [-P process_inode_size]
                [-l|-L bad_blocks_file] [-C fd] [-j external_journal]
                [-E extended-options] device

Emergency help:
 -p                   Automatic repair (no questions)
 -n                   Make no changes to the filesystem
 -y                   Assume "yes" to all questions
 -c                   Check for bad blocks and add them to the badblock list
 -f                   Force checking even if filesystem is marked clean
 -v                   Be verbose
 -b superblock        Use alternative superblock


--- End code ---

Jason W:
Juanito,

Just curious, what are the sizes of your mkfs.ext4 and fsck.ext4?

Mine are"

227kb   mkfs.ext4
346kb   fsck.ext4

Juanito:
42kb    mkfs.ext4
138kb   fsck.ext4

kerpob:
Sort of related, but I couldn't get tinycore to work when I put the kernel and bzimage in mt /boot/ directory on an existing ext4 partition. Is this a known thing?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version