Re: [developer] ZFS and block devices

2016-09-23 Thread Dave Osbourne
Thanks for this! That is the pointer I needed!!! On 2016-09-23 02:25, Josh Paetzel wrote: You can use dd. You may need to set the volmode depending on your platform to get access to the volume's device node. /dev/zvol// Thanks, Josh Paetzel On Sep 22, 2016, at 2:28 PM, Dave Osbourne

Re: [developer] ZFS and block devices

2016-09-22 Thread Josh Paetzel
You can use dd. You may need to set the volmode depending on your platform to get access to the volume's device node. /dev/zvol// Thanks, Josh Paetzel > On Sep 22, 2016, at 2:28 PM, Dave Osbourne wrote: > > Hi, > > I fear this may be wrong list... I googled, found

[developer] ZFS and block devices

2016-09-22 Thread Dave Osbourne
Hi, I fear this may be wrong list... I googled, found and joined it... let me know if I've got it wrong... I have a situation where I want to do the equivalent of "dd" the content of a zfs volume out to have effectively a copy of the raw device. I've got zfs send > x.out and zfs receive <