Linux/Ubuntu Mondo/Mindi question, please help...


 
Thread Tools Search this Thread
Operating Systems Linux SuSE Linux/Ubuntu Mondo/Mindi question, please help...
# 8  
Old 07-24-2008
10.8.5. Q: When I restore after booting from the media, I sometimes get errors like, "Running out of memory" or "Segmentation fault". What is going on?
From their FAQ:

A: It sounds as if you are running out of disk space, probably ram disk space. Type 'df -m' to see which partitions are running low on space. Please send as much information as you can to the mondorescue mailing list. This problem is believed to have been fixed in 1.63 and 1.71.

MondoRescue HOWTO
# 9  
Old 07-24-2008
If you have the ability to do so, you can take a "poor man's" backup of the machine to clone it by putting the other disk into an enclosure (USB or Firewire) and then attaching it to the original machine.

If you can take downtime, drop to single user mode and copy the physical device to the other physical device such as:

dd if=/dev/sda of=/dev/sdb

where "if" is the input file (the disk you are copying) and "of" is the output file, the place you are copying it to.

This will copy EVERYTHING from the first disk to the second disk, barring failures or hardware issues. However, it will copy blank space and will take a long time. Figure on about 6hrs easily.

Also, if you accidentally screw up the if and of parts, you will have destroyed your machine (No joke, all data will be lost)
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Ubuntu

Question about installing Cinnamon in Ubuntu

Hi, If I install Cinnamon according to the instruction in the following link: Ubuntu + Cinnamon - A good idea? No. A great one. will I still have unity, and will I still be able to choose unity when my ubuntu will start? Thank in advance ---------- Post updated at 09:48 PM ----------... (0 Replies)
Discussion started by: programAngel
0 Replies

2. Programming

Help with C in linux Ubuntu 12.04

I'm trying to use the sytem() to send a terminal command. I haven't been able to run the program. Can someone show me how am I suppose to write this command: (echo "#o1" > /dev/ttyUSB1). Is there a better way to use the command on the C file so that when I call the file and run it on the terminal... (11 Replies)
Discussion started by: Hector M.
11 Replies

3. Ubuntu

XP and Linux (Ubuntu) on same disk, Can I install Ubuntu on not-yet partitioned portion of disk?

My PC (Esprimo, 3 yeas old) has one hard drive having 2 partitions C: (80 GB NTFS, XP) and D: (120 GB NTFS, empty) and and a 200 MB area that yet is not-partitioned. I would like to try Ubuntu and to install Ubuntu on the not-partitioned area . The idea is to have the possibility to run... (7 Replies)
Discussion started by: C.Weidemann
7 Replies

4. Filesystems, Disks and Memory

How to create mondo backup for size > 4.5 GB

Hello Friends, I use mondoarchive to take a bootable backup of my system on a DVD. But whenever there are large files on the system, i.e. the size of the entire backup increases beyond 4.5 GB, the mondoarchive utility does not take any backup. This is quite obvious because the size of DVD is... (1 Reply)
Discussion started by: shamik
1 Replies

5. UNIX for Dummies Questions & Answers

ubuntu 9.04 router question

Hello I am new to Ubuntu and I have a quick question about router settings. When I connect directly to my cable Internet ubuntu works fine. But when I connect it to my router I can't get connectivity. I am using ubuntu 9.04 and am using D-link DI-604 router. I have reset both my router and modem... (0 Replies)
Discussion started by: jae99
0 Replies

6. Linux

HELP! Problems with Mondo Archiver

I'm running Centos 5 and have compiled the latest and greatest version of Mondo Archiver. I can run the back up manually by just running mondoarchiver with no arguments and answering all of the questions. My problem is that when I try to run it from a batch file so I can use run it... (0 Replies)
Discussion started by: wpflum
0 Replies
Login or Register to Ask a Question