Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

There isn't avaiable space on device

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello

I am receiving the follwing nessages:
Cannot open /var/run/atd.pid : there isn't avaiable space on device,
/etc/rc.d/S15qmail: /var/run/svscan.pid There isnt avaiable space on deive
but I gave the DF command and receive this result:
[root@fwall log]# df -H
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 4.0G 2.5G 1.3G 65%

how can I solve this problem?


Thanks

Ely Alves
 
/var and /etc are on /dev/hda1 look:

root@fwall /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 3.7G 2.3G 1.2G 65% /
[root@fwall /]# ls -l
total 576
-rw------- 1 root root 44 Feb 18 16:10 8???0öO@H
-rw-r--r-- 1 root root 56 Nov 30 2000 aq.log
drwxr-xr-x 2 root root 4096 Jul 14 07:29 bin
drwxr-xr-x 2 root root 4096 Nov 28 2000 boot
-rw------- 1 root root 475136 Jul 1 20:39 core
drwxr-xr-x 6 root root 36864 Jul 25 17:50 dev
drwxr-xr-x 27 root root 4096 Jul 25 17:50 etc
drwxr-xr-x 8 root root 4096 Jul 12 11:41 home
drwxr-xr-x 4 root root 4096 Nov 28 2000 lib
drwxr-xr-x 2 root root 16384 Nov 28 2000 lost+found
drwxr-xr-x 4 root root 4096 Jun 19 18:37 mnt
drwxr-xr-x 2 root root 4096 Nov 30 2000 opt
dr-xr-xr-x 64 root root 0 Jul 25 14:50 proc
drwxr-x--T 17 root root 4096 Jul 25 17:49 root
drwxr-xr-x 3 root root 4096 Dec 1 2000 sbin
drwxrwxrwt 2 root root 4096 Jul 25 15:31 tmp
drwxr-xr-x 22 root root 4096 Jul 12 11:49 usr
drwxr-xr-x 21 root root 4096 Jul 1 13:00 var
[root@fwall /]#
 
I think that my problem is in Inode look:

[xxxxxxxxxxxx@fwall users]$ df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/hda1 494016 494016 0 100% /


how can I get free space in inode?


Ely Alves
 
how can I get space in my inode table? I am using 100% now,
my system is stopped.

Thanks

Ely
 
There is no way to increase the number of inodes on an already formatted partition. If you look at the man page for mkfs.ext2 under the -i switch, it says this below (look at the last line)...


"-i bytes-per-inode
Specify the bytes/inode ratio. mke2fs creates an inode for every bytes-per-inode bytes of space on the disk. The larger the bytes-per-inode ratio, the fewer inodes will be created. This value generally shouldn't be smaller than the blocksize of the filesystem, since then too many inodes will be made. Be warned that is not possible to expand the number of inodes on a filesystem after it is created, so be careful deciding the correct value for this parameter."


ChrisP ------------------------------------------------------------------------------
If somebody helps you, please click the link in the botton left hand corner that says "Mark this post as a helpful/expert post".
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top