Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Before corruption:
  2. [root@charon:andrew]# filefrag -v bla
  3. Filesystem type is: 9123683e
  4. File size of bla is 1048576 (256 blocks of 4096 bytes)
  5. ext: logical_offset: physical_offset: length: expected: flags:
  6. 0: 0.. 255: 0.. 255: 256: last,unknown_loc,delalloc,eof
  7. bla: 1 extent found
  8.  
  9.  
  10. After corruption:
  11.  
  12. [root@charon:andrew]# filefrag -v bla
  13. Filesystem type is: 9123683e
  14. File size of bla is 1048576 (256 blocks of 4096 bytes)
  15. bla: 0 extents found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement