Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have isntall RH9 and configure SAMBA 1 month ago.
Yesterday, we could not access my SAMBA directories and today when I tried to create a new excel file in it, it return an error saying Insufficient disk space.
using:
df -h
Sistema de Arquivo Size Use Disp Use% Montado em
/dev/hda2 9.7G 9.7G 0 100% /
/dev/hda1 99M 14M 80M 15% /boot
none 54M 0 54M 0% /dev/shm
I do not know what is consuming all this space.
Could you help me?
Could you give some commands to find out the file that are consuming this space?
Thanks,
provide the output from these two commands when run as root:
Code:
fdisk -l
Code:
du / -hx --max-depth 1
this shoiuld provide you with enough info to see where the psace has gone. more than likely it'll mainly be in one place, e.g. your /home files, or possibly oversized logs in /var/log.
Disk /dev/hda: 20.4 GB, 20416757760 bytes
255 heads, 63 sectors/track, 2482 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Dispositivo Boot InĂ_cio Fim Blocos Id Sistema
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 1288 10241437+ 83 Linux
/dev/hda3 1289 1312 192780 82 Linux swap
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.