Hi,
I have a crashed SME 7.5.1 which will not boot correctly.
I have backups of the mysql databases and Ibays but unfortunatley the Ibays were modified in between the backup and crash. Therefore I need to try to get the Ibay data off.
I have booted from the CD and entered the "sme RESCUE" command.
The system comes up in command mode as expected.
Attempting to execute "chroot /mnt/sysimage" fails with:
"error while loading shared libraries: liibtermcap.so.2: cannot open shared object file: No such file or directory"
So I stayed with the default root allocated by the sme RESCUE command.
I have a small NTFS formatted external HDD connected via a USB port on which I want to copy my Ibay files.
Using the instructions given my Mary in a previous forum entry I did the following:
"Verify what drives connected with
fdisk -l |more
Verify details of the old drive
fdisk -l /dev/sda
make a mount point eg
mkdir -p /mnt/olddrive
mount the drive
mount /dev/sdc1 /mnt/olddrive"
The verification showed that my 10Gb external disk was to be found on disk /dev/sda1 and was formatted HPFS/NTFS
I successfully created a mount point, (/mnt/olddrive).
I attempted to mount the disk with: mount /dev/sda1 /mnt/olddrive and got the following:
"Mounting /dev/sda1 on /mnt/olddrive failed: Invalid argument"
Can anyone help please?
Thanks