Software :: Multiple Disk Images From Single Read-only Image

Jun 16, 2011

Oooookay, so basically the idea I have is that I would like to boot Windows XP over an AoE connection. This is no issue, however the problem comes when I want to have a single, read-only image as the base image and want to be able to boot multiple computers off this image.Licensing issues aside (let's assume that this complies with all licensing issues, or we can think of it as just a conceptual "how could we do this"), the basic issues are thus:Each boot of Windows will require a writable AoE device...The original disk image must be read-only to avoid changes in 1 boot affecting all boots(As far as I know) The AoE device must be a disk image, or some block device rather than a mounted file system (if this is not so, aufs could be used)So the long and the short of this, from what I can tell is that we need a read only device that we can write to.

At the end of a session, the changes to the device will be discarded, so these can be thought of as simple temporary sessions. This means that there is little concern with having changes to the original read-only image effecting the modifications to the "duplicate" images.

I would like to avoid duplicating the image for each instance, however if no solution can be reached then this could be a possibility (every boot, we can copy the image, give the fresh image to the new boot and remove when done)Optimally, changes to the filesystem will be written to a different filesystem (much like what aufs does, however as stated earlier, afaik aufs only deals with 2 mounted file systems, whereas we need the end result to be an image or block device)Sorry if I havn't explained this particularly well, however I've been trying to think of solutions, caveats and generally how to define the problem as I was writing. If you think that this idea is ridiculous because software x handles the problem better, I'd be very pleased to hear about it, but the basic requirement of temporary, network bootable windows xp sessions still applies.

View 3 Replies


ADVERTISEMENT

General :: 5 Cd Images To One Single Image

Oct 20, 2010

i have 5 cd individual iso's of linux.can we convert it to a single bootable dvd image iso file if yes'

View 1 Replies View Related

Ubuntu :: Split Multiple Images From One Image?

Mar 14, 2010

I have a couple of gigs of png files, each with 5-7 photos on each file. Currently I am making 5-7 duplicates of the file, then opening each one in gimp, and cropping and saving each one. kind of time consuming. Does anyone know of a program that will let me split an image into multiple slices?

View 5 Replies View Related

Software :: Download Some Images From A Website - Single Column Of Links To The Images?

Jul 26, 2010

I am running Linux from a DVD, not installed. I am not good with installing software, but since the DVD cannot be corrupted, I am content to operate this way. Lately, I have been having problems that previously did not occur. When I try to click on the checkbox to get rid of emails, it doesn't register in most cases, or when it does, I am clicking multiple times so it registers twice, meaning it is unchecked again. Even more frustrating is some issues that are affecting my ability to update my business. I am trying to modify spreadsheets (text not calculations).

Whenever I try to click & drag to select something to change, it keeps jumping around to select only some of what I want, something else or some combination of the 2. When I try to copy and paste several fields from 1 column to another, everything from the several fields in the source column ends up together in the last field in the target column. I am also trying to download some images from a website. There is a single column of links to the images. I have to click on the link to get to the image in order to copy it, then back out to continue looking for more links to do the same.

My computer keeps jumping back 2 steps, then forward 2 steps, and sometimes I lose my place in that list. I could deal with it if it were a small number of links, but this is a list of probably close to 20,000 links. Again, i am operating off of a live DVD so this should not be corruptible, but this has just started happening, and has been an issue the last several sessions.

View 14 Replies View Related

Programming :: Connect Multiple Sockets From A Single Client To A Single Server And Keep Them Open?

Oct 13, 2010

I have question about the UNIX sockets. my goal is to connect multiple sockets from a single client to a single server and keep them open...I'm not sure if that is possible to create or not. Do you have any suggestion or an example of code?

View 1 Replies View Related

Software :: Install GRUB In The MBR Of The Only Bootable Disk In The System, But Load Configuration And Images From Another Disk?

Apr 29, 2011

Is it possible to install GRUB in the MBR of the only bootable disk in the system, but load configuration and images from another disk?Basically I want to install GRUB on /dev/sda, but menu and images will be under /dev/sdb2.Note: /dev/sdb is not bootable.

View 14 Replies View Related

Hardware :: Fedora 11 RAID 1 - Disk Failure - Boot From The Single Working Disk?

Oct 16, 2009

my Fedora 11 system is not starting anylonger. It stops with the message:

Code:

VFS: Can't find ext4 filesystem on dev dm-0

The system told me since a while, that a lot of the sectors of one disk of the (software) RAID compound are failed already. So tried to disconnect each of the disks and start them separately. Unfortunaltly this is not working (for one its is not working at all, the other wents the same far as with both), when I tried to recover the system with the Fedora DVD, it said no distribution found. I am quite new and do not know so much about linux system, so i do not know what further information you could need. Maybe it can be important, that both disks are encryped (the system wents so far, that I can type in the password).

View 2 Replies View Related

Fedora :: Single Tool To Tag Different Files ((images - Music - Video And Documents)?

Dec 27, 2010

Is there any single tool to tag different files on Linux? (images, music, video, documents...

View 5 Replies View Related

Ubuntu Installation :: Migrate Working Single Disk System To Existing RAID Array Using Disk UUIDs

Aug 1, 2010

I had done a new lucid install to a 1 TB RAID 1 array using the alternate CD a few weeks back. I messed up that system trying to some hardware working that lucid doesn't have drivers for yet, so I gave up on it and reinstalled to a single 80 GB disk that I now want to move over to the RAID array.

I moved all of the existing files on the array to a single folder, then copied all of the folders from the 80 GB disk over to the array with permissions and symlinks (minus the contents of /proc and /sys, which I created empty).

These are the commands I used:

Quote:

p -a -d -R -v -t /media/raid_array /b*
cp -a -d -R -v -t /media/raid_array /d*
cp -a -d -R -v -t /media/raid_array /e*
cp -a -d -R -v -t /media/raid_array /h*

[Code]....

I tried to change fstab to use the 689a... for root, but when I try to boot, it's still trying to open /dev/disk/by-uuid/412d...

So then I booted from the single disk again and chrooted into the array, then ran update-initramfs -u. I got 3 "grep: /proc/modules: No such file or directory" errors, and "cat: /proc/cmdline: No such file or directory"- so I created directory /proc/modules, created an empty file /proc/cmdline, and ran the initramfs update again. Then I tried to shut down, which hung (probably because I was doing all of this from a terminal window in Gnome), so I killed the power after a couple of minutes.

It's still trying to use /dev/disk/by-uuid/412d... to boot.

What am I missing? I assume I just have to change the UUID to mount as root, but I don't know how.

View 2 Replies View Related

Software :: Compose One Image Out Of Images

Jul 21, 2009

I have four thousand images. I want to create one thousand images where each of those is tiled with 4 images. This is possible with montage out of the imagemagik package. But it is way too slow.Does anyone know of a high performing program which can compose four images to one image?

View 2 Replies View Related

Software :: Compose Two Smaller Images Into One Larger Image

Mar 13, 2009

I've been using python's PIL (import Image in py2.5) and the command line utility ImageMagick to add text to images and compose images. I can't figure out how to get the composed image not to crop. That is, suppose I compose A onto B to create C. A is short and wide, while B is tall and narrow. I'd like C to be tall and wide, but instead it has the same dimensions as B.

The width of A is determined by dynamic text. My current solution is to get the width and height of A and B, and then create a maximally sized image, T, onto which I compose B and then A.I'm just wondering if there is some way to streamline this. Can ImageMagick do this for me? These operations take a non-trivial amount of time.

View 4 Replies View Related

Red Hat / Fedora :: Terminal - 'unable To Read Input Images'

Apr 28, 2010

1.) Whenever i am starting a new instance of terminal, it is giving messages 'unable to read input images' five times. Actually i had run a shell script that gave this message, but why is it appearing every time, i am opening a new terminal, (that script is already over and it generated the required outputs)? Because of this, when i run 'ls' command, it is showing all the files and directories with the same color, otherwise it used to show them in different colors.

2.) Once my panel had crashed, then i have made a new panel, but after that my instant messenger icon is no more keeps sitting on the system tray as it used to do before, it closes as i close its window otherwise even after closing the window, it used to keep me logged in and the icon use to be there at system tray.

3.) automount for usbdrive not working? Note: all these problems are there only in my own user account. Other user account like root and guest has everything correct.

View 4 Replies View Related

Ubuntu :: Multiple Backgroung Images?

Jul 8, 2010

I've been searching for a program or a way to have multiple backroung images that automaticly change,like Windows 7,but unfortunately with no luck...

View 2 Replies View Related

General :: Buning Multiple Iso Images?

Apr 3, 2011

I am interested in making and burnung multiple isos in one cd.I ges first I have to extract them, then join them together by a menu and convert them again into a new iso, just I would need more detail in the mater.the reason of this operation is the following: imagine you have downloaded small distros like poppy linux and others, so one would not fill up your cd at all

View 2 Replies View Related

Debian :: Image Magick And JBG Images - Format Seems Not To Be Supported By Default

Jul 23, 2010

I need to convert a .jbg image to something else more 'generic' (.jpg, .png) but i discover that thar format seems not to be supported by default. Searching i found that i need jbigkit, so i download it but know dont know how to make it work?

View 2 Replies View Related

Fedora :: Live Disk Creation & Disk Image Backup

Aug 6, 2009

I need little help on live disk creation and disk image backup.

Can I create live disk using my hard drive installation? If yes then, can I restore the fedora from the live disk to the hard drive. I mean to say that from that live disk can I install fedora again in my hard drive.

Second question is, if I create the disk image of my hard drive( including ntfs & FAT32 partition) , can I restore it in a blank drive. If so , then can os will be restored also?

