size is not changing


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers size is not changing
# 1  
Old 09-03-2007
size is not changing

Hello everbody,

I am facing this weird issue on my alpha server running tru64.
I have a mount point "/data/BILLING/bscsprod/" its size is stuck to 33214363 KB.
I copied around 5 GB of files to that directory but still same size, I delted them again but still same size??

any ideas where should I check??

Thanks alot
# 2  
Old 09-03-2007
File systems don't change size as data is added to them or deleted from them. Rather space back and forth between that states "used" and "free". Mount points that are in use never change size and should be rather small if created correctly. And directories grow but do not shrink. Is is not clear what are claiming here. Post the commands you are using together with the output that you see.
# 3  
Old 09-03-2007
Thanks for your reply Perderabo.
I was talking about the used space.
I kept getting the same output from the du command during the copy process.



Code:
root@billing4# du -sk /data/BILLING/bscsprod
56635953 /data/BILLING
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod/
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod/
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod/
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod/
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod/
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod/
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod

thanks
# 4  
Old 09-03-2007
That does seem odd. You may not be in the file system that you think you are. cd into the destination directory for the copy command and do "du -sk ." (note the difference between your first two commands.). Another possibility is that the files pre-exist and your "copy" procedure is just over-writing the pre-existing data.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Changing physical block size in ssd.conf Solaris

Close (0 Replies)
Discussion started by: gull05
0 Replies

2. UNIX for Advanced & Expert Users

Physical disk IO size smaller than fragment block filesystem size ?

Hello, in one default UFS filesystem we have 8K block size (bsize) and 1K fragmentsize (fsize). At this scenary I thought all "FileSytem IO" will be 8K (or greater) but never smaller than the fragment size (1K). If a UFS fragment/blocksize is allwasy several ADJACENTS sectors on disk (in a ... (4 Replies)
Discussion started by: rarino2
4 Replies

3. Shell Programming and Scripting

Help with changing font size in konsole

I created a very very basic script that opens multiple konsole terminals when I run the script which essentially sshs into a jump box into the end device and tails some logs etc etc. A few of the konsoles run scripts where the default font size is too big and the lines are cut off. Which I would... (3 Replies)
Discussion started by: NiCe
3 Replies

4. Shell Programming and Scripting

Script to read file size and send email only if size > 0.

Hi Experts, I have a script like $ORACLE_HOME/bin/sqlplus username/password # << ENDSQL set pagesize 0 trim on feedback off verify off echo off newp none timing off set serveroutput on set heading off spool Schemaerrtmp.txt select ' TIMESTAMP COMPUTER NAME ... (5 Replies)
Discussion started by: welldone
5 Replies

5. Shell Programming and Scripting

The scripts not able to make the file to size 0, every times it go back to its original size

#!/bin/sh ########################################################################################################## #This script is being used for AOK application for cleaning up the .out files and zip it under logs directory. # IBM # Created #For pdocap201/pdoca202 .out files for AOK #1.... (0 Replies)
Discussion started by: mridul10_crj
0 Replies

6. Solaris

command to find out total size of a specific file size (spread over the server)

hi all, in my server there are some specific application files which are spread through out the server... these are spread in folders..sub-folders..chid folders... please help me, how can i find the total size of these specific files in the server... (3 Replies)
Discussion started by: abhinov
3 Replies

7. Shell Programming and Scripting

Changing userID and Changing group and GID

Hello, I want to write a ksh script about changing UID and changing group with GID. There are multiple servers i want to perform that job. linux1 linux2 linux3 linux4 linux5 ...... . . . . . 1.) How can i enter "password" in script rather asking me? I was trying this... ssh... (2 Replies)
Discussion started by: deal732
2 Replies

8. Solaris

Changing the mouse pointer size in CDE

Hi Frnds, Can anybody of you suggest me hw to change the mouse pointer size in CDE..?? (0 Replies)
Discussion started by: sriram.s
0 Replies

9. Shell Programming and Scripting

changing size of text at xterm

hi all, i log into an xterm with bash shell but the character size of the xterm shell is too small. how can i enlarge the size of text on this xterm bash shell? (3 Replies)
Discussion started by: armen
3 Replies

10. Filesystems, Disks and Memory

Changing Filesystem size.

Hi there, can i change the size of filesystem afterwards. i want give some more space to my /export/home and want take some space from /opt. is it possible in solaris ? Any help will be appriciated. Abid (2 Replies)
Discussion started by: abidmalik
2 Replies
Login or Register to Ask a Question