You are in luck (I hope)
This is the hard way to reinstall your machine
You reinstall a fresh copy of sme but not the 7.x because it has a different mail system/structure.
You have to create all users manually but be smart and use the lazyadmin tool:
http://mirror.contribs.org/smeserver/contribs//mblotwijk/Contribs/lazy-admin-tools/And remember to install user panel first:
http://mirror.contribs.org/smeserver/contribs/dungog/files/userpanel/Then you install the old disk in your box 2nd IDE
You create a directory called oldsme under the directory /mnt/ “mkdir /mnt/oldsme”
Then mount the disk “mount /dev/hda3 /mnt/oldsme” if this doesn’t work then try some other disks hdd3, hde3 or scsi/usb sda3, sdb3 until you find the right (the number 3 points to your data partition).
You can also use a external usb box with your disk then you mont as it was a usb disk “mount /dev/sda3 /mnt/oldsme”.
Then you rename the users to users-1 and i-bays to i-bays-1.
Next step is to copy /mnt/oldsme/home/e-smith/files/i-bays and /mnt/oldsme/home/e-smith/files/users to /home/e-smith/files.
Now you only have to change the rights on the user folders using chOwn (one by one (or write a small script) if the user is john then you have to issue the command
“chown john:john -R /mnt/oldsme/home/e-smith/files/users/john”
If you want to use Knoppix to move the files then you have to use the “knoppix superuser shell” this is the only one that can move the files with out hassle. I prefers to use the mount in stead