View 7 Replies View Related

Ubuntu :: Possible To Shrink Multiple Images Files At Once?

Nov 12, 2010

I have a folder full of image files. They are large files and they only need to be large icon size...manybe 2 inches wide. Is there a way to convert them without editing each file individually?

View 6 Replies View Related

General :: Booting Multiple Images From A USB Stick?

Dec 27, 2010

I work with many different PCs with Windows XP and Windows 7 deployed, and I'm trying to consolidate my stacks of CDs into a single USB drive. I'd like to be able to boot off it and have a choice of a few options: A persistent Linux install for troubleshooting, the Win7 install CD, and the WinXP install CD.

I'm aware that most USB sticks can't be partitioned, but after much trial and error I've found one that can have its removable bit flipped, be treated as a USB hard drive and partitioned. I can set up 4 primary partitions and an initial test with a boot cd image on the first partition seems to work on 3 of my 4 home PCs... on (only) one of them though, Grub gives a 'Missing MBR-helper' error. All my systems, even the one not booting correctly, see the partitions as valid in both Linux and Windows, and I've successfully retrieved data from all of them. My guess is that it's a BIOS quirk on that particular machine, but it puts the whole idea in jeopardy... if it doesn't work on one of my own PCs, who's to say it will work on other PCs?

I'd like to salvage the partition idea if I can, maybe someone has run into this before... But if it's just not feasible, I read that Grub can boot image files under certain circumstances... I'm wondering if it's possible to have Grub (or any other bootloader) run the Win7 and WinXP CDs as image files? That way they could all sit on a single partition on the USB stick.

I haven't yet tried any other bootloaders, for all I know I could try something else and get things going.

View 1 Replies View Related

Server :: Mrepo Multiple Redhat Images?

Aug 3, 2010

I am running centOS specifically to run mrepo to create patches/updates for systems that are not permitted access to any public network. I understand how to get repositories for both -i386 and x86_64 versions.

My questionis that I have systems running RHEL Versions from 5.1 to 5.4 in the -i386 section. Do I create two -i386 directories and try to build separate repositories for each or just make one -386 directory using the 5.1 iso. Then use the same repository for both?

View 3 Replies View Related

Software :: Mounting Images With Multiple Partitions?

Jul 12, 2010

Say I have an image of a file system. I made it with dd by copying it off my USB stick. e.g. "sudo dd if=/dev/sdb1 of=./image.ext2" I can mount said image with the command: "sudo mount -t ext2 -o loop ./image.ext2 /mnt/" Now, say instead of copying a partition with dd, I copy a whole drive. e.g. "sudo dd if=/dev/sdb of=./image.img". sdb had 2 partitions on it. How can I mount those separate partitions without copying that image back onto the USB drive?

