Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Out of harddisk [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
dummy
n00b
n00b


Joined: 29 Sep 2006
Posts: 10

PostPosted: Sun Oct 01, 2006 8:50 pm    Post subject: Out of harddisk [SOLVED] Reply with quote

I installed on a 4 GB harddisk in VMware.
df -H

Code:
Filesystem   Size   Used   Avail Use% Mounted on
/dev/sda3   3.7G   3.7G   0G   100%   /
udev      131   156K   130M   1%   /dev
/dev/sda1   40M   3.2M   35M   9%   /boot
none      131M   0   131M   0%   /dev/shm


All I have installed is gnome.

Can I do anything about it?


Last edited by dummy on Sun Oct 01, 2006 10:20 pm; edited 1 time in total
Back to top
View user's profile Send private message
mdeininger
Veteran
Veteran


Joined: 15 Jun 2005
Posts: 1740
Location: Emerald Isles, observing Dublin's docklands

PostPosted: Sun Oct 01, 2006 9:08 pm    Post subject: Reply with quote

you could clean your distfiles (/usr/portage/distfiles), /tmp and /var/tmp.

i think you should give gentoo more than 4gb, though...
_________________
"Confident, lazy, cocky, dead." -- Felix Jongleur, Otherland

( Twitter | Blog | GitHub )
Back to top
View user's profile Send private message
dummy
n00b
n00b


Joined: 29 Sep 2006
Posts: 10

PostPosted: Sun Oct 01, 2006 9:14 pm    Post subject: Reply with quote

I should have mentioned that I am a newbie.
mdeininger wrote:
you could clean your distfiles (/usr/portage/distfiles), /tmp and /var/tmp.

How do I do that?

Then a bit of topic.
Do anyone know if I can simply “backup” the files from my virtual drive. Make a new harddisk and move the files back.
Ill go search at the vm forum, just dropping the question.
Back to top
View user's profile Send private message
mdeininger
Veteran
Veteran


Joined: 15 Jun 2005
Posts: 1740
Location: Emerald Isles, observing Dublin's docklands

PostPosted: Sun Oct 01, 2006 9:25 pm    Post subject: Reply with quote

not sure i'm afraid, i'm not working with vmware. you can always tar things up, copy the tar somewhere and untar it back. (there's a howto on that in the "documentation, tips & tricks" section of these forums, just search for "stage4")

you can erase files on the console using the rm command. example:
Code:

 rm -Rf /usr/portage/distfiles/*


to clean all files in the distfiles directory. make sure to use /* at the end, else you will erase the directory itself, and you will need to recreate it using:
Code:

 mkdir /usr/portage/distfiles


make sure not to erase important directories with this command. also, you will need to be logged in as root on the console in order to do this.
you could use nautilus too, but then you would need to log into gnome as root, or start nautilus as root, neither of which is something that shouldn't be done in general.
_________________
"Confident, lazy, cocky, dead." -- Felix Jongleur, Otherland

( Twitter | Blog | GitHub )
Back to top
View user's profile Send private message
dummy
n00b
n00b


Joined: 29 Sep 2006
Posts: 10

PostPosted: Sun Oct 01, 2006 10:19 pm    Post subject: Reply with quote

Thank you, ill try to move it to a bigger harddisk.
Back to top
View user's profile Send private message
hardly
n00b
n00b


Joined: 30 Jan 2010
Posts: 26

PostPosted: Fri Aug 19, 2011 1:22 am    Post subject: Reply with quote

There are tools to increase the size of a vmware disk. If you search around.

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1004047
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum