General :: Creating Multi Volume Tar Files?

May 29, 2010

full snapshot of ArchLinux Repo for x86_64I want to use this as my restore backup should I need to reinstall Arch without network support.How do I build several *tar volumes of my /mount/my_repo to fit into 4.5GB DVDs ... the thing is 18 GB size...How do I extract all the *tar created to a folder later on...? is it the same as extracting a single *tar, will tar find all volumes in the same directory level so as to continue extracing or do I need to merge them in some way

View 1 Replies


ADVERTISEMENT

General :: Creating Mirror Of Existing Volume ?

Sep 18, 2009

Could we create mirror of the existing volume in Linux. Is yes please let me know the procedure to create the mirror of existing Logical volume in Linux.

View 2 Replies View Related

General :: Create A Physical Volume First Before Creating LVM's?

Jul 13, 2010

WHat is the physical volume in LVM's? Why do we need to create a physical volume first before creating LVM's? I mean, LVM's are created from physical disks, so why do we need to specify it? Didnt get it. Anybody want to help me with this?

View 2 Replies View Related

Ubuntu :: Creating A Multi-boot DVD?

May 25, 2011

I am wondering if it is possible to put multiple distros on one DVD. I am wanting to put Ubuntu, Linux Mint, and Fedora 15 on one DVD so that I can pop it into the cd drive and choose to boot from the DVD into any one of them. I know I can just load them on a virtual machine but I will be using different computers and don't want to install it on all the machines.

View 5 Replies View Related

Installation :: Creating A Multi Boot Dvd?

Jun 2, 2010

I would like to create a multi boot dvd with multiple distros on it. I just got a linux mag with 5 distros on it and all of them boot!! This is by far the coolest thing i've seen. How is this done? Is there a program that will let me select more than one iso image and then create a bootable disk with all the distros I want on it and create a menu that will boot to the different distros?

View 9 Replies View Related

Ubuntu :: Open A 7z Multi Volume Archive From Gui?

Mar 6, 2011

Does anyone know of a way to open a 7z multi volume archive from gui?

View 2 Replies View Related

Ubuntu :: Reading / Creating Multi Lingual Fonts

Apr 8, 2011

I am unable to read Asian Languages in OpenOffice.org 3. I want to have the option of reading/creating Multi Lingual Fonts Unicode's xdvng fonts. How to add other language fonts to openoffice 3 for (example Ariel Unicode fonts, xdvng, devanagiri, hindi, chinese, etc....)

View 1 Replies View Related

Ubuntu :: Verify A Multi-volume 7z Archive File

Jan 7, 2010

I used 7z to create a multi-volume 7z archive file with 0 compression rate. with this command:

Code:
7z a -t7z -v1g -mx0 /home/movies/documents.7z /home/documents
a stands for add
t stands for type definition
7z stands for 7z archive type

[Code].....

View 3 Replies View Related

Applications :: Multi Volume Backup Of Hard Drive

Jan 12, 2011

Does anybody know any programs that might facilitate the spanning of a hard drive over multiple DVDs? I would like to backup a windows system that may have become corrupted however; but I don't know how to automatically span the files over multiple DVDs (which is what I'd like to do.) I may or may not use Ubuntu, but does anyone know any good applications for this?

View 2 Replies View Related

General :: Creating A Script To Move Or Copy Files Into Multiple Directories Below The Files?

Aug 25, 2009

How can you create a script to move or copy files from a main directory into multiple directories below the main directory.

View 7 Replies View Related

General :: Awk: Read Dan Manipulate Data In Multi Files From A File?

May 26, 2011

I wonder capability of awk to manipulate data in consecutive multi files by read one batch file.for example I have files: data1.dat, data2.dat,data3.dat and listfile.txt

cat data1.dat
23 34 54
43 45 76

[code]...

View 4 Replies View Related

General :: Share Files Between Windows 7 On A Dual/multi Boot Computer?

Jan 26, 2010

Just go myself a new computer and thinking of how set it up. I have win7 HP and will probably install at least some version of Ubuntu on it shortly to have dual boot. Might come other Linux distros too in the future. I have a 1TB HDD and my question is what's the smartest way to share files on all OS's? In what format?

