Skip Headers
Oracle® Fusion Middleware User's Guide for Oracle JRockit Virtual Edition
11g Release 1 (11.1.1.3.1)

Part Number E15206-03
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

2.4 About the File System of a Virtual Machine

The file system within a virtual machine that was created by using Oracle JRockit Virtual Edition is similar to that in most UNIX-like operating systems. It consists of a single root (/) directory.

The virtual disk (of the size defined in the configuration file) is mounted in the root directory. It contains the following files and directories.

You can access the file system within a running virtual machine by using SSH protocol-based clients (SCP and SFTP). For more information, see Chapter 5, "Accessing the File System of a Running Virtual Machine by Using the SSH Protocol."

When a virtual machine is not running, you can access the file system by using the -f (--file) option of the Image Tool.

External clients and processes cannot access the local file system within a virtual machine when the virtual machine is running. They can, however, access shared file storage locations (such as an NFS location) that are defined by using the -r vm_cfg add mount operation of the Image Tool. For more information, see -r (--reconfigure) in Appendix A, "Image Tool Command-Line Option Reference."