LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   corruption (https://www.linuxquestions.org/questions/linux-newbie-8/corruption-4175508847/)

ganesan_p 06-23-2014 01:32 AM

corruption
 
hi,

i am using ext2 filesystem ..some times my os is corrupted due to power failue . i have to avoid this problem without using ext3 or ext4.
please provide some solution.

thanks and regards,
ganesan p

evo2 06-23-2014 01:42 AM

Hi,

why can't you convert to ext3? Eg unmount the partition and run:
Code:

tune2fs -j /dev/sdXN
Then change mount type from ext2 to ext3 in your /etc/fstab and remount.

If you really want to protect against power failures you should invest in a UPS.

Evo2.

ganesan_p 06-23-2014 02:00 AM

thanks for your reply,

actually that corruption was happen in my image partition only .

thanks and best regards
ganesan p

evo2 06-23-2014 02:07 AM

Hi,
Quote:

Originally Posted by ganesan_p (Post 5192370)
actually that corruption was happen in my image partition only .

What do you mean by this? Is this supposed to exaplain why you can't use ext3? Or why you can't use a UPS? Something else?

Cheers,

Evo2.

ganesan_p 06-23-2014 02:22 AM

hi EVo2
because i made one product everything is done . so now we can't able to change filesystem type and everything thats why i am asking you. i am investigating this corruption problem .



thanks and best regards ,
ganesan p

evo2 06-23-2014 02:28 AM

Hi,

so what sort of changes can you make?

Evo2.


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