Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Language translations
now possible!
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Base
»
Micro Core
»
programs which could be in busybox
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: programs which could be in busybox (Read 3955 times)
nick65go
Hero Member
Posts: 781
programs which could be in busybox
«
on:
April 16, 2020, 11:25:20 AM »
I had a look into TC11_X64. TinyCorePure64-11.1.iso\boot\corepure64.gz\corepure64.cpio\sbin\
fsck.ext2 is a link to busybox. Why we need also e2fsk (268KB) ?
mkfs.ext2 is a link to busybox. Why we need also mk2fs.ext2 (110 KB)?
blkid (80 KB) could be an appleet inside busybox. Will it male busybox lager with more than 80 KB?
Maybe the same for tune2fs ?
«
Last Edit: April 16, 2020, 11:29:19 AM by nick65go
»
Logged
nick65go
Hero Member
Posts: 781
Re: programs which could be in busybox
«
Reply #1 on:
April 16, 2020, 03:08:49 PM »
oh, exception: blkid (is just a stub for UUDI in busybox, not usefull) and tune2fs (not implemented yet in busybox).
Logged
curaga
Administrator
Hero Member
Posts: 10908
Re: programs which could be in busybox
«
Reply #2 on:
April 17, 2020, 12:29:57 AM »
busybox's ext2 utils are not as featureful, they are very old and stripped versions.
Logged
The only barriers that can stop you are the ones you create yourself.
nick65go
Hero Member
Posts: 781
Re: programs which could be in busybox
«
Reply #3 on:
April 17, 2020, 09:33:25 AM »
right, so then viceversa, maybe fsck.ext2 and mkfs.ext2 should not be compiled inside busybox, to save size and avoid redundant functionality?
Logged
curaga
Administrator
Hero Member
Posts: 10908
Re: programs which could be in busybox
«
Reply #4 on:
April 17, 2020, 10:01:55 AM »
They aren't? What is enabled is fsck, which is the general binary that calls fs-specific fscks.
Logged
The only barriers that can stop you are the ones you create yourself.
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Base
»
Micro Core
»
programs which could be in busybox