parrot_mount(1) | Cooperative Computing Tools | parrot_mount(1) |
parrot_mount - mount new directories inside of a Parrot instance.
parrot_mount <path> <destination> <permissions>
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.
On success, returns zero. On failure, returns non-zero.
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
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.
CCTools 7.1.2 FINAL |