??? This was not your partition table, but the lists of superblocks. Please before formatting the partition first make sure the partiion exists at all, hence I am asking for the table of your partitions Code: sudo gainroot sfdisk -l > partitiontable.new Later format your partition as root Code: mkfs.ext3 -m 1 -L home /dev/mmcblk0p2
sudo gainroot sfdisk -l > partitiontable.new
mkfs.ext3 -m 1 -L home /dev/mmcblk0p2