Sponsored Content
Full Discussion: file system full
Operating Systems Solaris file system full Post 302199291 by melanie_pfefer on Monday 26th of May 2008 09:24:08 AM
Old 05-26-2008
What is the output from df -k

It shows 30 G free

Also can you print the actual error message you get.
file system full


df -k report filesystem disk space usage.better to use du -sh*|sort -nr or du -sk*|sort -nr to know which directory or file is using most of the space

I am not interested in the largest folder.


df also shows how much disk is free.
If you run du it will take ages to get a result.
Its a filesystem that is full, we are not trying to find which is the biggest directory

The file system is not full. It has 30G

My question is: why there is inconsistency between the dmesg output and df -k
 

9 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

file system full

When I try to log in as root I get the following message realloccg /: file system full sendmail :NO Queue:low on space (have 0,SMTP-DAEMON needs 101 in /var/spool/mqueue) What should I do? (1 Reply)
Discussion started by: hopeless
1 Replies

2. UNIX for Advanced & Expert Users

Full File System

Hi All, There was a background process running on a Solaris 2.8 machine, and appeared to have filled all available disk-space. I done a killall, and upon re-booting found that the file system had filled up, and will not boot as normal as a result. For example, I'm getting /usr/adm/messages: No... (8 Replies)
Discussion started by: Breen
8 Replies

3. Filesystems, Disks and Memory

root file system full

Hi I have a Solaris 2.5.1 system. Recently my file system is full and i couldn't find what flood my root file system. Anyone can suggext any directories i should look out for. I am using Samba and Patrol agent. I am just usng this server as a file server, users cannot login into the system,... (1 Reply)
Discussion started by: owls
1 Replies

4. Solaris

File system full?

Hi, I just started working with UNIX on an old semi-fossilized Sun workstation which I use to process LOTS of images,however, I just started to get an error message that the file system is full and then my shell tool or/and text editor freeze up. Help? (8 Replies)
Discussion started by: Bend
8 Replies

5. Solaris

Full file system?

I read the sticky and thought of a script I use on a regular basis. Since unless you patch/upgrade the df command on solaris you have a very tought time teling how full the system truly is. Output looks like $ biggest.sh /tmp Filesystem kbytes used avail capacity Mounted... (0 Replies)
Discussion started by: meyerder
0 Replies

6. Solaris

file system full

I am receving following Error message in /var/adm/messages "NOTICE: alloc: /: file system full" Disk space usage is as beklow: df -k $ Filesystem kbytes used avail capacity Mounted on /dev/md/dsk/d10 76678257 56962561 18948914 76% / /proc ... (8 Replies)
Discussion started by: Asteroid
8 Replies

7. Solaris

/ file system full issue

Hi All, This is Babu working as a system administrator. Here I am getting one problem with one of my Sun server's root (/) file system. In df -h command / file system showing 7.8 GB used space.But in du -hd command it showing 5.2 gb only. Please can any one help me resolve this issue... (2 Replies)
Discussion started by: lbreddy
2 Replies

8. UNIX for Advanced & Expert Users

/opt file system full !!!

Can anyone help me in cleaning /opt filesystem.. i have checked all the options and i have cleared all the logs and the total size of the files in /opt is shown as 1.8GB were as the size of /opt is 4.8GB but wen i run the command # df -h /opt it gives capacity 99% Please help... (17 Replies)
Discussion started by: kjamsheed
17 Replies

9. Red Hat

File system full, but not really.

Hey all, What do you think mostly happened in the following situation? I have a Red Hat 5.5 server. Someone, somehow, managed to get two .nfs000.... type files that totaled over a terabyte in size. I removed them and thought things were back to normal. Then I started getting complains from... (2 Replies)
Discussion started by: geelsu
2 Replies
xdiskusage(1)						      General Commands Manual						     xdiskusage(1)