I was thinking of ~100GB for Windows for apps and games etc. ~20-50GB for Ubuntu and some third partition, where I store my common files like media, pics, docs, downloads and stuff, taking the rest of the free space.

What filesystem should the shared partition be? Is there some smart way to get windows home directories and linux home directories to point to the same place on the shared partition or would it be recommended to just keep them separated?

View 5 Replies View Related

General :: Encoding Multi-jpegs With Mencoder, Skipping Broken Files?

Jan 16, 2011

I've multiple jpegs uploaded form IP cam via FTP, I use mencoder to periodically pack them into single avi file, problem is that sometimes one or two jpegs submitted by cam are broken, and this make mencoder exit, without producing movie

View 1 Replies View Related

General :: Check Flac Files In A Multi-level Directory Structure?

May 13, 2011

I am trying to check flac files in a multi-level directory structure, and would ideally like to get ordered output with the full path file name.

I could write a multiline script, but was wondering if there were better ways of accomplishing this.

The current command I am using is:

Code:
find . -name '*flac' -exec flac -t {} ;

View 12 Replies View Related

Red Hat :: Use Partition Type 83 For Creating A Lvm Volume?

Oct 18, 2009

can we use partition typ 83(linux) for creating a LVM partition.

View 2 Replies View Related

General :: Creating Files In Red Hat ?

Feb 14, 2011

Creating Files in Red Hat Linux ?

View 1 Replies View Related

Fedora :: Creating Volume Group To Add New Hard Drive?

Oct 16, 2009

This concerns the Logical Volume Manager (LVM).

1) Why would I create a new volume group to add a new hard drive to a system, rather than add the drive to an existing volume group?

2) If I created a new volume group and added a new hard drive to it, would I see the total free space (I see 30 GB now via the file browser)? For example, if I have 30 GB free on the main drive (with the OS), and I add a new drive of say 40 GB in a new volume group (using LVM) would I see 70 GB of free space? That doesn't seem to happen.

View 14 Replies View Related

Ubuntu :: Hangs Up When Creating LVM Snapshot Of /root Volume?

Aug 14, 2010

Recently, I've tried to create a snapshot of my /root folder in 10.04 (I remember to have done so a couple of times without trouble).I used the commandHTML Code: Code: lvcreate -L10G -s -n rootsnapshot /dev/server/root Without a hint of HDD activity, Gnome (?) hangs up - I can move the mouse, and the clock is moving on, but I can't click on anything. No HDD activity, and this goes on forever (after a while, the whole system locks up). This happens each time when I try to create a snapshot.

View 3 Replies View Related

General :: Creating Random Large Files?

Aug 27, 2010

how I can randomly write / create a 1 GB file in bash to test disk / network i/o? I was told I could use the 'dd' command but I don't know if there are some better ways and or what the 'dd' command looks like.

View 7 Replies View Related

General :: Concatenating 2 Files Without Creating Newline Between Them?

Dec 23, 2010

Concatenating two files without creating a newline between them? So how is it possible to do that? I've tried the following:
Code:
echo 123 > file1
echo 456 > file2
cat file2 file2 > file3

[Code]....

View 8 Replies View Related

Server :: Creating Multiple Logical Groups Out Of Physical Volume?

Apr 26, 2010

How to create multiple Logical Groups out of a single Physical Volume? Here is the Physical Volume I have created:

Code:
# pvdisplay
--- Physical volume ---
PV Name /dev/sda9
VG Name myVG1
PV Size 54.88 MB / not usable 2.88 MB
Allocatable yes
PE Size (KByte) 4096
Total PE 13
Free PE 11
Allocated PE 2
PV UUID bon4Ao-vmgC-aP1h-EC9X-w3tN-YXNu-0N2dAw

This is how I am creating a Logical Group out of the above Physical Volume:

Code:
# vgcreate myVG1 -s 4m /dev/sda9
Display:

