How to find out what is size of repository?


 
Thread Tools Search this Thread
Operating Systems Linux How to find out what is size of repository?
# 1  
Old 05-11-2008
How to find out what is size of repository?

Hello,

I need to know what is the size of centos 5 repository?

Each centos 5 repository.

1) os
2) update
3) addons
4) centosplus
5) extras

Here is the website link mirror.centos.org

thanks
# 2  
Old 05-11-2008
Looks like you basically have to crawl it all. Sébastien Wains Creating a local CentOS mirror says 6.3Gb for a particular version; older google hits say slightly less.

Some sites build a top-level listing so you can know how much stuff is there just by reading the index, but there doesn't seem to be one on mirror.centos.org. You could crawl the site if you really wanted to, of course (hint: use HEAD to get just the file size, not the actual content; you can do something similar for ftp, too).
# 3  
Old 05-11-2008
Hi Era,

Thanks for your help. Smilie
----------------------
----------------------

I googled whole last week to find out size of each centos 5 repository but i didn't found anywhere.

Sebastien Wains website was really a great help.

(any hint helps alot)

::Hoping some one out there provide some additional hints

thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Error: Cannot retrieve repository metadata (repomd.xml) for repository: InstallMedia.

Most of my commands are returning this error on RHEL 6 64 bit: Also I tried installing many sofwtares, but it fails to correctly work. For example I treid installing dos2unix: # rpm -ivh dos2unix-5.3.3-5.ram0.98.src.rpm 1:dos2unix warning: user mockbuild does not... (0 Replies)
Discussion started by: India_2014
0 Replies

2. Shell Programming and Scripting

to find the size of directories

Hi, how to know the size of the files in the directory, exclusing the subfolder. ? i tried du -h du -sk du -k but its not giving.. (2 Replies)
Discussion started by: mail2sant
2 Replies

3. Shell Programming and Scripting

find with file size and show the size

Hi All... is the below command be modified in sucha way that i can get the file size along with the name and path of the file the below command only gives me the file location which are more than 100000k...but I want the exact size of the file also.. find / -name "*.*" -size +100000k ... (3 Replies)
Discussion started by: rpraharaj84
3 Replies

4. Shell Programming and Scripting

how do I find the size of.....

hi all, I am new to Php. Please tell me how do I find the size of an array? Thanks (1 Reply)
Discussion started by: davidtymon
1 Replies

5. Shell Programming and Scripting

how to find the size of a directory alone

hi, i am using korn shell............... Any one please help me in solving the below question: question: i need to find the size of the directory alone... let us assume /root/kamal/hash1 is the directory, now i want to find the hash1 size .. ... (7 Replies)
Discussion started by: G.K.K
7 Replies

6. Shell Programming and Scripting

How to find size of a file

Hi, I have to directory /usr/inbound ------------- 10900.txt 10889.txt 109290202.txt I need to create inbound directory and i need to know size of these files one by one if file size is zero i need to print message like "empty file" Please help me how to solve this thanks krish. (4 Replies)
Discussion started by: kittusri9
4 Replies

7. Shell Programming and Scripting

Find the size of a directory

Hi, I would really appreciate if you could help me with this. I have a directory structure like this :- /data Under data i have directories /data1 , /input_files , /output_files etc . Under these directories I have other subdirectories. What i am looking for is to find out the size of all... (5 Replies)
Discussion started by: divz
5 Replies

8. Shell Programming and Scripting

find file size

My Question is ----------------- Assume you've a directory (i.e /home/test/) which contains n number of files, rename all the files which has byte count more than zero (0) with .bak extension. Write shell script to achieve this output, execute the same without using". / " in front of... (6 Replies)
Discussion started by: hgriva1
6 Replies

9. 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

10. UNIX for Dummies Questions & Answers

find the file by size

Hi, Can somebody PLEASE help me. Suppose I want to find a file which has largest no of bytes in a particular directory, How do i do that. ls -s will give the size of Blocks. But I want the largest sized file and in bytes or KB OR MB. tHANKS IN advanvce. Bye Rooh :( (1 Reply)
Discussion started by: rooh
1 Replies
Login or Register to Ask a Question