image file partimage

Asked by modcb

hi i made an image file of my /home of ubuntu 7.10 beta with partimage but i cannot find the file to delete it. iknowthat is in the root because is bigger than before.also the file is working because i tried to restore succesfully my /home.help me
fabrizio

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
mking (mw19860116) said :
#1

search!!
or dispaly the hided file then search for!!

Revision history for this message
modcb (modcb) said :
#2

i've found a file call ubuntu.000 i think is this but i can't delete it and is big only 908 byte, the creation date is exact, but i think is just a configuration file.

Revision history for this message
Glenn J. Mason (glennji) said :
#3

From a terminal, try:

sudo find / -mtime -5

... where "-5" means "files changed within the last 5 days". You can use any value here e.g. -1 for stuff changed in the 24 hours.

From a terminal, try:

sudo du -h --max-depth=3 /

This will show you the disk usage (down to 3 levels), and may help you "narrow in" on the file if the find command doesn't work.

The partimage (console) GUI should also show you where the image file is created.

Can you help with this problem?

Provide an answer of your own, or ask modcb for more information if necessary.

To post a message you must log in.