Code:
# vgdisplay
--- Volume group ---
VG Name myVG1
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 5
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 2
Open LV 1
Max PV 0
Cur PV 1
Act PV 1
VG Size 52.00 MB
PE Size 4.00 MB
Total PE 13
Alloc PE / Size 2 / 8.00 MB
Free PE / Size 11 / 44.00 MB
VG UUID O6ljYC-bflz-EUTd-nf34-8gYe-Fh39-Bh3cOg

But I am unable to create one more Logical Group out of this Physical Volume. Can we accomplish it? Or do we always extend our current Logical Group to utilize the available space of a Physical Volume?

View 2 Replies View Related

CentOS 5 :: Kernel Panic Creating LVM Snapshot Of Root Fs Volume

Oct 29, 2009

I can cause the kernel to panic immediately with the following command. lvcreate --snapshot --name Snap --extents 100%FREE VolGroup00/LogVol00 The last line of the panic message is "<0>Kernel panic - not syncing: Fatal exception" If I create a snapshot of any other volume it works just fine. It only panics on LogVol00 which is my root fs.

I'm running 5.4 after update from 5.3. It didn't work with 5.3 either. This is a 32-bit guest running in VMWare Server 2.0.1 which is running on FC10 x86_64. I've tried the guest in both UP and SMP (2 cores) modes and observed no difference.

View 2 Replies View Related

General :: Download Helper Creating Zero Size Files

Mar 30, 2011

I've got a small problem with dwhelper. Now when I'm trying to download anything from ..... DH doesn't download and creates only empty files.

View 1 Replies View Related

General :: Sendmail - Creating Queue Files Directly?

Jul 27, 2010

I am directly creating "qf" & "df" files into the sendmail queue folder and then processing this queue by command line. This is the only way to export data and email from this old application I am stuck with.This works quite well in my test enviornment but I am really new to linux/sendmail and just looking for any feedback on this process. Is this direct creation of queue files safe and any pitfalls that I should be aware of?

View 2 Replies View Related

General :: Lost Access To Some Files On A Raid1 Volume / Fix It?

Nov 22, 2010

Hoping that someone else has seen this before and can offer a quick fix.

I have a software raid1 volume that has a few directories with files that lost all the security information code...

View 1 Replies View Related

General :: Creating A Script That Removes The Oldest Files On /tmp Directory?

Nov 17, 2010

I'm trying to configure a script the deletes the file and directories with more than 10 weeks on my /tmp directory, this is what i'm trying to do:

Quote:

#!/bin/bash
#Script para borrado de ficheros y PDFs de /tmp
### Directorios/PDFs a borrar

[code]....

View 6 Replies View Related

General :: Creating Watch On One Directory In Which Files Are Continuously Coming?

May 4, 2010

Actuaaly i am creating watch on one directory in which files are continuously coming.Is there any command which can give listing of all files who have come in last 24 hrs.

View 8 Replies View Related

General :: Why Scanning 10 Pages Is Always Creating Huge >45Mb To 110Mb PDF Files

Jan 9, 2011

Please why my scanning is always creating huge 50Mb to 100Mb PDF files ?Each A4 Pnm file is of 6.5Mbytes by resolution of 150.If I decrease the resolution lower than 100, then it starts to be unreadable my text ...

View 11 Replies View Related

General :: Move / Copy A Logical Volume From One Volume Group To Another?

Dec 1, 2010

I'm rearranging a bunch of disks on my server at home and I find myself in the position of wanting to move a bunch of LVM logical volumes to another volume group. Is there a simple way to do this? I saw mention of a cplv command but this seems to be either old or not something that was ever available for linux.

View 2 Replies View Related

Hardware :: ATI Multi Card Multi Display Xinerama Composite

Jun 24, 2011

I have an ATI Radeon HD 3300 on-board video chipset, and an ATI Radeon HD 4350 PCI card. What I want is to have both displays available from one mouse/keyboard. I want to play media on one and have the other as my main desktop.The problem is that with Xinerama enabled, KDE desktop effects do not work (KDE says XComposite and XDamage are not available, even though I explicitly enabled them as extensions in the xorg.conf file), and performance is quite bad. Without Xinerama enabled, performance is great, desktop effects work great, but there's a lot of trouble with full-screen video, and the KWin window manager does not apply in the second display (although I can run a second instance of KWin on :0.1).

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved