Hi, I've run many time e2fsck, but in a special dir ls tells me: ls: r?cksendung-wlan.dvi: No such file or directory ls: baf?g_r?ckmeldung.latex: No such file or directory ls: finpr?f.pdf: No such file or directory $ cat finpr?f.pdf cat: finpr?f.pdf: Datei oder Verzeichnis nicht gefunden I don't know what to do? How can I find the failure? If I cat the files with debugfs, I see the their contents. What information do you need to help me? $ uname -a Linux ibook 2.6.9 #1 Wed Jan 26 10:21:54 CET 2005 ppc GNU/Linux $ e2fsck -V e2fsck 1.36-rc4 (26-Jan-2005) Benutze EXT2FS Library version 1.36-rc4, 26-Jan-2005 # tune2fs -l /dev/mapper/_dev_discs_disc0_part5 tune2fs 1.36-rc4 (26-Jan-2005) Filesystem volume name: <none> Last mounted on: <not available> Filesystem UUID: 0a97dddc-ad56-4eb8-9a07-a43ddfc2e22b Filesystem magic number: 0xEF53 Filesystem revision #: 1 (dynamic) Filesystem features: has_journal dir_index needs_recovery large_file Default mount options: (none) Filesystem state: clean Errors behavior: Remount read-only Filesystem OS type: Linux Inode count: 958464 Block count: 18874368 Reserved block count: 0 Free blocks: 1846379 Free inodes: 910758 First block: 1 Block size: 1024 Fragment size: 1024 Blocks per group: 8192 Fragments per group: 8192 Inodes per group: 416 Inode blocks per group: 52 Filesystem created: Tue Jun 22 17:35:13 2004 Last mount time: Wed Feb 2 16:34:30 2005 Last write time: Wed Feb 2 16:34:30 2005 Mount count: 1 Maximum mount count: 35 Last checked: Wed Feb 2 16:31:01 2005 Check interval: 15552000 (6 months) Next check after: Mon Aug 1 17:31:01 2005 Reserved blocks uid: 0 (user root) Reserved blocks gid: 0 (group root) First inode: 11 Inode size: 128 Journal inode: 8 First orphan inode: 237957 Default directory hash: tea Directory Hash Seed: 12789f3d-cc34-4173-8c32-70513958750d Journal backup: inode blocks Joerg. -- Diskusion "Pascal vs. rest der Welt" : 30 Aug 2000 00:13:11 GMT, Adrian Knoth <adi at drcomp.erfurt.thur.de> Und selbst wenn eure 100000 Zeilen-Programme noch so oft unter Windows verwendet werden: mit einem Handwagen f?hrt man nicht Formel-1.
Joerg Sommer wrote:> Hi, > > I've run many time e2fsck, but in a special dir ls tells me: > ls: r?cksendung-wlan.dvi: No such file or directory > ls: baf?g_r?ckmeldung.latex: No such file or directory > ls: finpr?f.pdf: No such file or directoryfsck doesn't complain and what you see here are most likely some weird charset issues.> $ cat finpr?f.pdf > cat: finpr?f.pdf: Datei oder Verzeichnis nicht gefundenyou're tools can't handle umlauts and thus fails to do anything with files containing umlauts. i'm not good [1] at charset issues either, but in debian the packages "locales" and "util-linux-locales" seems to be responsible for all that stuff. Christian. [1] an ugly putty session... evil at sheep:~$ touch ?ml?ute.txt evil at sheep:~$ ls ?ml?ute.txt ??ml??ute.txt
On Feb 04, 2005 17:45 +0100, Joerg Sommer wrote:> I've run many time e2fsck, but in a special dir ls tells me: > ls: r?cksendung-wlan.dvi: No such file or directory > ls: baf?g_r?ckmeldung.latex: No such file or directory > ls: finpr?f.pdf: No such file or directory > > $ cat finpr?f.pdf > cat: finpr?f.pdf: Datei oder Verzeichnis nicht gefunden > > I don't know what to do? How can I find the failure? If I cat the files > with debugfs, I see the their contents.When you run e2fsck, you use "e2fsck -f"? Otherwise it will just check the superblock for ext3 filesystems and report it to be clean. Also, if you run "\ls {dir}" does it display the files? If yes, then in debugfs run "stat {file}" and show the output here. Cheers, Andreas -- Andreas Dilger http://sourceforge.net/projects/ext2resize/ http://members.shaw.ca/adilger/ http://members.shaw.ca/golinux/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://listman.redhat.com/archives/ext3-users/attachments/20050208/7483df0b/attachment.sig>