Return HOME
FAQ: What happened when I read the data from the files?
Answer: The main problem is your 'access time' attribute. When the FileSystem is writeable the
'access time' will be changed. ToFix: Mount the volume disabling the access time attribute
updates.
FAQ: What is the output report format?
Answer: The process will create three report files:
[output].map Information Summary
[output].lst List of Mapped entries
[output].err List of non-Mapped entries
NOTE: The [output] is the name reported on 'output' option.
For each Mapped Entries we will have:
[atime] [mtime] [ftype] [uid] [gid] [units] [fileid]
Where:
[atime] Last Access Time
[mtime] Last Modification Time
[ftype] Type of Entry
[uid] user unix id, for non-unix systems will be ZERO
[gid] group unix id, for non-unix systems will be ZERO
[units] size of file based in the unit type (see: 'unit' option)
[fileid] relative/fullpath of entry
Type of Entry :
1 Pipe Handle File
2 Character special file
4 Directory
6 Block Device
8 Flat File
10 Link File
12 Socket File
** ENDED**