Scroll to navigation

parrot_mount(1) Cooperative Computing Tools parrot_mount(1)

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

CCTools 8.0.0 DEVELOPMENT