Disk copy

Joerg Pernfuss elessar at bsdforen.de
Sat Feb 18 14:17:44 PST 2006


On Sun, 19 Feb 2006 00:34:59 +0300
Roman Kurakin <rik at inse.ru> wrote:

> How this will deal with partition table? File is not partition copy,
> it is full copy of entire disk with partition table etc.

It won't deal with anything. It will simply provide the file as a
device node. If the file contains valid file system structures, then
GEOM will create these (similar to a usb drive getting plugged in).


~/test> ls -l
-rw-r--r--  1 elessar  users  20971520 18 Feb 23:09 container

~/test> file container
container: x86 boot sector

~/test> sudo mdconfig -a -t vnode -f container -u 0

~/test> ls /dev/md0*
/dev/md0        /dev/md0s1      /dev/md0s1a     /dev/md0s1c

~/test> sudo mdconfig -d -u 0
~/test>


-- 
| /"\   ASCII ribbon   |  GnuPG Key ID | e86d b753 3deb e749 6c3a |
| \ / campaign against |    0xbbcaad24 | 5706 1f7d 6cfd bbca ad24 |
|  X    HTML in email  |  Now featuring a brand new GPG-Key!      |
| / \     and news     |  Please update your keyring.             |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-geom/attachments/20060218/ea5203d3/signature.bin


More information about the freebsd-geom mailing list