View 1 Replies View Related

Software :: Resize / Scale Multiple Images

Jan 3, 2010

I have a very nice digital photo camera and I love to take my pictures at the highest quality setting available. My Canon is a 12 mega pixel camera so the photos get very large. After I shoot a weekend of 200+ pictures, the last thing I want to do is resize them so I can share them on Facebook. Does anyone know of a Linux program that will allow me to re-size multiple images rather than using Gimp to do each individual photo?

View 6 Replies View Related

Fedora :: Make A ISO Image From Single Entire Cd

Jul 27, 2009

In others machine I can see GUI option to build a ISO image from a cd. In this FC4 can see the option, how to do command mode?

View 2 Replies View Related

Ubuntu :: 11.04 - Flash Drive Backup To Single Image

Jun 9, 2011

I'm running Ubuntu 11.04 and would like to know how to backup a whole flash drive to a single image.

View 9 Replies View Related

Fedora Networking :: Multiple IP On Single NIC?

Jan 23, 2011

I've been trying to set multiple IP my Fedora 14 but nothing seems to work. Upon browsing the net, I found there are two ways for it. One is eth0:0~eth0:n nd another is eth0-range0. All are configs under network-scripts. But neither of them worked for me. Even grabbing a working example from my live server doesn't do the trick (though the server is a CentOS 5.5).

Currently using eth0-range0
ONBOOT=yes
IPADDR_START=192.168.1.127

[code]...

View 2 Replies View Related

Ubuntu :: Single USB Install For Use On Multiple PCs?

Jun 29, 2010

I have an Ubuntu install on an 8Gb SDHC Card, customized for my Toshiba NB205. It took quite a bit to get sound and BT working, but now it's fine. Just out of curiousity, I used this same SDHC Card to boot my Dell D610 -- it booted, and sound and WiFi worked fine. I was surprised. There was a single error message after the desktop appeared, but I didn't record it.

I am now wondering: is it practical to use a single USB installation with multiple devices? I can imagine a number of complications, but was surprised that my attempt worked on two very different hardware platforms. There was discussion, when pendrives first appeared, of being able to use one to boot any PC to your own USB-based OS, bypassing any other OS installed on the PC.

View 4 Replies View Related

Server :: Multiple IP Address On A Single NIC?

Jan 20, 2011

We can add multiple IP address on a single NIC. Is there any limitation that is how many ip address I can add on a single NIC card??

View 1 Replies View Related

Ubuntu Installation :: Using Disk Images ?

Aug 12, 2010

I've been playing around with arch and ubuntu in virtual box, and after many... many installs i realized it'd be practical to just image the virtual drive and do it that way.

Now of course I could just copy the vdi file, but that's cheating.

Kind of like what is normally done with norton ghost, however I don't have money to be buying it, and so it's left me curious about what utilities similar to ghost there are our there.

View 2 Replies View Related

Software :: Disk Images - How To Extract

Dec 29, 2008

How to deal with the disk images like daa, iso, etc. Is there any software to extract them. If there is any software then please provide me some information...

View 3 Replies View Related

Programming :: PHP Booleans - Print Draw The First Image From A Function Then Hide The Rest Of The Images Using 'display: None'

Jul 29, 2010

I have this function that is supposed to print draw the first image from a function then hide the rest of the images using 'display: none' however for some reason the boolean test does not seem to work on one of my servers however it works on another, is there some php.ini setting I am missing or can you see any issues with the following code:

[Code]....

View 1 Replies View Related

Fedora :: Open Office - Resize Multiple Images And Move Them All Together And Crop Them On The Fly

Nov 23, 2010

Before migrating to Fedora/linux, during my window days, one of my programme of choice was MS word. regardless of all it's bugs, it did all i needed it to do (eventually). Now in Fedora I have Open Office. As far as word processing it's fine. But when it comes to inserting Images I hit a brick wall.

when it cam to making bingo cards, I could choose multiple images and resize them with one click, move them all together and crop them on the fly. Open Office doesn't do that. My question is: What other option are there in the fedora world that could help me.

View 4 Replies View Related







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