ext2fs undeletion pl 9 IUYJQQKFHJA4F2XS4WH32LCVTDGHFBTI63QYH5A


Linux Ext2fs Undeletion mini-HOWTO: Uzyskiwanie szczegółowych informacji o iwêzłach Następna strona Poprzednia strona Spis treści 9. Uzyskiwanie szczegółowych informacji o iwêzłach debugfs dysponuje poleceniem stat, które wyświetla szczegółowe informacje o iwêźle. Wykonaj tê komendê dla wszystkich iwêzłów, które chcesz odzyskaæ. Na przykład, jeżeli interesuje Ciê iwêzeł o numerze 148003, napisz tak: debugfs: stat <148003> Inode: 148003 Type: regular Mode: 0644 Flags: 0x0 Version: 1 User: 503 Group: 100 Size: 6065 File ACL: 0 Directory ACL: 0 Links: 0 Blockcount: 12 Fragment: Address: 0 Number: 0 Size: 0 ctime: 0x31a9a574 -- Mon May 27 13:52:04 1996 atime: 0x31a21dd1 -- Tue May 21 20:47:29 1996 mtime: 0x313bf4d7 -- Tue Mar 5 08:01:27 1996 dtime: 0x31a9a574 -- Mon May 27 13:52:04 1996 BLOCKS: 594810 594811 594814 594815 594816 594817 TOTAL: 6 Gdy chcesz odzyskaæ wiele plików, dobrze bêdzie jak zautomatyzujesz ten proces. Przy założeniu, że Twoja lsdel lista interesujących iwêzłów znajduje siê w pliku lsdel.out, napisz coś takiego: # cut -c1-6 lsdel.out | grep "[0-9]" | tr -d " " > inodes Nowy plik inodes zawiera tylko numery iwêzłówm, które chcesz odzyskaæ, po jednym w jednej linii. Zapisaliśmy to, bowiem później bardzo nam siê przyda. Potem piszesz po prostu: # sed 's/^.*$/stat <\0>/' inodes | debugfs /dev/hda5 > stats i plik stats zawiera wyniki wszystkich poleceñ stat. Następna strona Poprzednia strona Spis treści

Wyszukiwarka

Podobne podstrony:
ext2fs undeletion pl 3
ext2fs undeletion pl 8
ext2fs undeletion pl 17
ext2fs undeletion pl 4
ext2fs undeletion pl 6
ext2fs undeletion pl 10
ext2fs undeletion pl 13
ext2fs undeletion pl 2
ext2fs undeletion pl 15
ext2fs undeletion pl 1
Ext2fs Undeletion pl
ext2fs undeletion pl 7
ext2fs undeletion pl 14
ext2fs undeletion pl 16
ext2fs undeletion pl 5
ext2fs undeletion pl 11
Ext2fs Undeletion pl (2)
Ext2fs Undeletion pl (3)
ext2fs undeletion pl 12

więcej podobnych podstron