JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
System Administration Guide: Advanced Administration     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

1.  Managing Terminals, Modems and Serial Port Services (Tasks)

2.  Displaying and Changing System Information (Tasks)

3.  Scheduling System Tasks (Tasks)

4.  Managing System Processes (Tasks)

5.  Monitoring System Performance (Tasks)

6.  Troubleshooting Software Problems (Tasks)

7.  Managing Core Files (Tasks)

8.  Managing System Crash Information (Tasks)

9.  Troubleshooting Miscellaneous System Problems (Tasks)

What to Do If Rebooting Fails

What to Do If You Forgot the Root Password

What to Do If a System Hangs

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. For information about how to routinely clean out old and unused files to prevent file systems from becoming too full, see Chapter 16, Managing Disk Use (Tasks), in System Administration Guide: Devices and File Systems.

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 into the file system.
Log in as superuser and use the ls -tl command in the specific file system to identify which large file is newly created and remove it. For information about removing core files, see How to Find and Delete core Files in System Administration Guide: Devices and File Systems.

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.