Question:
How to generate a list of files and directories of the root filesystem, more precisely files and directories that entirely reside on the hd4 logical volume.
Other criteria:
symbolic links need not be listed;
active mount points must not be listed (e.g. /tmp, /opt, /var, etc.);
only first level directories needed (e.g. /app, but not /app/program);
dotted files and directories must be included in the list (e.g. /.ssh, /.profile).