Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2006 00:34:59 +0300
From:      Roman Kurakin <rik@inse.ru>
To:        Joerg Pernfuss <elessar@bsdforen.de>
Cc:        freebsd-geom@freebsd.org
Subject:   Re: Disk copy
Message-ID:  <43F79303.5050808@inse.ru>
In-Reply-To: <20060218171638.6ac81f82@loki>
References:  <43F744FB.2060503@inse.ru> <20060218171638.6ac81f82@loki>

next in thread | previous in thread | raw e-mail | index | archive | help
Joerg Pernfuss:

>On Sat, 18 Feb 2006 19:02:03 +0300
>Roman Kurakin <rik@inse.ru> wrote:
>  
>
>>Hi,
>>
>>	I have a disk full copy (as a file), not just partiton.
>>I guess that geom is my friend. But I cant figureout how to
>>attach it to the system via geom.
>>    
>>
>
>mdconfig -a -t vnode -f $file [-u [0-9]]
>mount_[fs-type] /dev/md[whatever] /mountpoint
>$work
>umount /mountpoint
>mdconfig -d -u [0-9]
>
How this will deal with partition table? File is not partition copy, it is
full copy of entire disk with partition table etc.

rik





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43F79303.5050808>