Full Directory without data....


 
Thread Tools Search this Thread
Operating Systems Solaris Full Directory without data....
# 1  
Old 12-11-2007
Full Directory without data....

PHP Code:
df -hl
Filesystem             size   used  avail capacity  Mounted on
/dev/md/dsk/d0         9.8G   5.0G   4.7G    52%    /
/
proc                    0K     0K     0K     0%    /proc
mnttab                   0K     0K     0K     0
%    /etc/mnttab
fd                       0K     0K     0K     0
%    /dev/fd
swap                    18G    24K    18G     1
%    /var/run
swap                    21G   2.6G    18G    13
%    /tmp
/dev/dsk/emcpower0e    147G   109G    36G    76%    /data3
/dev/md/dsk/d9          40G   1.7G    38G     5%    /data1
/dev/md/dsk/d12         67G    13G    53G    21%    /data2
/dev/md/dsk/d6         1.9G   1.9G     0K   100%    /export/home
/export/home/adel      1.9G   1.9G     0K   100%    /home/adel 


Hi,

As you see in the table it show that /export/home is 100% 1.9 GB used !!

But when I check inside the directory there is only less than 10 MB Data ?!!!


Can you Help Me ......
# 2  
Old 12-11-2007
Quote:
Originally Posted by adel8483
Code:
/dev/md/dsk/d6         1.9G   1.9G     0K   100%    /export/home
/export/home/adel      1.9G   1.9G     0K   100%    /home/adel

How have you got two mount points for the same directory?

Have you done "du -sk" and all that good stuff?
# 3  
Old 12-11-2007
Hi...


Yes I did du ... Please check

PHP Code:
du -skh /export/home
 256M   
/export/home 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Extract directory name from the full directory path in UNIX using shell scripting

My input is as below : /splunk/scrubbed/rebate/IFIND.REBTE.WROC.txt /splunk/scrubbed/rebate/IFIND.REBTE.WROC.txt /splunk/scrubbed/loyal/IFIND.HELLO.WROC.txt /splunk/scrubbed/triumph/ifind.triumph.txt From the above input I want to extract the file names only . Basically I want to... (5 Replies)
Discussion started by: IshuGupta
5 Replies

2. UNIX for Dummies Questions & Answers

Directory full error

I have a directory 97% full warning. I have deleted 2 large files and still get the error each time I sign on. Can anyone help me with what I have failed to do? Thanks in advance. Danny Corley (4 Replies)
Discussion started by: Danny Corley
4 Replies

3. UNIX for Dummies Questions & Answers

Extract directory from full file name?

I think I know what this is doing, but the 'eval' is confusing fname=$(echo ${lineItem} | awk 'BEGIN {FS=";"}{print $1}') fname=${fname%%+(])} fname=${fname##+(])} eval "fname=${fname}" The first line extracts the contents of the line preceeding the ";" 2nd & 3rd lines trim the value (I... (5 Replies)
Discussion started by: jdorn001
5 Replies

4. AIX

\tmp Directory is full up to 99%.

Dear All, We are on AIX OS, /tmp directory is filled up to 99% percent, Please suggest, How to get free space for "/tmp"? which files can be deleted from /tmp? and How to delete it? is there any commands..... Thanks in advance, Its very urgent, Helpful answers will be appreciated, Please... (7 Replies)
Discussion started by: kak
7 Replies

5. Ubuntu

How to convert full data matrix to linearised left data matrix?

Hi all, Is there a way to convert full data matrix to linearised left data matrix? e.g full data matrix Bh1 Bh2 Bh3 Bh4 Bh5 Bh6 Bh7 Bh1 0 0.241058 0.236129 0.244397 0.237479 0.240767 0.245245 Bh2 0.241058 0 0.240594 0.241931 0.241975 ... (8 Replies)
Discussion started by: evoll
8 Replies

6. Solaris

root directory is full

root directory in server / is full 100% , i already tried to delete any core file , log , .. still files under /proc directory take more than 4 G.. what you advice please i don't want to format the server and install again and re partition , i tried the FORMAT tools ! but it seems i cant do... (5 Replies)
Discussion started by: moata_u
5 Replies

7. HP-UX

directory full?

I'm not a unix admin, just fell into support, so I may be asking a real duh question. Client runs a PeopleSoft HR/Payrool system. The batch server runs in HPUX PA_RISC 11.11 When a batch process runs, output is written to "staging" directory. When the job finishes, successfully or not, the... (1 Reply)
Discussion started by: abNORMal
1 Replies

8. UNIX for Dummies Questions & Answers

Full Directory Listing...

Is there a way of listing everything under a directory. So for example if you wanted to know everything under the USR directory you would get all the sub directories and files in those directories as well as the file directly under the USR directory. I would imagine that you could do this... (5 Replies)
Discussion started by: B14speedfreak
5 Replies

9. Solaris

/ directory is 100% full

Dear experts My / directory shows 100% full. What should I do??? What is normal size and how can I prevent it. I am using Solaris 8 on an Ultra 60. Thanks for your advises. Reza (6 Replies)
Discussion started by: Reza Nazarian
6 Replies

10. UNIX for Dummies Questions & Answers

Savecore directory is full, what can be done?

what should i do in this situation. the system crashes and when it rebooted, it tries to dump the core files in the savecore directory. it finds that there is not enough space to dump the files so it just goes ahead and boots up and saves as much core as the directory can withhold 1. now my... (1 Reply)
Discussion started by: TRUEST
1 Replies
Login or Register to Ask a Question