/ got corrupted and showing as ext2

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite
1












There is a SLES11.4 server that got grub error 15, loading at stage 1.5. Ok, no info on what happened to it.



Ok, I booted the SLES11 DVD in rescue, starts getting exciting :)



With lsblk I can see the filesystems, ok.



/dev/sda1 was the /



/dev/sda2 has LVM, and has LV: var and tmp, those look good. Don't know who puts / on a partition and var/tmp on LVM.



I try to mount / with (in the livecd/rescue session): "mount /dev/sda1 /mnt".



I can see only an empty lost+found dir.. and it is saying it is ext2, strange, no files.



It was an ext3 before.



We got a healthy machine that is the pair of this bad one, let's call the good one: "01".



So far I tried:



  • I tried to fsck the /dev/sda1, but it says it is clean, doesn't do anything.

  • Tried to check the data what is on the sda1 and sda on this bad vs. the good system, looks like there is data on the bad one too..but why isn't the FS recognized? : enter image description here sda looks the same.

  • Tried to fsck.ext3 too, the same: clean and still no files besides lost+found if I mount sda1

The big Q: any chances to get back the old /? Before doing a clean reinstall.







share|improve this question





















  • try specifying an ext3 fsck to see if forcing it to look for the ext3 journal makes a difference. fsck.ext3 /dev/sda1
    – Tim Kennedy
    Jun 22 at 14:32










  • thx, tried, but no luck :)
    – KollarA
    Jun 22 at 14:36














up vote
0
down vote

favorite
1












There is a SLES11.4 server that got grub error 15, loading at stage 1.5. Ok, no info on what happened to it.



Ok, I booted the SLES11 DVD in rescue, starts getting exciting :)



With lsblk I can see the filesystems, ok.



/dev/sda1 was the /



/dev/sda2 has LVM, and has LV: var and tmp, those look good. Don't know who puts / on a partition and var/tmp on LVM.



I try to mount / with (in the livecd/rescue session): "mount /dev/sda1 /mnt".



I can see only an empty lost+found dir.. and it is saying it is ext2, strange, no files.



It was an ext3 before.



We got a healthy machine that is the pair of this bad one, let's call the good one: "01".



So far I tried:



  • I tried to fsck the /dev/sda1, but it says it is clean, doesn't do anything.

  • Tried to check the data what is on the sda1 and sda on this bad vs. the good system, looks like there is data on the bad one too..but why isn't the FS recognized? : enter image description here sda looks the same.

  • Tried to fsck.ext3 too, the same: clean and still no files besides lost+found if I mount sda1

The big Q: any chances to get back the old /? Before doing a clean reinstall.







share|improve this question





















  • try specifying an ext3 fsck to see if forcing it to look for the ext3 journal makes a difference. fsck.ext3 /dev/sda1
    – Tim Kennedy
    Jun 22 at 14:32










  • thx, tried, but no luck :)
    – KollarA
    Jun 22 at 14:36












up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





There is a SLES11.4 server that got grub error 15, loading at stage 1.5. Ok, no info on what happened to it.



Ok, I booted the SLES11 DVD in rescue, starts getting exciting :)



With lsblk I can see the filesystems, ok.



/dev/sda1 was the /



/dev/sda2 has LVM, and has LV: var and tmp, those look good. Don't know who puts / on a partition and var/tmp on LVM.



I try to mount / with (in the livecd/rescue session): "mount /dev/sda1 /mnt".



I can see only an empty lost+found dir.. and it is saying it is ext2, strange, no files.



It was an ext3 before.



We got a healthy machine that is the pair of this bad one, let's call the good one: "01".



So far I tried:



  • I tried to fsck the /dev/sda1, but it says it is clean, doesn't do anything.

  • Tried to check the data what is on the sda1 and sda on this bad vs. the good system, looks like there is data on the bad one too..but why isn't the FS recognized? : enter image description here sda looks the same.

  • Tried to fsck.ext3 too, the same: clean and still no files besides lost+found if I mount sda1

The big Q: any chances to get back the old /? Before doing a clean reinstall.







share|improve this question













There is a SLES11.4 server that got grub error 15, loading at stage 1.5. Ok, no info on what happened to it.



Ok, I booted the SLES11 DVD in rescue, starts getting exciting :)



With lsblk I can see the filesystems, ok.



/dev/sda1 was the /



/dev/sda2 has LVM, and has LV: var and tmp, those look good. Don't know who puts / on a partition and var/tmp on LVM.



I try to mount / with (in the livecd/rescue session): "mount /dev/sda1 /mnt".



I can see only an empty lost+found dir.. and it is saying it is ext2, strange, no files.



It was an ext3 before.



We got a healthy machine that is the pair of this bad one, let's call the good one: "01".



So far I tried:



  • I tried to fsck the /dev/sda1, but it says it is clean, doesn't do anything.

  • Tried to check the data what is on the sda1 and sda on this bad vs. the good system, looks like there is data on the bad one too..but why isn't the FS recognized? : enter image description here sda looks the same.

  • Tried to fsck.ext3 too, the same: clean and still no files besides lost+found if I mount sda1

The big Q: any chances to get back the old /? Before doing a clean reinstall.









share|improve this question












share|improve this question




share|improve this question








edited Jun 22 at 15:19
























asked Jun 22 at 14:14









KollarA

133




133











  • try specifying an ext3 fsck to see if forcing it to look for the ext3 journal makes a difference. fsck.ext3 /dev/sda1
    – Tim Kennedy
    Jun 22 at 14:32










  • thx, tried, but no luck :)
    – KollarA
    Jun 22 at 14:36
















  • try specifying an ext3 fsck to see if forcing it to look for the ext3 journal makes a difference. fsck.ext3 /dev/sda1
    – Tim Kennedy
    Jun 22 at 14:32










  • thx, tried, but no luck :)
    – KollarA
    Jun 22 at 14:36















try specifying an ext3 fsck to see if forcing it to look for the ext3 journal makes a difference. fsck.ext3 /dev/sda1
– Tim Kennedy
Jun 22 at 14:32




try specifying an ext3 fsck to see if forcing it to look for the ext3 journal makes a difference. fsck.ext3 /dev/sda1
– Tim Kennedy
Jun 22 at 14:32












thx, tried, but no luck :)
– KollarA
Jun 22 at 14:36




thx, tried, but no luck :)
– KollarA
Jun 22 at 14:36















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f451320%2fgot-corrupted-and-showing-as-ext2%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f451320%2fgot-corrupted-and-showing-as-ext2%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)