ivanova Apprentice
Joined: 12 Apr 2004 Posts: 158 Location: South Africa
|
Posted: Thu Jun 10, 2004 4:41 am Post subject: Bestcrypt and vfat [solved] |
|
|
I am using the latest bcrypt package from the website (1.5.5)
Everything works, but I am unable to format a container with any fat type filesystem.
There was a problem with bcrypt not finding the binaries, but I fixed that. When I format all seems to go well with this message:
Code: | mkdosfs 2.10 (22 Sep 2003)
/dev/bcrypt0 has 1 head and 1 sector per track,
logical sector size is 512,
using 0xf8 media descriptor, with 20480 sectors;
file system has 2 32-bit FATs and 1 sector per cluster.
FAT size is 158 sectors, and provides 20132 clusters.
Volume ID is 40c7e43c, no volume label. |
But if I do a fsck I get:
Code: | fsck 1.34 (25-Jul-2003)
[/sbin/fsck.vfat (1) -- /dev/bcrypt0] fsck.vfat /dev/bcrypt0
dosfsck 2.10, 22 Sep 2003, FAT32, LFN
Currently, only 1 or 2 FATs are supported, not 231. |
which indicates all did not go well. If I then try to mount the container I get an error that the container is not formatted.
When formatting with ext2 everything works fine _________________ Ladies and Gentlemen... we are floating in space.
Last edited by ivanova on Mon Jul 05, 2004 12:55 pm; edited 1 time in total |
|