On Wed, 28 Jan 2004 20:02:36 +0100 Ales Jagodnik <ajagodnik@volja.net> wrote:
Could you perhaps tell me the xt3 format command?
You have 2 options: (1) Format the partitions as ext3 with the SuSE partitioner and then run e2fsck -c -f <device> or (2) Create the partitions with the SuSE partitioner and make the filesystem by using: mke2fs -j -c <device> If your ext3 support is compiled as modules (the default in SuSE) you will need to load the modules jbd and ext3 at boot time. You can do this by putting "jbd ext3" in the INITRD_MODULES line of /etc/sysconfig/boot and run mkinitrd. Also, don't forget to edit your fstab. Charles -- How do I type "for i in *.dvi do xdvi i done" in a GUI? (Discussion in comp.os.linux.misc on the intuitiveness of interfaces.)