Ubuntu :: Mount The Partitions On A Made Image With Dd (/dev/sdb)?

May 15, 2010

my /dev/sdb contains
2 partitions with fat 32
2 partitions with NTFS
1 partition with LINUX ext3
and a swap linux.

I did :

Code:
dd if=/dev/sdb of=image_disk_sdb.img

How can I mount those several partitions?

View 8 Replies


ADVERTISEMENT

Debian :: Mount The Partitions On A Made Image With Dd (/dev/sdb)?

May 15, 2010

my /dev/sdb contains 2 partitions with fat 32 2 partitions with NTFS 1 partition with LINUX ext3 and a swap linux. I did :

Code:

dd if=/dev/sdb of=image_disk_sdb.img

How can I mount those several partitions

View 1 Replies View Related

General :: How To Mount As Loop An Image Of A VFAT Made With Dd

Feb 23, 2010

I made a disk image of a vfat fat16 using:

Code:
dd if=/dev/sda of=image_drive.img
I would like to mount it to /mnt/vfat using mount and loop. Is it possible to be mounted?

View 3 Replies View Related

Debian :: How To Install Clonezilla And Mount Multi-partitions Cloned Image Disk

May 15, 2010

Simple question, which implies lot of complexity, unfortunately : how to install Clonezilla and mount multi-partitions cloned image disk under DEBIAN ?

Wishing that one day Linux would be so easy and complete as Windows. But we are gaining more users, so Linux will have more apps

View 5 Replies View Related

Ubuntu :: Install Made One Of My Partitions Unusable

Nov 25, 2010

I recently installed Ubuntu 9.04 and later it got updated to 10.04 via automatic upgrades.

Previously, I having Windows. My HDD had 3 partitions. I installed Ubuntu in the C drive of Windows partition, left D drive as it was (in NTFS, because it had crucial data), and wanted to extract some part of E to be used as Swap. I marked E to be used as swap, but it took all of the drive as swap space, and later when I corrected it so that it takes only 2 Gigs and went ahead with the install, it made that partition unusable.

Maybe because it doesn't allow more than 4 physical partitions.

I am attaching two screenshots of Disk Utility results and Disk Part too.

Disk Utility Report:

GParted view:

View 8 Replies View Related

Ubuntu :: Accessing Data On Image Made From Dd?

Jul 15, 2010

I backed up my windows hard drive using dd and turned it into one huge image file. I didn't realize this beforehand, but this image is not an ISO equivalent type. However, it would be nice if I could access everything on the image just by mounting it instead of having to transfer it back to /dev/sda or something.

View 5 Replies View Related

Red Hat / Fedora :: Doesn't Display The Names Of Partitions After Made

Oct 21, 2010

i have made partitions using fdisk , in fedora as / , /boot , /home but when i used fdisk -l it doesn't display the names of partitions , how can i made it work so that it displays

/dev/sda1 /
/dev/sda2 /boot
/dev/sda3 /home

View 1 Replies View Related

Ubuntu :: Fsck Image Made Using Gddresuce On Loop

Aug 1, 2010

I have a HDD that I was using as temporary storage (ext4) though I knew it was close to failing. Upon retrieval of the data, I found some of it was corrupted.

I unmounted and ran gddrescue on the whole device (/dev/sdd) using this command:

Code:

The image took ~24 hours to complete, and I can mount it using:

Code:

Of course, some of the files are still slightly corrupted, so I would like to fsck on the image to try and correct anything that can be. However, when trying this on the image, I get:

Code:

Here are some other interesting pieces of info:

Code:

gpart finds no useful info it seems, and trying to fsck using the -b option and the backups suggested by mke2fs results in the message above or (using a very high block):

Code:

As I said, the image can be mounted and the filesystem accessed. Many of the files seem ok and can be directly copied off of the mount, but I'd like see if some can be recovered or at the very least copy everything off the image, skipping the corrupted files (perhaps with a log of those skipped).

None of the data is critical and will be ok if lost, but I'd still like to try recovering it just as a proof of concept. The original disk can still be used (very slowly), but I'd rather recover the data only using the image if possible.

View 2 Replies View Related

Ubuntu :: Can't Mount UDF Vista Made DVD?

May 20, 2011

