Provided by: coop-computing-tools_9.9-4ubuntu4_amd64 bug

NAME

       parrot_mount - mount new directories inside of a Parrot instance.

SYNOPSIS

       parrot_mount <path> <destination> <permissions>

DESCRIPTION

       parrot_mount  utilizes  Parrot  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 --disable option, which prevents any
       further changes in the current session.

        --unmount <path>
               Unmount a previously mounted path.

        --disable
               Disable any further mounting/unmounting in this parrot session.

EXIT STATUS

       On success, returns zero.  On failure, returns non-zero.

EXAMPLES

       Mount a remote Chirp filesystem as a read-only data directory:

               % parrot_run bash
               % parrot_mount /chirp/fs.somewhere.edu/data /data R

       Umount the same directory:

               parrot_mount --unmount /data

COPYRIGHT

       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.

SEE ALSO

Cooperative Computing Tools DocumentationParrot User Manualparrot_run(1)  parrot_cp(1)  parrot_getacl(1)  parrot_setacl(1)  parrot_mkalloc(1)  parrot_lsalloc(1)
           parrot_locate(1)  parrot_timeout(1)  parrot_whoami(1)  parrot_mount(1)   parrot_md5(1)   parrot_pack‐
           age_create(1)  parrot_package_run(1)  chroot_package_run(1)

CCTools 8.0.0 DEVELOPMENT                                                                        parrot_mount(1)