LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 05-19-2006, 11:15 AM   #1
nutronix
Member
 
Registered: Jan 2003
Location: montreal
Distribution: Slackware and Debian
Posts: 139
Blog Entries: 1

Rep: Reputation: 20
Cool why does mandiva one require so much space ?


Hi folks.....my distro of choice is Slackware , this is the one i am most familiar with.Having said that i also like to tinker and explore other distros.

I have a spare drive on which i installed mandriva one from the linux magazine ,may 2006 (this is how i got the dvd).

Installation went fine and everything works great....i have searched some on the web and this site for an answer to my question = my installation took 11G of space from my 20G drive...did i do something wrong ? or is this normal ?

Something i am not familiar with = in /home dir , there is a guest account (212M) .

I have tried the following command ( with variations , CD instead o f DVD ,here is the output of this ;

[root@du339 guest]# urpmi.removemedia Installation Free DVD
essai de sélection du média inexistant « Installation »
essai de sélection du média inexistant « Free »
essai de sélection du média inexistant « DVD »
examen de la liste de synthèse [/var/lib/urpmi/synthesis.hdlist.update_source.c

Sorry the install is in french ,the gist of this being "there is no such media .
For those familiar with mandriva i am sure you have an answer to my question and i thank you in advance
nutronix
 
Old 05-19-2006, 12:03 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
You could always du -S | sort -n to see which directories are the largest and then just ls -al to see which files are eating space.

Or I just found this one on google, cd to / and run as root user find . -printf '%s %p\n'|sort -nr|head -20 will give you the largest 20 files with their file size in bytes.

Last edited by pljvaldez; 05-19-2006 at 12:10 PM.
 
Old 05-19-2006, 12:52 PM   #3
nutronix
Member
 
Registered: Jan 2003
Location: montreal
Distribution: Slackware and Debian
Posts: 139

Original Poster
Blog Entries: 1

Rep: Reputation: 20
Thank you pljvaldez , here is the output of the second command you suggested ;

[root@du339 ~]# find . -printf '%s %p\n'|sort -nr|head -20
599585 ./drakx/ddebug.log
130634 ./.mozilla/firefox/jb2pwfv3.default/compreg.dat
123585 ./drakx/install.log
78786 ./.mozilla/firefox/jb2pwfv3.default/xpti.dat
33704 ./.mozilla/firefox/jb2pwfv3.default/mozilla-powerpackplus.html
33218 ./.mozilla/firefox/jb2pwfv3.default/mozilla-powerpack.html
31406 ./.mozilla/firefox/jb2pwfv3.default/mozilla-discovery-download.html
25632 ./drakx/auto_inst.cfg.pl
16150 ./.mozilla/firefox/jb2pwfv3.default/bookmarks.html
5299 ./.fonts.cache-1
4096 ./.xauth
4096 ./tmp
4096 ./.mozilla/firefox/jb2pwfv3.default/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
4096 ./.mozilla/firefox/jb2pwfv3.default/extensions
4096 ./.mozilla/firefox/jb2pwfv3.default/chrome
4096 ./.mozilla/firefox/jb2pwfv3.default
4096 ./.mozilla/firefox
4096 ./.mozilla
4096 ./.inspect_tmp_dir
4096 ./.gstreamer-0.8
[root@du339 ~]# cd /
[root@du339 /]# find . -printf '%s %p\n'|sort -nr|head -20
find: ./proc/11991/task/11991/fd/4: Aucun fichier ou répertoire de ce type
find: ./proc/11991/fd/4: Aucun fichier ou répertoire de ce type
536809472 ./proc/kcore
179321491 ./usr/share/games/nexuiz/data/data20060214.pk3
134217728 ./sys/devices/pci0000:00/0000:00:01.0/0000:02:00.1/resource0
134217728 ./sys/devices/pci0000:00/0000:00:01.0/0000:02:00.0/resource0
89837568 ./var/lib/rpm/Packages
67108864 ./sys/devices/pci0000:00/0000:00:00.0/resource0
62257600 ./usr/lib/aspell-0.60/pl.rws
53833728 ./usr/lib/aspell/fi.rws
40832848 ./usr/lib/aspell-0.60/it.rws
33016468 ./usr/share/games/warzone2100/warzone.wdg
25981168 ./usr/lib/aspell-0.60/bg.rws
25822464 ./usr/lib/aspell-0.60/be-common.rws
24646368 ./usr/lib/aspell-0.60/mt.rws
22675504 ./usr/lib/aspell-0.60/sl.rws
22487984 ./usr/lib/aspell-0.60/br.rws
20983808 ./var/lib/rpm/Filemd5s
19722240 ./var/lib/rpm/Basenames
19373183 ./root/tmp/sortXlnmt9
18982188 ./usr/include/c++/4.0.1/i586-mandriva-linux-gnu/bits/stdc++.h.gch/O2g.gch
18760956 ./usr/include/c++/4.0.1/i586-mandriva-linux-gnu/bits/stdc++.h.gch/O0g.gch
[root@du339 /]#

kind of heavy to sort through is it not ? Just wondering if other mandriva users experienced the same.......thanks again
 
Old 05-19-2006, 02:58 PM   #4
dexter11
Member
 
Registered: Apr 2005
Distribution: Mandriva
Posts: 197

Rep: Reputation: 30
Mandriva One has just become public in the last few days. Also there is no DVD version officially at least none that I know of.
Here's the mirror list for One.
So what you used is most likely a modified version of beta 3.
Live CDs\DVDs are using a compressed file system called squashfs so e.g. a live CD can hold 2G of software hence the installation size.
 
Old 05-19-2006, 04:48 PM   #5
nutronix
Member
 
Registered: Jan 2003
Location: montreal
Distribution: Slackware and Debian
Posts: 139

Original Poster
Blog Entries: 1

Rep: Reputation: 20
Well i got this one DVD with Linux Magazine's May issue...it might not be the latest , who knows ,kernel 2.6.12-17mdk-i586-up-1GB ( this is what i get when i do uname -r ).
 
Old 05-20-2006, 04:56 AM   #6
dexter11
Member
 
Registered: Apr 2005
Distribution: Mandriva
Posts: 197

Rep: Reputation: 30
2.6.12-17mdk that's definitely not the latest.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Compaq SR1720NX Mandiva Linux Install ronatartifact Linux - Hardware 2 01-13-2006 11:30 PM
Installing Mandiva LE2005 on external USB drive? greekgoddj Mandriva 3 10-02-2005 07:09 PM
Wacom PenPartner buttons dont work in Mandiva 10.2 hcgrant Linux - Hardware 1 05-23-2005 03:32 PM
Does the crontab require.... Echo Kilo Linux - General 2 11-10-2004 07:01 AM
Not enough space for root directory on a drive with 50g free space??? auoq Linux - Newbie 1 10-13-2004 12:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 04:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration