Ubuntu :: Create An Image For OS Partition?

Oct 30, 2010

Ok, have a system with 10.10 with the things I need, I installed this OS on a laptop which has a 40gb drive. 32-bit version. Before installing ubuntu i had Windows7 and had split the drive in 2 partitions (20/20) and currently have an image of the Windows7 OS in the 2nd partition.

Anyway, when installing ubuntu i used the 1st partition that has Windows7 OS and made 3 partitions out of it:

-12gb partition for /root
- 3gb partition for /swap
- 5gb partition for /home

In the Windows world i use Ghost utility(DOS version) to image my single Windows7 partition completely. This works fine.

Since in ubuntu we usually create multiple partitions,

1-what utility can be used to create an image of the partition ?

2-do you JUST create the image of /root ?

I really want to create an image now that i can then restore if something happens to the OS and be back in business quickly without reinstalling ubuntu from scratch.

View 3 Replies


ADVERTISEMENT

Ubuntu :: Create A Image Of A Partition Using Dd?

Mar 25, 2011

I want to create a image of a partition using dd. The partition is 80GB but only 15 GB are used. I booted from a live CD and run this command to backup 20 GB

Code:

dd if=/dev/sda1 of=/mnt/backup/OLD_HDD/sda1.img bs=1M count=20480

The command finishes without problems but when I mount the image I'm cannot read the content :

Code:

# mount -o loop /mnt/backup/OLD_HDD/sda1.img /mnt/sda1/
# ll /mnt/sda1/
ls: cannot access /mnt/sda1/proc: Input/output error
ls: cannot access /mnt/sda1/usr: Input/output error

[code]....

View 4 Replies View Related

OpenSUSE Install :: Create A Root Backup Image Of The Root Partition ?

Oct 12, 2010

Since I installed MS2 I messed up grub. Finally I got 11.3 back to its old glory.

What would be the best procedure to create a backup image with all settings and permissions ...just in case ?

View 5 Replies View Related

Ubuntu Installation :: Create New Partition Table Does Automatically Create New Mbr

Oct 28, 2010

When using the gparted option to create a new partition table does this automatically create a new mbr?

View 1 Replies View Related

Ubuntu Installation :: Create A New Partition In Front Of A Windows Partition Without Trouble?

Oct 25, 2010

This is my partition table:

/dev/sda1 1 4255 34178256 83 Linux
/dev/sda2 4256 4437 1461915 5 Extended
/dev/sda3 * 4438 9964 44395627+ 7 HPFS/NTFS

[code]....

View 4 Replies View Related

Ubuntu Installation :: Setup Cannot Detect Or Create Partition For Partition

Sep 30, 2010

I am trying to install windows 7 on my harddive, I am running ubuntu 10.04 and have windows 7 on DVD.I was until recently also using uberstudent, which I deleted (100 gigs) to make space for windows.However once I get to the windows start up I get a message: setup cannot detect or create a partition for this partition. (not word for word).

View 1 Replies View Related

Ubuntu :: Create An Iso Image In 10.04?

May 27, 2010

I want to create an ISO file in brasero but it only lets me create a cue. What should I do

View 8 Replies View Related

Ubuntu :: Create An Image Of A PC To Use On Another?

Apr 7, 2011

I do not know if this is possible, but I have a laptop in another country that I visit quite frequently. I wish to re build it in Ubuntu from the image of a mcahine I have here such that when I set it up I need not go on line for updates and installed apps.

A couple of reasons for this.

Internet in this other country is by land line and VERY expensive and slow

It would be useful if it were an image as I am happy with the install on the laptop I have here,, and do not want to spend an age on my hols configuring and installing and playing about... Just install Ubuntu from my CD and then the image to create the same machine.....

View 6 Replies View Related

Red Hat / Fedora :: Can't Properly Partition Both Hard Drives - Simple Way To Create Partition On Drive?

Jun 22, 2011

I installed Redhat Enterprise 3 on one of my servers. In my haste I didn't properly partition both Hard Drives and only properly partitioned one of them. Thus now I have

/dev/sdb1 478711768 137858256 316536328 31% /
/dev/sda1 101089 15346 80524 17% /boot

Where /dev/sda1 is actually a 80 GB hard drive. Is there anyway I can safely and easily repartition the unpartitioned space without causing a huge mess? I have a very important Oracle database on /dev/sdb1 and thus I want to be able to back it up on the second disk. I can create a partition on that drive?

View 2 Replies View Related

Fedora :: Home Partition And Create Logical Volume Out Of 53 Gb Filesystem Partition?

Aug 24, 2010

I installed fedora 13 64 bit and it works great but I encountered several issues when setting up guest OS with KVM. The problem seems to be related to selinux. But let me first ask question about logical volume. By Default fedora created logical volumes:

[Code].....

"If you expect that you or other users will store data on the system, create a separate partition for the /home directory within a volume group. With a separate /home partition, you may upgrade or reinstall Fedora without erasing user data files." seems to suggest I have to create a separate physical partition and assign that to /home. But reading elsewhere it seems to suggest logical volume acts like a partition. My goal is to make it easy in case fedora is hosed and I have to re-install it without affecting /home where my cirtical data resides. Given above do I need to create a separate physical partition or I am just fine?

I have a second hard disk that originally had windows and all my data. Windows is hosed but I can see my data from within Fedora and Windows is gone and I created created new partition in its place which used ot be the C:/ drive appears as 53 Gb filesystem. My data which was originally D drive appears as 215 GB filesystem. As given in [URL] I want to create a new logical volume in 53 Gb filesystem which I want to use as space for virtual disk to install guest OS's in KVM. Currrently 53 GB filesystem is mounted as /media/3467BH89JK789 but this does not work well with KVM. how do I create this logical volume out of 53 Gb filesystem partition and add proper selinux info and do I add to vg_vostrolx volume group and in a different volume group?

View 1 Replies View Related

General :: Windows 7 - Create A Symbolic Link From An Ext Partition To A FAT32 Partition

May 15, 2011

On my Linux system, I want to create a symbolic link to a folder on my Windows 7 partition formatted FAT32. I use:

sudo ln -s /media/OS/Users/dennis/AppData/Roaming/.minecraft ~/.minecraft

However, I end up with a file in my home directory called .minecraft and when I try to access it, I receive:

bash: CD: .minecraft: Too many levels of symbolic links

is there a way to make the symbolic link to the FAT32 folder?

View 2 Replies View Related

Ubuntu :: Can't Create New Ext3 Partition On Old Lvm Partition

Nov 25, 2010

I was having trouble with an old lvm partition so I pulled all the data off and now want to re-partition it as an ordinary ext3 partition.

But gparted offers only Logical Partition for that partition. How do I convert that partition to a Primary or Extended partition - and which do I want?

View 1 Replies View Related

Red Hat / Fedora :: Create Logical Partition In Extended Partition Of 14?

Jun 13, 2011

I would like to create Logical partition in Extended partition using fdisk in Fedora 14 I created extended but fail to create logical partition.

View 6 Replies View Related

Software :: Possible To Create Boot Partition On Logical Partition

Mar 18, 2009

I want to install more than 3 linux distributions on single disk - my test machine.Is it possible to create boot partition on logical partition whitch resides in extended partition (and boot successfuly of course)?
My boot loader lives elswere (primary partition or MBR).

View 13 Replies View Related

Ubuntu Installation :: Create Image Of Installed Os?

Aug 10, 2010

is it possible to make an image of my current installed os and settings ,and burn it to a dvd so that i can just install it on other machines without installing all my programs again?this can be done with windows xp discs. you can intregate drivers and software onto the installation cd. is it possible with ubuntu? and how do you do it?

View 4 Replies View Related

Ubuntu :: Use O Create A Win7 Systems Image?

Jul 4, 2011

I have been trying to create a windows 7 system image, for days, using standard win7 tools. I am officially giving up, in frustration. FWIW: I have gained an even deeper respect for Ubuntu, and even more contempt for Microsoft. My tools and setup:

