.TH "parrot_mount" 1 "" "CCTools 7.1.2 FINAL" "Cooperative Computing Tools" .SH NAME .LP \fBparrot_mount\fP - mount new directories inside of a Parrot instance. .SH SYNOPSIS .LP \FC\fBparrot_mount \fP\FT .SH DESCRIPTION .LP \FCparrot_mount\FT utilizes \fBParrot\fP system calls to change the namespace of the parrot filesystem while it is running. New mount points can be added with read, write, or execute permissions, and existing mount points can be removed. The namespace can be locked down with the \FC--disable\FT option, which prevents any further changes in the current session. .LP .TP .BI \ --unmount \ . Unmount a previously mounted path. .TP .B \ --disable . Disable any further mounting/unmounting in this parrot session. .SH EXIT STATUS .LP On success, returns zero. On failure, returns non-zero. .SH EXAMPLES .LP Mount a remote Chirp filesystem as a read-only data directory: .fam C .nf .nh .IP "" 8 % parrot_run bash % parrot_mount /chirp/fs.somewhere.edu/data /data R .fi .hy .fam .P Umount the same directory: .fam C .nf .nh .IP "" 8 parrot_mount --unmount /data .fi .hy .fam .P .SH COPYRIGHT .LP The Cooperative Computing Tools are Copyright (C) 2005-2019 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details. .SH SEE ALSO .LP .IP \(bu 4 \fBCooperative Computing Tools Documentation\fP .IP \(bu 4 \fBParrot User Manual\fP .IP \(bu 4 \fBparrot_run(1)\fP \fBparrot_cp(1)\fP \fBparrot_getacl(1)\fP \fBparrot_setacl(1)\fP \fBparrot_mkalloc(1)\fP \fBparrot_lsalloc(1)\fP \fBparrot_locate(1)\fP \fBparrot_timeout(1)\fP \fBparrot_whoami(1)\fP \fBparrot_mount(1)\fP \fBparrot_md5(1)\fP \fBparrot_package_create(1)\fP \fBparrot_package_run(1)\fP \fBchroot_package_run(1)\fP