On Wed, Sep 11, 2002 at 10:22:24AM -0700, guStaVo ZaeRa wrote:
  
Hello again,

following up from the mkudffs issues message i posted yesterday..

Looking at the mkudffs source, i found that the application (mkudffs) 
prints out an error message, and exits without further information when 
the blocks > start_ext->blocks..  do you have an explanation of what 
actually happens here, Ben? :)
    

This occurs when the detected file-system size is smaller than the minimum
file-system size.
(there prolly should be an explicit test for that case, but there isn't).

This usually happens when it detects the size as 0.

Could there be some kind of permission problem where it can't determine the
actual size? You could try specifying the number of blocks to format
explicitly.
well... like i said, mkudffs doesn't like that the
ioctl( cdromFD, CDROM_LOCKDOOR, 1 );
has been issued, so i solved it by unlocking it before i called
system( mkudffs );

The statements after the exit(1) are never reached.... why are they there?
    

Cut and pasted from the condition 2 above =]
hehe... i kinda figured. :]
gustavo