dev/sda1 100% full


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers dev/sda1 100% full
# 8  
Old 09-04-2010
can yu write output?
Code:
# find /opt/ -size +10M -exec ls -lh {} \;

# 9  
Old 09-06-2010
Hi!

Here goes,

Code:
[root@moodle ~]# find /opt/ -size +10000000b -exec ls -lh {} \;
-rw-r--r--  1 root root 12G Sep 29  2009 /opt/Old_Backup_Nao_Apagar/BACKUP_ESTSE TUBAL0809/moodle_data/backup_09-29-09.tar.gz
-rw-r--r--  1 root root 19G Aug 29 10:25 /opt/BACKUP/moodle/estsetubal/moodle_data/backup_08-29-10.tar.gz
-rw-r--r--  1 root root 8.8G Aug 29 16:53 /opt/BACKUP/moodle/ess/moodle_data/backup_08-29-10.tar.gz
-rw-r--r--  1 root root 33G Aug 29 12:54 /opt/BACKUP/moodle/ese/moodle_data/backup_08-29-10.tar.gz
-rw-r--r--  1 root root 4.9G Aug 29 17:58 /opt/BACKUP/moodle/esce/moodle_data/backup_08-29-10.tar.gz

Thanks.Best regards.

Moderator's Comments:
Mod Comment Please start using [CODE][/CODE] tags for code and console listings

Last edited by pludi; 09-06-2010 at 06:35 AM..
# 10  
Old 09-06-2010
I am having trouble reconciling the space apparently used in the root filesystem. I don't think that /opt is the problem.

Have a visual look at all the files under /mnt which are on the root filesystem and not on /mnt/CI_BACKUPS . There appears to be 160 Gb which is on the root filesystem and not on the external drive. As root partition is only 60 Gb there is something wrong here.

Code:
find /mnt -xdev -type f -exec ls -lad {} \;

Then if your system allows, umount /mnt/CI_BACKUPS and repeat the check. This is to find out whether you have mounted a filesystem on top of already used space.
# 11  
Old 09-07-2010
Hi everyone!
I already solved the problem. In dead the problem has in /mnt that have a directory that the system couldn't see.Lucky me i used a boot cd call ultimate boot cd and when i browse the directory i discover a directory that probably was lost and occupies 65G, i deleted the directory and get back the space on disk. Thanks for all reply's i get. Best regards
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Changing grub from /dev/sda to /dev/sdb

Hi, Please suggest steps to change grub from /dev/sda to /dev/sdb, (1 Reply)
Discussion started by: manoj.solaris
1 Replies

2. AIX

100% Inode full with only 67% FS full.

AIX Version 6.1 and 7.1. I understand that when the OS initially creates the FS and inodes, its pretty strict, but not always tuned to a 1:1 ratio. I see the same thing when adding a whole disk LV to a separate device. It seems that when we expand a filesystem the inodes don't get tuned... (5 Replies)
Discussion started by: mrmurdock
5 Replies

3. Shell Programming and Scripting

Automating partitioning setup of /dev/sda on /dev/sdc

Objective: To recreate the partitioning setup of /dev/sda on /dev/sdc How would I parse the below information and initialize variables (an array?) that can be used to build sgdisk commands in a script, regardless of the number of partitions? Something along the lines of: sgdisk -n... (12 Replies)
Discussion started by: RogerBaran
12 Replies

4. AIX

Problem in /dev/hd1 and /dev/hd9var

Hello AIXians, I can't boot my AIX, it hangs and stops at the code error: 0518 After searching google, I knew the problem is due to problems in File Systems. So the solution is booting from any bootable media, then run these commands in maintenance mode: #fsck -y /dev/hd4 #fsck -y... (3 Replies)
Discussion started by: Mohannad
3 Replies

5. AIX

Difference between /dev/hdisk and /dev/rhdisk

Hi, How can i check that i am using RAW devices for storage in my AIX machine... Also after adding a LUN from storage to a aix host, when i check /dev in the host, i can see both rhdisk and hdisk with same number eg: dcback1(root):/dev>ls -lrt | grep disk12 crw------- 1 root ... (4 Replies)
Discussion started by: jibujacob
4 Replies

6. Solaris

Lun remove, stuck in /dev/dsk and /dev/rdsk

So, we removed a LUN from the SAN and the system is refusing to remove the references to it in the /dev folder. I've done the following: devfsadm -Cv powermt -q luxadm -e offline <drive path> luxadm probe All those commands failed to remove the path. The drive stills shows up as <drive... (13 Replies)
Discussion started by: DustinT
13 Replies

7. Filesystems, Disks and Memory

Cant' mount usb drive, /dev/sda1 not showing up

Hi, I'm trying to mount a usb drive but the path /dev/sda1 does not show up under /dev when I plug in the usb device. In fact I see no differences under /dev before and after I plugin my usb drive. Any ideas why the system is not recognizing the usb drive and how to fix? This is on a... (3 Replies)
Discussion started by: orahi001
3 Replies

8. AIX

/dev/hd9var full

/dev/hd9var 819200 1928 100% 12101 12% /var the filesystem is full my self being new to aix what do i do to create space (1 Reply)
Discussion started by: freeman
1 Replies

9. Solaris

What is /dev/tty /dev/null and /dev/console

Hi, Anyone can help My solaris 8 system has the following /dev/null , /dev/tty and /dev/console All permission are lrwxrwxrwx Can this be change to a non-world write ?? any impact ?? (12 Replies)
Discussion started by: civic2005
12 Replies

10. Solaris

pls help - /dev/dsk 100% full

I use the following command dk -k and get the following output: Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 1587078 56546 1482920 4% / /dev/dsk/c0t0d0s6 1984230 926199 998505 49% /usr /proc 0 0 0 ... (1 Reply)
Discussion started by: indianboy08
1 Replies
Login or Register to Ask a Question