bclayton
I used Backup to Workstation and then chose USB disk.
OK we are getting somewhere now.
So you have a fresh install of sme8.0 without any data and users & so on, and you want to restore from the USB backup, is that correct ?
Note you should ONLY restore to a clean install of the sme operating system, without data & users configured etc, except for any basic configuration needed to get the server talking to your network.
It seems the mount point on your previous (sme7) server was /media/USBdisk1
You do the restore using the same Backup or Restore panel in server manager, and select the appropriate option to restore from a backup made to workstation/USB disk.
You need to check that your USB disk is properly detected and mounted by sme8.
So if you connect the USB backup drive to sme8.0 and run these commands, what output do you see ? You can copy and paste all the following at the sme server root prompt if you are connected using Putty from a workstation, otherwise CAREFULLY type it in at the console command prompt.
hal-find-by-property --key volume.fsusage --string filesystem |
while read udi ; do
# ignore optical discs
if test "$(hal-get-property --udi $udi --key volume.is_disc)" == "false" ; then
dev=$(hal-get-property --udi $udi --key block.device)
fs=$(hal-get-property --udi $udi --key volume.fstype)
lb=$(hal-get-property --udi $udi --key volume.label)
echo $dev": label "$lb",file system: "$fs ",uid: "$udi
fi
done
Edit: PS I get something like this, but it will vary depending on what type of drives are in your system.
/dev/sda1: label USBBackup1,file system: ext3 ,uid: /org/freedesktop/Hal/devices/volume_uuid_677d030a_ec82_47b9_9710_f07495d2d8f6