Hi,
The declaration for directory record length in ext2 filesystem is as follows:
Code:
#define EXT2_NAME_LEN 255
struct ext2_dir_entry_2 {
__u32 inode; /* Inode number */
__u16 rec_len; /* Directory entry length */
__u8 name_len; /* Name length */
__u8 file_type;
char name[EXT2_NAME_LEN]; /* F
I found out the inode information of the most important directory of my server was corrupted, and I couldn't access its files.
My file system is EXT3
I tried fsck on the image of partition, no success.
I tried dd_rhelp, it doesn't any effect.
I tried debugfs , run rdump corrupted-inode-dir native-dir , but it doesn't work without any error.
How can I recover my data in this directory?
I found out the inode information of the most important directory of my server was corrupted, and I couldn't access its files.
My file system is EXT3
I tried fsck on the image of partition, no success.
I tried dd_rhelp, it doesn't any effect.
I tried debugfs , run rdump corrupted-inode-dir native-dir , but it doesn't work without any error.
How can I recover my data in this directory?
My question deals with the relationship between the read and execute bits on a directory. I'm going to give my assumptions, first, all according to my current knowledge, then ask my question in bold in the context of those assumptions.
OS version:Ubuntu 12.04 LTS
Hey all, I recently started programming in python, so I went to download python 3.0, and it appears I have ruined all python files on my installation, whenever I try to run anything with python I get this error:
chris@chris-Modena-M101:~$ python
bash: /usr/bin/python: No such file or directory
chris@chris-Modena-M101:~$
I tried to install Python 3 again it said it
Ext3 is a journaled file system and maintains a journal file to prevent instances of metadata corruption due to unexpected power outage. Due to its wide testing base and relative simplicity, the file system is considered to be safer than its counterparts. But it is not completely immune to crashes.
Hi,
Is there any filesystem error? what would be the cause?
pls suggest me.
when i run rsync it dropped the following error.
rsync: readlink "/home/backups/spwiki/cms/data/cvsrep/documents/en_us/999998/33787" failed: Input/output error (5)
after that i rebooted server , gapped the messages as follows
Hello, everyone. First of all, I'm quite a noob, so ANY help will be.. helpful :)
Yesterday I've updated my openSUSE 11.1 to 11.2 using installation DVD. After that, as system boots, I started to get lines like:
Code:
FATAL: Module jbd not found
FATAL: Module mbcache not found
FATAL: Module ext3 not found
and so on with different modules..
Something puzzles me with regard to the grub bootloader.
I have a fairly long partition table that looks like this:
/dev/sda1: Windows C
/dev/sda5: Windows D
/dev/sda6: OpenSuSE 11.2
/dev/sda7: OpenSuSE home
/dev/sda8; Fedora 11
/dev/sda9: Fedora home
/dev/sda10: Mandriva 2009.1
/dev/sda11: Mandriva home