Quote:
when i type this, it says no such directory or folder exists
also i have openned nano /etc/X11/xorg.conf
it does open but there isnt any thing in it or what do i do now.
|
Sounds lixe the root partition isn't mounted. Possible if you are doing this from the install-disk rescue mode.
Diagnose this with fdisk -l
(You'll get a list of partitions.)
... and pwd (to see where you are).
Fedora creates three partitions by default... boot, root, and swap. The root partition is the biggest
linux partition. You want to mount this one, then chroot to it, for the commands to work.
mount -t ext3 /dev/sda2 /mnt
chroot /mnt
mount /dev/sda3 /boot
(this is optional... but if you don't then /boot directory will be empty.)
ls /home should work.
Otherwise you'll need a reinstall.
Speaking of which:
Quote:
i have redone fedora core 7, but there is a problem with it. the mouse and key board stop working either while putting in user name or password or when it shows desktop.
|
... such impatience! You only waited a couple of hours... admittedly, you had a reply in that time but wait a bit. You are right that fedora installs the needed packages or gives an error.
Sometimes, though, some sort of HW glitch occurs which stops part of the installation.
But I see you got as far as the graphical login, suggesting a reinstall may have been required.
As the others have said, we need the HW constellation.
A low spec machine may experience lockups with fedora for eg.
Have a go logging in to text mode
(from the GRUB menu or from one of the options in the login screen)
... if fine, then edit xorg.conf like I described before, save, exit, enter "startx".
If you mouse and kbd are USB, try a ps2 adapter.