Peter,
You should be able to boot from the Slax CD and make sure you have net access. Then open a terminal in the GUI and repeat the commands previously posted (repeated below). If you post all commands and output for the terminal we can have a look at both the commands you use and the output you get ... with any error codes. Hopefully we will be able to work out where things are going wrong.
The steps after you open the terminal are ...
1. gain root rights using either
or
2. create folder to mount hard drive root partition to (lets call it /manmount again) and mount the partition (I have assumed this is sda1)
Code:
mkdir /manmount
mount /dev/sda1 /manmount
3. edit fstab for the hard drive to give correct information using either vi or nano
Code:
vi /manmount/etc/fstab
or
Code:
nano /manmount/etc/fstab
save changes and exit vi or nano
4. then check the file contents are correct
Code:
cat /manmount/etc/fstab
5. unmount the hard drive partition using
6. Post the output you get for the above, then shutdown the system using
7. restart the system using the Slax cd and repeat steps 1,2,4,5 and check if the file contents.
Incase this does not work I also suggest you post the output of
and
Code:
dmesg | grep mount
dmesg | grep error