Gentoo Archives: gentoo-user

From: pat <pat@××××××××.org>
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] mounting disk image
Date: Sun, 06 Apr 2008 21:03:12
Message-Id: 20080406205726.M53986@xvalheru.org
1 Hello,
2
3 I have a question about mounting disk image as the disk. I have disk image
4 which was created using:
5 dd if=/dev/sda of=./file.iso
6 and the sda contained two partitions sda1 and sda2. I know, that if I have
7 only image of the sda1 I can mount it using loop device like
8 #losetup /dev/loop0 file.iso
9 #mount -t ... /dev/loop0 /mnt/tmp
10
11 But, how to do it if the file structure is: sda -> sda1, sda2? I need to get
12 data from sda1 and sda2 :-|
13
14 Thanks a lot for help.
15
16 Pat
17 --
18 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] mounting disk image Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] mounting disk image Andrey Falko <ma3oxuct@×××××.com>
Re: [gentoo-user] mounting disk image Stroller <stroller@××××××××××××××××××.uk>