Usage sample of list utility on JFS2 filesystem.
Following is a sample recovery of a JFS2 filesystem:
# ./v53fslist /dev/fsl05 ## Filesystem Utilities from Compunix. Version v5.1.0. AIX 5.3 ## Copy of v53fslist utility, list recoverable files (not possible to recover files). ## For a recovery utility, contact, ## # starting interactive mode for filesystem on /dev/fslv05 ## JFS2 filesystem. ## 1048493 4k blocks. # Reading inode table.done. Building block table Class I license needed for recovery. Starting interactive mode. ================================================================================ Search for Oracle DBF files (y/n) ? n not interested in Oracle files ================================================================================ Starting interactive scanning. Using build-in file-typing. Results will be saved to /var/compunix/l_dev_fslv05. # Scanning 8192 inodes. scanning for recoverable inodes # 8192 inodes (100.00%) scanned, Found 2 interesting files 258 MBytes # Scanning 1048493 blocks. scanning all free blocks for more data # 1048493 blocks (100.00%) scanned, Found 2 interesting files 258 MBytes Scanning 12 directory buffers. attempting filename reconstruction # 12 dir blocks (100.00%) scanned, Found 2 interesting files 258 MBytes Total save status file is 4934 bytes. Analyse status saved in /var/compunix/l_dev_fslv05 ================================================================================ Class I license needed for recovery. class needed for ordering a license Current JFS2 filesystem : /dev/fslv05 2 inodes recoverable (by partial name or number) in directory /.INODES. Top filetypes in /.INODESfiletypes that can be recovered in the .INODES directory #2 : backup/restore format file 2 inodes recoverable by full path (use 'ls' for more information). ================================================================================ Current directory / > ls show files recoverable in root-directory of filesystem Current directory / drwxr-xr-x 256 Jul 22 10:22 [.]/2 (directory) drwxr-xr-x 256 Jul 22 10:22 [..]/2 (directory) dr-xr-xr-x .INODES/2 drwxr-x--- 256 Jul 22 10:25 [dir3]/2 (directory)/2 indicates two files recoverable in this sub-directory Total bytes regular files 0 Current directory / > cd dir3 change to sub-directory Current directory /dir3 > ls Current directory /dir3 drwxr-x--- 256 Jul 22 10:25 [.]/2 (directory) drwxr-xr-x 256 Jul 22 10:22 [..]/2 (directory) drwxr-x--- 16384 Jul 22 10:33 [sub1]/2 (directory) Total bytes regular files 0 Current directory /dir3 > cd sub1 Current directory /dir3/sub1 > ls Current directory /dir3/sub1 drwxr-x--- 16384 Jul 22 10:33 [.]/2 (directory) drwxr-x--- 256 Jul 22 10:25 [..]/2 (directory) -rw-r----- 249856 Jul 22 10:24 rsct.core.auditrm.2.3.10.0.bff (backup/restore format file) -rw-r----- 270954496 Jul 22 10:24 sysmgt.websm.webaccess.5.2.0.105.bff (backup/restore format file) Total bytes regular files 271204352 The .INODES directory contain all recoverable inodes. For the inodes for which no filename can be reconstructed, an unique number is assigned. Current directory /dir3/sub1 > cd /.INODES Current directory /.INODES > ls Current directory /.INODES dr-xr-xr-x ./2 drwxr-xr-x 256 Jul 22 10:22 [..]/2 (directory) drwxr-x--- 256 Jul 22 10:25 [dir3]/2 (directory) -rw-r----- 249856 Jul 22 10:24 rsct.core.auditrm.2.3.10.0.bff (backup/restore format file) drwxr-x--- 16384 Jul 22 10:33 [sub1]/2 (directory) -rw-r----- 270954496 Jul 22 10:24 sysmgt.websm.webaccess.5.2.0.105.bff (backup/restore format file) Total bytes regular files 271204352 In case this would be a fully licensed version of the software you can copy with the cp command your data back to a real filesystem. Current directory /.INODES > cp rsct.core.auditrm.2.3.10.0.bff /tmp/recover-my-file Current directory /.INODES > quit
Here to download page for AIX V4.3 filesystems (v43fslist).
Here to download page for AIX V5.1 filesystems (v51fslist).
Here to download page for AIX V5.2 filesystems (v52fslist).
Here to download page for AIX V5.3 filesystems (v53fslist).
Usage sample of list utility on a JFS filesystem
In case you have problems downloading this software or you have troubles executing the software, please contact us.
,
##
# starting interactive mode for filesystem on /dev/fslv05
## JFS2 filesystem.
## 1048493 4k blocks.
# Reading inode table.done.
Building block table Class I license needed for recovery.
Starting interactive mode.
================================================================================
Search for Oracle DBF files (y/n) ? n not interested in Oracle files
================================================================================
Starting interactive scanning.
Using build-in file-typing.
Results will be saved to /var/compunix/l_dev_fslv05.
# Scanning 8192 inodes. scanning for recoverable inodes
# 8192 inodes (100.00%) scanned, Found 2 interesting files 258 MBytes
# Scanning 1048493 blocks. scanning all free blocks for more data
# 1048493 blocks (100.00%) scanned, Found 2 interesting files 258 MBytes
Scanning 12 directory buffers. attempting filename reconstruction
# 12 dir blocks (100.00%) scanned, Found 2 interesting files 258 MBytes
Total save status file is 4934 bytes.
Analyse status saved in /var/compunix/l_dev_fslv05
================================================================================
Class I license needed for recovery. class needed for ordering a license
Current JFS2 filesystem : /dev/fslv05
2 inodes recoverable (by partial name or number) in directory /.INODES.
Top filetypes in /.INODESfiletypes that can be recovered in the .INODES directory
#2 : backup/restore format file
2 inodes recoverable by full path (use 'ls' for more information).
================================================================================
Current directory /
> ls show files recoverable in root-directory of filesystem
Current directory /
drwxr-xr-x 256 Jul 22 10:22 [.]/2 (directory)
drwxr-xr-x 256 Jul 22 10:22 [..]/2 (directory)
dr-xr-xr-x .INODES/2
drwxr-x--- 256 Jul 22 10:25 [dir3]/2 (directory)/2 indicates two files recoverable in this sub-directory
Total bytes regular files 0
Current directory /
> cd dir3 change to sub-directory
Current directory /dir3
> ls
Current directory /dir3
drwxr-x--- 256 Jul 22 10:25 [.]/2 (directory)
drwxr-xr-x 256 Jul 22 10:22 [..]/2 (directory)
drwxr-x--- 16384 Jul 22 10:33 [sub1]/2 (directory)
Total bytes regular files 0
Current directory /dir3
> cd sub1
Current directory /dir3/sub1
> ls
Current directory /dir3/sub1
drwxr-x--- 16384 Jul 22 10:33 [.]/2 (directory)
drwxr-x--- 256 Jul 22 10:25 [..]/2 (directory)
-rw-r----- 249856 Jul 22 10:24 rsct.core.auditrm.2.3.10.0.bff (backup/restore format file)
-rw-r----- 270954496 Jul 22 10:24 sysmgt.websm.webaccess.5.2.0.105.bff (backup/restore format file)
Total bytes regular files 271204352
The .INODES directory contain all recoverable inodes. For the inodes for which
no filename can be reconstructed, an unique number is assigned.
Current directory /dir3/sub1
> cd /.INODES
Current directory /.INODES
> ls
Current directory /.INODES
dr-xr-xr-x ./2
drwxr-xr-x 256 Jul 22 10:22 [..]/2 (directory)
drwxr-x--- 256 Jul 22 10:25 [dir3]/2 (directory)
-rw-r----- 249856 Jul 22 10:24 rsct.core.auditrm.2.3.10.0.bff (backup/restore format file)
drwxr-x--- 16384 Jul 22 10:33 [sub1]/2 (directory)
-rw-r----- 270954496 Jul 22 10:24 sysmgt.websm.webaccess.5.2.0.105.bff (backup/restore format file)
Total bytes regular files 271204352
In case this would be a fully licensed version of the software
you can copy with the cp command your data back to a real filesystem.
Current directory /.INODES
> cp rsct.core.auditrm.2.3.10.0.bff /tmp/recover-my-file
Current directory /.INODES
> quit