Author Topic: Bestcrypt 1.6 Compiled At Last  (Read 5511 times)

w14

  • Full Member
  • ***
  • Posts: 180
    • View Profile
    • http://
Bestcrypt 1.6 Compiled At Last
« on: March 23, 2006, 11:46:39 am »
I finally got time to get bestcrypt 1.6 compiled for the 2.4.20 kernel, and it seems to work.

It has run into one problem though ... no /sbin/mkfs. bctool makes the container file, but can't format it.

The various other mkfs files, mkfs.msdos, mkfs.ext2 etc are there, but its stuck without plain old mkfs.

Anyone any suggestions?

Cheers,

Mike.
« Last Edit: March 23, 2006, 11:47:02 am by w14 »
sl-c3100
pdaxrom 1.1.0 beta1

jerrybme

  • Hero Member
  • *****
  • Posts: 639
    • View Profile
    • http://
Bestcrypt 1.6 Compiled At Last
« Reply #1 on: March 23, 2006, 01:05:25 pm »
Quote
I finally got time to get bestcrypt 1.6 compiled for the 2.4.20 kernel, and it seems to work.

It has run into one problem though ... no /sbin/mkfs. bctool makes the container file, but can't format it.

The various other mkfs files, mkfs.msdos, mkfs.ext2 etc are there, but its stuck without plain old mkfs.

Anyone any suggestions?

Cheers,

Mike.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
This post doesn't list mkfs as part of native coreutils, but perhaps it was an over sight? Worth looking into..
[a href=\"https://www.oesf.org/forums/index.php?act=ST&f=73&t=17932&hl=busybox&view=findpost&p=116146]https://www.oesf.org/forums/index.php?act=S...ndpost&p=116146[/url]
SL-C3100
Angstrom-GPE
Lexar SD 1 GB
PQI 2GB CF
Ambicom WL1100 CF

w14

  • Full Member
  • ***
  • Posts: 180
    • View Profile
    • http://
Bestcrypt 1.6 Compiled At Last
« Reply #2 on: March 23, 2006, 05:31:39 pm »
Well, no matter. I created a Bestcrypt container on my desktop machine and copied it to the Z. Works well! So this'll have to do until I can find an answer to the mkfs problem.

If anyone wants to put the attached ipk on the pdaxrom contrib site, please do.

Cheers,

Mike.
sl-c3100
pdaxrom 1.1.0 beta1

telemetric_au

  • Sr. Member
  • ****
  • Posts: 327
    • View Profile
    • http://www.tyrannozaurus.com/feed/contribs/telemetric/index.htm
Bestcrypt 1.6 Compiled At Last
« Reply #3 on: May 29, 2007, 06:41:14 am »
if anyone knows anything about this can the let me know as am looking for some tips to get help me comile it for collie...
Collie w/ pdaxrom & Puppy OS w/ cross-sdk
Hawking HCF686TX 10/100, Ambicom 802.11b (WL1100C-CF), Xircom 56K Global CF
Kingston CF Elite Pro & SD 1Gb & 128mb for flashing
$2 screen protector, collie.pdaxrom.feed : my collie pdaxrom site

kkazakov13

  • Sr. Member
  • ****
  • Posts: 408
    • View Profile
Bestcrypt 1.6 Compiled At Last
« Reply #4 on: May 29, 2007, 09:42:35 am »
Some time ago, I remember building bestcrypt for 2.4.20, and I was patching the code to work without /sbin/mkfs.

Code: [Select]
root@zaurus:/tmp$ bctool new test -a des -s 10M
Enter password:
Verify password:

Please do not forget to format the container
root@zaurus:/tmp$ bctool format test -t ext3
Enter password:
mke2fs 1.34 (25-Jul-2003)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
2560 inodes, 10240 blocks
512 blocks (5.00%) reserved for the super user
First data block=1
2 block groups
8192 blocks per group, 8192 fragments per group
1280 inodes per group
Superblock backups stored on blocks:
        8193

Writing inode tables: done
Creating journal (1024 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 27 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
root@zaurus:/tmp$

that's my package: http://z.drun.net/packages/bestcrypt_1.6.7_armv5tel.ipk

it comes with /etc/rc.d/init.d/bcrypt start|stop|restart for automatic loading of the modules.
SL-C3200 ** FOR SALE :( **
https://www.oesf.org/forum/index.php?showtopic=25969

Canon K30225 CF wireless card
Taxan iTax-LAN10 wired card
My packages for customized pdaXrom beta 3

telemetric_au

  • Sr. Member
  • ****
  • Posts: 327
    • View Profile
    • http://www.tyrannozaurus.com/feed/contribs/telemetric/index.htm
Bestcrypt 1.6 Compiled At Last
« Reply #5 on: May 29, 2007, 11:44:27 pm »
ok, i need to compile for a different arcitecture, arm (5500) , did you need to o anything with kernel sources, recompiling kernel , or module related stuf ??
Collie w/ pdaxrom & Puppy OS w/ cross-sdk
Hawking HCF686TX 10/100, Ambicom 802.11b (WL1100C-CF), Xircom 56K Global CF
Kingston CF Elite Pro & SD 1Gb & 128mb for flashing
$2 screen protector, collie.pdaxrom.feed : my collie pdaxrom site