NAME
xdiskusage - Graphical display of disk usage SYNOPSIS
xdiskusage [-a] [-d[isplay] host:n.n] [-g[eometry] WxH+X+Y] [-t[itle] windowtitle] [-n[ame] classname] [-i[conic]] [-fg color] [-bg color] [-bg2 color] [directory...] [file...] DESCRIPTION
xdiskusage displays the output of "du" in an X window, allowing you to compare visually the space occupied by files and directories. USAGE
Typing "xdiskusage dir" where "dir" is a folder causes "du" to be run on that folder and the result displayed. If the named file is a sym- bolic link it is dereferenced before being sent to du. The "-a" switch, if given, is passed to "du" to cause all files to be measured. Typing "xdiskusage file" where "file" is not a folder makes xdiskusage parse that file as though it was "du" output and display the result. You can type several file and folder names and get several display windows. If no files are named, you can pipe the output from another program to xdiskusage. If stdin is not a terminal xdiskusage will parse it as "du" output and display the result. For instance "du -k . | xdiskusage". Typing just "xdiskusage" brings up the disk browser described here: DISK BROWSER
By default xdiskusage presents you with a list of all the disks mounted on your system (it found these by running "df"). Click one of these names and it will scan the entire disk (by running "du") and present a graphical display of how much space all the files are taking on that disk. You can click on several disks (or on the same disk multiple times, for instance if you have changed the files stored on it) and get multi- ple display windows. The "rescan" button reruns "df" to get a new list of disks. You need to do this if you mount or unmount a disk, or to see new usage per- centages. The (C) button shows you the copyright and license. You can type a filename into the input field on the bottom and type Enter. If the name is a directory, xdiskusage will attempt to run "du" on it and display the result. If the name is a file it is assumed to be "du" output and it is parsed and displayed. The "all files" button sends the -a switch to "du" causing it to list the space for every file on the disk. This can significantly increase the time it takes to scan. DISPLAY
Each white box represents a folder. It's size is equal to the sum of all it's contents (all sub-folders and files). To the right of each box are stacked the boxes for the sub-folders (and files if the "all files" switch was given). If you selected a disk from the disk browser, some extra boxes are added to show information learned from df: "(free)" is the free space reported by df. "(permission denied)" is space that df said was used but du did not report. Besides permission errors when running du, this may also be the result of a file deleted from its containing folder, but still in use by a program, so its space is not reclaimed yet. Mounted loopback filesystems (ISO image just checked before burning, then deleted while still mounted) are common examples. "(inodes)" is the difference between the total size of the disk and the used + available space reported by du, this is overhead used by the file system. The left-most box is the "current root". One of the boxes is outlined in red, this is the "current node". Clicking on any box makes it the current node. The arrow keys can also be used to navigate you around. Hitting return makes the current node be the current root: putting it on the left edge and blowing it up to the height of the window and scaling all it's contents the same. The left arrow can be used to move the root and current node back up, or you can type '/' to move just the root, leaving the current node where it is. To dismiss any window type Escape. MENU ITEMS
There is a pop-up menu on the right-hand mouse button. Every item on the menu has a keyboard shortcut. The menu items are: In (right arrow) go to the first child of the current folder. Next (down arrow) go down to brother of current folder. Previous (up arrow) go up to the brother of current folder. Out (left arrow) go to parent of current folder. Root out (slash) move the root of the window up to it's parent. Hide (h) remove this node from the display and scale rest up to fit Unhide (H) Recursively turn off the hide flag from all children Sort/Largest (s) sort largest size at the top Sort/Smallest (r) sort smallest size at the top Sort/Alphabetical (a) sort in alphabetical order Sort/Reverse Alphabetical (z) sort in backwards alphabetical order Sort/Unsorted (u) sort in the order read from du. Columns/2-11 (2-9,0,1) arrange display to have N columns. Copy to Clipboard (c) the pathname of the current node is put in the X clipboard (you can then paste it into a shell command). Print (p) The current display is printed. The output is Encapsulated PostScript. It will either run it through lpr (or any command you choose) or send it to a file. BUGS
Gets confused by "df" output on some platforms, requiring platform-specific code. ACKNOWLEDGEMENTS
This program was inspired by, and the user interface design copied from, the "xdu" program written by Phillip C. Dykstra. <dykstra at ieee dot org> <phil at arl dot army dot mil> Stephane Gourichon contributed many suggested improvements. <stephane dot gourichon at lip6 dot fr> COPYRIGHT
Copyright (C) 2003 Bill Spitzak This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. AUTHORS
Written by Bill Spitzak spitzak at dee two dot com 4 Sep 2003 xdiskusage(1)
All times are GMT -4. The time now is 07:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy