QUESTION 1:
==========
getfsstat returns a list of mounted filesystems. However, if a
filesystem is setup with automount, there is no corresponding entry
in the list obtained from getfsstat... is there an alternate list
which indicates which filesystems are mounted via automount (in a
format similar to getfsstat's statfs struct)?
NOTE that is the filesystem is removed from automount and
"mount"ed, an entry then exists in in the getfsstat list.
QUESTION 2:
==========
When performing a NetWorker "save" command to a cloned fileset
I receive the following WARNINGs...
WARNING: advfs cannot open the original file; ENO_SUCH_TAG (-1032)
WARNING: clone fileset is out of sync with the original fileset
save: cannot stat /user1_nclone_0/propdm/text/server_log: Invalid argument
WARNING: advfs cannot open the original file; ENO_SUCH_TAG (-1032)
WARNING: clone fileset is out of sync with the original fileset
save: cannot stat /user1_nclone_0/propdm/text/pdmdp_log: Invalid argument
Can anyone shed some light on these WARNINGs...?
The files are not visible in the filesystem with an "ls" command.
Received on Thu Sep 19 1996 - 22:33:37 NZST