Desktop:
AMD II Quad-core 64-bit, 3ghz, 4gb ram
1TB of disk space, less than 100GB used
Ubuntu 10.10 64-bit (I didn't like 11.04)

Laptop:
HP G62
Intel i3, dual-core, 3ghz, 4gb ram
500GB of disk space, less than 100GB used
Windows 7 Premier 64-bit

I have a few external HDDs: 640GB, 120GB, and an old 80GB. Also several thumb drives. The desktop, and laptop, are on the same network. Please just point me in the right direction. Do I use NTFSClone, or something else? Also, I would like to dual-boot the laptop with unbuntu, but if that's too difficult, never mind.

View 2 Replies View Related

Fedora :: Possible To Create ONE Iso Image On 2 CDs ?

Apr 8, 2010

Is it possible to create ONE iso image on 2 CDs ?I have a very old version Windows XP which installer is on 2 disc. I need to create an ISO image on them. If possible, please advise which command shall I run, dd ?

View 2 Replies View Related

General :: Use An USB Instead Of A DVD To Create ISO Image?

May 21, 2011

I just downloaded the FEDORA iso image file. Naturally, the next step is to create a DVD. The problem is I'm using a mininetbook hith no DVD unit and I have not an external one, so I think I can use the USB as an alternative, but I just don't find how to in the documentation, and the applications to burn DVD's dont have the option... how can I do this?

View 14 Replies View Related

Software :: Create An Iso Image

May 3, 2011

I have an HP C7000 chasis with 5 blades. We have a known good, secure version of RHEL 5.6 on one of the blades. My question is, can I make a "golden iso image" from that running o.s. to install on 2 of the other blades? If so, how can I do that?

View 7 Replies View Related

Ubuntu Multimedia :: Brasero On Lucid RC Cannot Create CD Image

May 3, 2010

After upgrading to Lucid RC I notice that I cannot create a CD image anymore. Brasero gives me three options : two .toc and one .cue file format but neither of them work the CDDAO variant of the .toc format gives me a notification that i need to install some extra packages but even after installing those, the image creation hangs. I used to be able to create .iso images but that option has completely gone...

View 4 Replies View Related

Ubuntu :: Create Bootable Usb From Windows Vista.iso Image?

Jun 26, 2010

create bootable usb from windows vista.iso image.I have used unetbootin and imagewriter so far and no booting.

View 1 Replies View Related

Ubuntu :: How To Create Disk Image And Uninstall Drivers

Aug 27, 2010

Basically, I want to be able to create the perfect disk image of a CLEAN Ubuntu installed in a 30 gb partition. The problem is, if I install Ubuntu, then some drivers are installed automatically. I am using an old computer at the moment (my main is back at home) and I want to be able to create an image so that when I restore that image onto my main computer, it is not cluttered with drivers of the old computer. Is there a method that can be used for uninstalling drivers?

I am looking for the cleanest way to uninstall drivers, hopefully to the point where it will not leave any "residue" That is my first question. My second question (in general about disk image--I have never actually created nor restored an image): Can I create an image of partition A and restore the image on partition B? Basically, creating an image of one partition and restoring it on another partition. Or does it have to be restored on the original partition?

Also, what if it is the same scenario but partition B is a larger size? I know that if partition B is smaller, it cannot be done because the image is larger than the partition. Finally, can partition A be restored onto a different hard drive? I have yet to find answers of these questions on different forums in other sites (this is my 3rd try). I know that the Ubuntu community is extremely active and more than willing to share their knowledge.

View 3 Replies View Related

Ubuntu :: Create A Hard Drive Image That Just Load Up?

Jun 23, 2011

I'm overall realitively new to Ubuntu 11.0.4 and I had some questions regarding this operating system. I just wanted to inform everyone, that I'm attempting to make a transition, from a life time Windows user and a current Windows 7 Ultimate user, to being a Ubuntu user.

I am becoming fedup with Windows 7, because i dislike how much system resources, it requires to run, and in addition I'm skeptical about Windows security. I had a lot of bad experiences with the Windows updates as well, so I was kind of alienated, as one can imagine. What I did like about Windows 7, is how easy it was, to configure the user group policies. I was wondering if you were able to do that in Ubuntu latest release.

I also was wondering, if it were possible, to create a hard drive image, that I can just load up, if I ever needed to reformat, like I did in Windows 7.

View 3 Replies View Related

Ubuntu :: Create A Full System Image Backup?

Jul 31, 2011

Well I've decided to move all my data from one VPS to another, and Iwanted to know if there was a way from within Ubuntu to make a full system image backup,ch I can then just transfer to the new Ubuntu VPS, and restore it there ..Unfortunately my VPS control does not have any working backup option right now, so I can only make the backup manually from within Ubuntu, if there is a way to do it

View 9 Replies View Related

General :: Create ISO Image Of Running Ubuntu System

Feb 26, 2011

i have Ubuntu 10.04 installed on a virtual machine. i have made a modification and would like to create a CD of this running system.I guess i need to first make and ISO of the system and the copy to a CD. can anyone give guidance on the process to do this?

View 1 Replies View Related

Debian :: Create ISO Image From .bin And .cue Files?

Sep 2, 2010

Debian 504 64-bit

How to create ISO image from .bin and .cue files?

View 3 Replies View Related

Fedora :: How To Create Bootable DOS CD Iso Image Under F8 Or F10?

Jun 21, 2009

I have downloaded a bootable DOS iso CD image that I have burnt to CD and can boot from.I need to add more disk checking utilities to the CD iso image.The DOS disk checking utilities are designed to be run from a floppy disk, but my laptop does not have a floppy drive, so CD-ROM is an alternative, if I can remaster the existing iso image file?Can I mount the DOS iso file and then add other programs to it, and then remaster the updated iso, and make a new CD-ROM to boot from with the added tools?

View 3 Replies View Related

SUSE :: Create A Disk Image?

Dec 23, 2010

Ok, so I have installed openSUSE 11.3 on my Lenovo Thinkpad T61p, setup the wireless adapter (why is this so difficult?) and installed a few applications. I do like the look of openSUSE but would like to check out a few other flavours. With my Windows 7 (can I say that here?) machines I can create a system image and a system restore CD with a fair amount of ease. Is there a similar process available for Linux?

View 5 Replies View Related

Fedora :: How To Create Disk Image For 14

Dec 14, 2010

I have fedora on a parition. the root / folder, and a swap. I wanna try other linux, but i dont want to delete my Fedora. So I want to back up my Fedora whole disk data, can I create a disk image for Fedora so that later I can Restore it?

View 2 Replies View Related

Networking :: Create Swap For PXE Image?

Jul 29, 2011

I try to prepare Linux-based image for remote network boot via PXE. Do I need to create Swap for this PXE image? BTW the boot image will have about 300MB or less and we have P4/2GHz workstations with 1GB RAM.

View 3 Replies View Related







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