Can you get it booted up into maintenance mode?
If so, then start the CLI and:
If any of the partitions fail to unmount you can force it with the -f flag.
If so, then start the CLI and:
Code:
humax# umount /dev/sda1
humax# umount /dev/sda2
humax# umount /dev/sda3
humax# mkfs.ext3 -m 0 -O sparse_super /dev/sda1
humax# mkfs.ext3 -m 0 -O sparse_super -T largefile /dev/sda2
humax# mkfs.ext3 -m 0 -O sparse_super /dev/sda3
If any of the partitions fail to unmount you can force it with the -f flag.
Code:
humax# umount -f /dev/sda1