JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Troubleshooting Typical Issues in Oracle Solaris 11.1     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Managing System Crash Information (Tasks)

2.  Managing Core Files (Tasks)

3.  Troubleshooting System and Software Problems (Tasks)

4.  Troubleshooting Miscellaneous System and Software Problems (Tasks)

What to Do If Rebooting Fails

What to Do If You Forgot the Root Password or Problem That Prevents System From Booting

What to Do If a System Hang Occurs

What to Do If a File System Fills Up

File System Fills Up Because a Large File or Directory Was Created

A TMPFS File System Is Full Because the System Ran Out of Memory

What to Do If File ACLs Are Lost After Copy or Restore

Index

What to Do If a File System Fills Up

When the root (/) file system or any other file system fills up, you will see the following message in the console window:

.... file system full

There are several reasons why a file system fills up. The following sections describe several scenarios for recovering from a full file system.

File System Fills Up Because a Large File or Directory Was Created

Reason Error Occurred
How to Fix the Problem
Someone accidentally copied a file or directory to the wrong location. This also happens when an application crashes and writes a large core file to the file system.
Log in and assume the root role, then use the ls -tl command in the specific file system to identify which large file is newly created and then remove it.

A TMPFS File System Is Full Because the System Ran Out of Memory

Reason Error Occurred
How to Fix the Problem
This can occur if TMPFS is trying to write more than it is allowed or some current processes are using a lot of memory.
For information about recovering from tmpfs-related error messages, see the tmpfs(7FS) man page.