I had burned a DVD in Windows Vista from a friends home and then tried to brows it on my Ubuntu 10.4 System. But as soon as i pop in the DVD I get an error alert saying:

Quote:

Unable to mount UDF Volume Error mounting: mount: block device /dev/sr0 is write-protected, mounting read-only mount: wrong fs type, bad option, bad superblock on /dev/sr0, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so

So i later tried to mount from command line and got the error.

Code:
sudo mount -t udf /dev/cdrom1 /media/cd
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

View 4 Replies View Related

Ubuntu :: Made A Backup Iso Of Bioshock Cd A While Ago And It Wont Mount?

Feb 14, 2010

i have this iso and i lost my cd but when i mount this the folder is empty but when i look inside the iso there is the install files

View 9 Replies View Related

Ubuntu Security :: Mount The Image Or Extract The Image To Another Drive?

Feb 16, 2011

I was given a forensic Image which I now know is a DD image of the drive (Vista) and am trying to mount the image or extract the image to another drive. I'm not sure of the extention type or if the image is a partition or the entire drive. I think it is the entire drive.

Is it possible to mount a DD image to a device. If I can't do that I just want to extract the files to run some programs against the drive. Can I view the files under Ubuntu or do I have to remove the drive and stick it into a Vista computer.

I purchased a second drive today and was hoping the command line would be something simple.

Or am I on the wrong track, should I be doing this all in a windows environment. The reason I picked ubuntu was because of the reporting tools.

View 9 Replies View Related

Ubuntu :: While Installing Ubuntu Made Two Partitions And Set Two Load Points But There Is Only One Partition Shown?

Mar 8, 2010

while installing ubuntu i made two partitions and set two load points. //home/but in ubuntu there is only one partition shown(filesystem).. what is going on?

View 5 Replies View Related

General :: Mount An ISO Made With Dd If=/dev/sda2 Of=/backups/backup.iso

Feb 26, 2010

this is my structure:

[root@ iso]# fdisk -l
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System

[Code]....

And I want to restore some files from /dev/VolGroup00/LogVol00.

View 14 Replies View Related

Ubuntu :: Cannot Mount Partitions Anymore - Error Mounting: Mount Exited With Exit Code 1: Helper Failed

Aug 24, 2010

First of all: it's been more than 12 years ago since I worked with Linux, and a lot has changed in the meantime. But I considered it a challenge to install Ubuntu 9.10 and lateron upgraded to 10.04 LTS without any troubles, until now:

Except my main partition ("/") all other partitions fail to mount. All NTFS partitions from my other OS and also 2 other linux ext4 partitions I've made are not accessible anymore. and, what bothers me the most: I deleted those 2 new linux partitions in the meantime because I couldn't access them initially because Root was the owner (Duh! root is standard disabled in Ubuntu, right?). After an attempt to try to automount all partitions following the help guides I got now big grey errors on my splashscreen while booting, telling that an error occured with e.g. /media/Backup because it is missing or it cannot be mounted, with 3 options below: waiting, skipping or using a command prompt to solve this. I always choose Skip for safety.

Now if I want to see the content of all my other partitions I got a popup telling me unable to mount e.g. /media/Downloads and the message included:

[Code]....

View 9 Replies View Related

General :: Setup Fstab To Automatically Mount NTFS Partitions - GUI To Set The Mount Permissions?

Feb 10, 2010

I am trying to setup fstab to automatically mount my NTFS partitions. I have used various Mount managers to create the entries in fstab. The fstab seems fine, but when mounting at boot or even via Nautilus I get the error message that I do not have permission to mount the disk.

1) Can this permission be set in the fstab file? If so what is the syntax of the fstab entry?

2) If not, is there a tool i.e. GUI to set the mount permissions?

View 14 Replies View Related

Software :: Error - 'some Of Your Partitions Are Unable To Mount Press 's' To Skip Or 'm' To Manually Mount

Jun 26, 2011

actually some my windows ntfs partiitions are unable to mount at start up. the error msg is -'some of your partitions are unable to mount press 's' to skip or 'm' to manually mount.

View 14 Replies View Related

Ubuntu :: Does Windows Image Backup All Partitions?

Jan 17, 2011

It says "This backup could take up 172 GB of hard drive space" and my C: "Used space" is at about 172 GB. So will the Ubuntu partition be backed up?

