> Is sufficient to do a 'mkfs /dev/hda4' for generate a ext3 filesystem > like those build during a FC4 setup? > > Or I must use in some way tune2fs command? Dario, # mke2fs -j /dev/hda4 or # mke2fs -j -L volume_label /dev/hda4 should do the job. See 'man mke2fs' for other options --Doc