Sponsored Content
Operating Systems Linux SuSE Linux/Ubuntu Mondo/Mindi question, please help... Post 302218161 by mark54g on Thursday 24th of July 2008 02:18:06 PM
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
 

6 More Discussions You Might Find Interesting

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

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

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

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

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

6. 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
UML_MKCOW(1)						      General Commands Manual						      UML_MKCOW(1)

NAME
uml_mkcow -- create a new COW file SYNOPSIS
uml_mkcow [-f] [COW_file] [backing_file] DESCRIPTION
This manual page documents briefly the uml_mkcow command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, it has documentation in HTML format; see below. uml_mkcow is a small utility to create COW (Copy-On-Write) files without the need to run the full UML kernel. NOTE: you can save a lot of disk space using COW files. When checking the size of the COW file in order to see the gobs of space that you're saving, make sure you use 'ls -ls' to see the actual disk consumption rather than the length of the file. The COW file is sparse, so the length will be very different from the disk usage. OPTIONS
-f Force overwrite of an exsiting COW file. EXAMPLES
Create a new COW file: uml_mkcow rootfs_COW rootfs Overwrite (destroying) an existing COW file: uml_mkcow -f rootfs_COW rootfs SEE ALSO
The UserModeLinux-HOWTO (link to URL http://user-mode-linux.sourceforge.net/UserModeLinux-HOWTO.html) AUTHOR
uml_mkcow was written by Steve Schnepp. This manual page was written by Mattia Dongili malattia@debian.org for the Debian GNU/Linux system, based on material in the UserModeLinux- HOWTO by Rusty Russell. UML_MKCOW(1)
All times are GMT -4. The time now is 04:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy