Trusted Solaris Administrator's Procedures

To Mount a TMPFS File System Using the Command Line

  1. Assume the system administrator role, and go to an ADMIN_LOW workspace.

  2. In a profile shell, enter the mount command, using the -S option followed by any security attributes that you wish to specify.


    $ mount -F tmpfs -S "allowed=all;forced=all" swap /mnt
    

    The example mounts a tmpfs-type file system, swap, on /mnt.