Re: Write s.o. image with different programm?

2015-02-08 Thread antispammbox-debian


- Original Message - 
From: Darac Marjal mailingl...@darac.org.uk

Newsgroups: linux.debian.user
Sent: Thursday, February 05, 2015 11:30 AM
Subject: Re: Write s.o. image with different programm?

Ok, many thanks!

Regards



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/472B6A7ABD0043A6B3DF51B554BED0DD@rx



Re: Write s.o. image with different programm?

2015-02-05 Thread Darac Marjal
On Wed, Feb 04, 2015 at 03:18:50PM +0100, antispammbox-27 wrote:
 
 Hi all
 
 It's possible writing an image, build with Macrium Reflect, with another
 programm, as: dd, partimage,

In theory, yes. Assuming that the image is just that, then you can copy
it to a drive however you like. A disk image (be it of a CD/DVD (e.g.
.iso), a floppy, or a hard drive partition), is simply a bit-for-bit
copy of a file system, stored in a file rather than directly on a
partition. If you copy the file to the start of a partition, then that
becomes a normal partition.

Be certain to check that the image IS only an image. It is perfectly
possible for disk images or virtual disks to contain metadata
(headers, footers etc) which shouldn't be written to the disk.

If you can do the following without error:

 # mount -o loop YourDiskImage.file /mnt/somwehere ; umount /mnt/somewhere

then you can safely assume that the image may be written out with cat,
dd, etc.


 
 Thanks
 
 Regards
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject
 of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/ACD68559A06B4E3A9BAB78E3038E941E@rx
 


signature.asc
Description: Digital signature


Write s.o. image with different programm?

2015-02-04 Thread antispammbox-27


Hi all

It's possible writing an image, build with Macrium Reflect, with another
programm, as: dd, partimage, 


Thanks

Regards


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/ACD68559A06B4E3A9BAB78E3038E941E@rx