From 628ee0d714f090933633df4acdf0701f194c3195 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <art1@andreas-romeyke.de> Date: Thu, 7 Oct 2021 18:09:05 +0200 Subject: [PATCH] - added more description to "--map_path" --- deep_fixitycheck.pl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deep_fixitycheck.pl b/deep_fixitycheck.pl index 6e0eb42..c24fe15 100644 --- a/deep_fixitycheck.pl +++ b/deep_fixitycheck.pl @@ -442,7 +442,12 @@ This help. If the F</permanent> of remote Rosetta system is mappd locally to anothermountpoint, this parameter is used to map the original filename within rosetta to the locally mounted one. -Example: F</permanent/> is mounted to F</home/foo/permanent>, then the B<--map_path> is F</home/foo/> +Example1: F</permanent/> is mounted to F</home/foo/permanent>, then the B<--map_path> is F</home/foo/> + +Example2: Your IE-files uses /permanent-rosetta/normal/2019/.., and you want only mount the 2019-directory under F</mnt/foo>, you should +make mountpoint F</mnt/foo/permanent-rosetta/normal/2019/> and use the B<--map_path> F</mnt/foo/>. + +Hint: check your report message and/or check open file paths uing C<lsof -p $PERL_PID>. =item B<--search_dir> -- GitLab