logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

parrot_mount - mount new directories inside of a Parrot instance.

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.

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

Exit Status

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

Name

parrot_mount - mount new directories inside of a Parrot instance.

See Also

CooperativeComputingToolsDocumentationParrotUserManualparrot_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 7.14.5 FINAL                                                                             parrot_mount(1)

Synopsis

       parrot_mount <path><destination><permissions>

See Also