View 3 Replies View Related

Ubuntu :: Creating A Disk Image / Archive Of Old Partitions?

Jun 30, 2010

I am installing Linux on some spare space I left over from my previous two Windows installations.

From within Linux, what's the most risk-free way of imaging these two partitions and saving them to a single image file or archive? I want to preserve the entire partition because I have no idea what I may have forgotten to copy. What is the most suitable program that can do this?

Is there any way to run the partition in a virtual machine at a later date?

After this is done, I want to delete those old partitions and extend my Linux ones.

View 3 Replies View Related

Slackware :: Partitions Within Raw Image / How To Access Those?

May 13, 2011

To make a very low level backup of my laptop prior to upgrading it, I decided to create an iso of the harddisk; while it is doing this, but a bit too far to just cancel and start anew, so I cannot test it out right now I decided to post here.

of course, there are partitions on /dev/sda (there's a swap for example)I may (am pretty damn sure I will) want to access the files within the iso, and that's where I wonder how to tackle that; I'm thinking along the lines of setting up a loopback device (losetup) but I don't think that that will be enough to recognize the partitions. Any thoughts? (or just re-create an image of /dev/sda1 ?)

View 4 Replies View Related

General :: Creating Image Of Drive Partitions

Jan 6, 2011

I have what I thought was a simple task of creating ISO images of my Windows 7 system partion and boot partiton (the C drive) on my physical hard drive that I could use to load Windows 7 onto a virtual machine. Anyway, I'm running Ubuntu off the CD drive and I can see my drive partions (checked using the fdisk -l command). I have tried many iterations of the mkisofs command, but no matter what I do I get the error message: unable to open disk image file 'dev/sdb/win7sys.iso'. I don't understand why it's trying to open an ISO file it is supposed to be creating. The -o FILE option sets the output file name, so the message makes no sense to me. Below is an example of a simple and longer version with more options that I have tried to create an image of my sytem partiton (sda1) and save it on an external drive (sdb) with the file name: win7sys.iso (the next step I think would be to create or merge both partition images as one iso file for the VM). But I can't get past this error.

Can anybody tell me what I'm doing wrong?

sudo mkisofs -o dev/sdb/win7sys.iso /dev/sda1

sudo sudo mkisofs -input-charset iso8859-1 -V win7sys -o dev/sdb/win7sys.iso /dev/sda1


* Note that the output after the -o parameter is the desired destination /dev/sdb (my external drive) for the image file and /dev/sda1 is my Windows 7 system or boot partition (sda2 is what Windows sees as the C drive).

View 14 Replies View Related

Software :: Adding Partitions To An Existing Image File?

Jun 15, 2009

I have 2 image files, image 1 which is 16MB, has multiple partitions, where the boot partition has a 2.4 kernel in it, and image 2, which is 32MB, has a single partition with a 2.6 kernel.

I wish to add those extra partitions from image 1, into image 2, either by adding them within the 32MB(which means cutting back on the size of the existing partition), or adding them to the end of the image(which means extending the image beyond 32MB).

The boot partition for both images is ext2, while the rest of the partitions in image 1 is just raw data.

I'm working with these images in Mandriva Linux 2009.

How can I achieve what I want to do? I think it should be with fdisk and/or mkfs but I'm not sure how? I've tried using gparted to regenerate the partitions from a new image file with the following steps:
dd if=/dev/zero of=image.img bs=32M count=1
gparted image.img

Then I created a 30M boot partition. However, I'm not able to create the rest of the partitions as they are smaller than 1MB, which seems to be the min supported. I need precise control of the start/ending sectors of each partition.

View 1 Replies View Related

Programming :: Access To Multi-Partitions Disk Image

Jan 30, 2010

I have a 2GB file which is a dd image of a block device. The block device (a USB-connected flash memory) contains multiple partitions, and therein lies the problem. I want/need to access the various partitions in the image file, but need to do this without actually using a physical flash memory device. If the image was that of a single partition, I could simply mount it on a loop device, and access the filesystem as necessary. However, I can find no kind of virtual block device upon which to write/mount the image.

I've searched the net exhaustively for anything that would seem to allow me to do what I need, but without even a sniff of success. Sadly, I have seen bits of information that suggest "you can't get there from here". Even the outstanding dd tutorial by AwesomeMachine on LQ didn't help. Anyone know of a kind of virtual block device on which a multi-partition image can be written and mounted? Or any other way I can access individual partitions (with various filesystem types on each) and then re-assemble them back to a single image?

View 2 Replies View Related

Ubuntu :: Specify Which Partitions Auto-mount ?

Jan 8, 2010

Is there any way to specify what partitions of my USB Hard drive automount? There's really only one I want mounted automatically, and I've made three partitions. I'd like it so the one mounts, but the other 2 don't. Possible?

View 6 Replies View Related

Ubuntu :: In 9.04, Mount Different Folders Of The Same Partitions To Different?

May 19, 2010

I have a shared NTFS partition ("shared") that I use for data for both Windows and Ubuntu.How can I mount the music folder on shared to $Home/Music, and the Videos folder on shared to $Home/Videos? I want to mount the different folders on the partition to different folders in home.

View 1 Replies View Related

Ubuntu :: Thunar: How To Mount Other Partitions

Jun 16, 2010

I'm experimenting with Xubuntu on a live CD and would like to access my Ubuntu files located on sda2. I don't see the icons in Thunar to I can mount other file systems. Is there a way?

View 5 Replies View Related

Ubuntu :: How To Mount Lvm2 Partitions

Feb 7, 2011

I have ubuntu installed on 2 hdd. one of my hdd is having a lvm. I am unable to acess the home partition created in this lvm from my other hdd. in fact it is not shown at all inside the explorer window, the whole lvm block itself. if u run disk utility that also does not show the lvm partitions as mounted. So what are the steps required to be done to access those LVM partition from the other disk.

View 1 Replies View Related

Ubuntu :: Ext4 Partitions Mount As Read-only?

Jan 9, 2010

I have 4 partitions. One is Ext4 for Karmic, one is NTFS for WinXP, and the other two are Ext4 where I keep all my stuff.When I boot into Karmic and open Nautilus, none of the last three are auto mounted. When I click on one of them, instead of a window popping out asking me for a sudo password, I get a message as shown below.f I try to mount via sudo in terminal it works, but the files for me are then all read-only. Again, if I open Nautilus as root, all works fine.What I want is the following:- for all 3 partitions to automount on startup;- for all 3 partitions to be owned by me and not by root.I tried editing /etc/fstab, but to no avail. Neither did running "chown" help.

/etc/fstab:
# /etc/fstab: static file system information.
#

[code]....

View 8 Replies View Related

Ubuntu :: Disable Auto Mount Of Partitions?

Jan 9, 2010

I just installed kubuntu 9.10 and noticed that several partitions (fat32 and ntfs) are mounted automatically after I login. I searched /etc/fstab but found no entries for those partitions. So I guess there may be something like start-up scripts that automatically detect and mount all partitions on the hard disk at boot/login. Does anybody know the location of those scripts (if any)? I want to disable that auto mount.

View 4 Replies View Related

Ubuntu :: How To Auto-mount Volumes/Partitions

Feb 21, 2010

I have 9.10 and notice that when I look in Places none of my volumes/partitions are mounted - if I click on them I have to enter my user password to authenticate to gain access. My problem is that (with some help) I have set up rsync so it runs when I shut down my PC and backs up my Home folder from a partition on sda to a partition on sdb - this is great but sometimes it works and sometimes it doesn't.

I have done some tests and discovered that if I use my PC and never manually mount my backup sdb partition the rsync does not work (I also have GAdmin-rysnc so I can run manually backup but this also will not run if I do no mount the sdb volume). However, if I do mount the sdb backup partition and close down/restart then the backup works. What I need is my sdb backup partition to be automatically mounted every time I switch on - can this be done? I'm sure I had this working in 9.04 (auto mounting) but 9.10 seems not to like it.

View 4 Replies View Related

Ubuntu :: Auto-mount NTFS Partitions?

Mar 14, 2010

On my laptop I have Windows and Ubuntu, and I use Ubuntu very often. How can I auto-mount the NTFS partitions once I run my Ubuntu without the need to manually ask to mount it and confirm with the root password each time and for each partition?

View 5 Replies View Related







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