LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Emergency: No linux Partitions Found (https://www.linuxquestions.org/questions/linux-software-2/emergency-no-linux-partitions-found-63013/)

Gerardoj 06-01-2003 11:02 AM

Emergency: No linux Partitions Found
 
I have Redhat 8.0 and I was tried to repartition my disk with Gnu Parted but I think I fall in a big mistake I changed my ext3 to ext2 and then to fat now I my linux say " Kernel Panic init not found" I was trying to boot from my Rescue linux CD and appear me "no Linux partitions found" please Help me what can I do ?

Thanks a lot

fancypiper 06-01-2003 11:41 AM

Did you do a mkfs or format? If so, re-install.

Can you change the partitions back to the origional file system with the rescue without formatting? If that doesn't fix it, you will have to re-install, I would think.

Gerardoj 06-01-2003 11:50 AM

Yeah I did mkfs,
I dont know how can I change the partitions back to the origional file system? please help me. Or what can I do to backup my files in my /home/Gerardo

Thanks

fancypiper 06-01-2003 12:10 PM

They are gone if you did a mkfs on the partition that /home/Gerardo was on. That is the linux formatting command.

whansard 06-01-2003 12:38 PM

you can try to mount any partitions there as vfat,
in an attempt to rescue some data, in case you
didn't really format.

2damncommon 06-01-2003 12:40 PM

Creating and formating a partition that has data on it pretty much removes the data from any type of normal access for most computer users.
Zeroing and overwriting makes it even more so (which you would appear NOT to have done yet?).
If you are up on your computer forensics you may be able to find files on the partition with a binary editor, but I have no idea how you would actually recover them that way.
There is E2recover, but I don't know how current this is or if it works with ext3.
You can decide if your files are important enough to fool with this.
Good Luck.

Gerardoj 06-01-2003 01:44 PM

I bring up a shell in recue mode then type ls and appear:

bin lib mnt sbin var
dev linuxrc modules tmp
etc lost+found proc usr

and when I type df -h too see the Disk appear me

Filesystem Size used Available Mounted ON
--------------- ---------- ---------- -------------- -------------------
rootfs 4.3M 1.0M 3.0M /
/dev/root.old 4.3M 1.0M 3.0M
/tmp/cdrom 644.0M 644.0M 0 /mnt/source

and if I type parted appear me
parted on /dev/hda

Minor Start End Type Sys File Sistem Flags
--------- -------- --------- ------------ ------------ ---------
1 0.031 101.975 Primary ext3 boot
2 101.975 28945.239 Primary
3 28945.259 29321.762 Primary linux-swap

if someone can tell me what is wrong in the above config
PS: I cant do chroot /mnt/sysimage also cant "su"
Thanks.


All times are GMT -5. The time now is 08:00 PM.