TheGrandParadise.com New What do I do if my root filesystem is full?

What do I do if my root filesystem is full?

What do I do if my root filesystem is full?

Create a new volume for the logs files ( /var/crash/ or /var/adm etc ) and move the files in there….

  1. Get your root filesystem under root SVM control or Veritas control.
  2. Create one more subdisk or a slice and attach the root slice to the newly. created one.
  3. Then run growfs command.

How do I check permissions on a file in AIX?

To check the underlying mount point permissions, first check /filesystemA/filesystemB permissions by mounting filesystemA to another mount point in order to unhide filesystemB directory. The permissions are OK.

What is the default file system in AIX?

The basic type of file system used by AIX® is called the journaled file system (JFS).

What do you do when a file system is full in Linux?

Fixing problem when the disk is full

  1. Compress uncompressed log and other files using gzip or bzip2 or tar command:
  2. Delete unwanted files using rm command on a Unix-like system:
  3. Move files to other system or external hard disk using rsync command:

How do I fix disk full error in Linux?

What is mount in AIX?

The mount command mounts a file system expressed as a device using the device or node:directory parameter on the directory specified by the directory parameter. After the mount command has finished, the directory specified becomes the root directory of the newly mounted file system.

How mount NFS mount point in AIX?

Mounting an NFS file system on AIX From the root prompt command line of the host server, type mkdir /mnt/ (or mount point) to create a mount point and press Enter. Type ping and press Enter.

How do I free up space on my Ubuntu root?

Access to server or system with root user or a user with sudo access.

  1. Step 1: Remove APT Cache. Ubuntu keeps a cache of the installed packages which are downloaded or installed earlier even after uninstallation.
  2. Step 2: Clean Journal Logs.
  3. Step 3: Clean Up unused Packages.
  4. Step 4: Remove Old Kernels.