similar to: imaging a drive with dd

Displaying 20 results from an estimated 6000 matches similar to: "imaging a drive with dd"

2017 Mar 03
3
imaging a drive with dd
On Thu, Mar 02, 2017 at 09:06:52PM -0500, fred roller wrote: > On Thu, Mar 2, 2017 at 8:36 PM, Robert Moskowitz <rgm at htt-consult.com> > wrote: > > > dd if=/dev/sdb of=os.img bs=1M count=3210 > > > > I would recommend bs=512 to keep the block sizes the same though not a huge > diff just seems to be happier for some reason and add status=progress if > you
2017 Mar 03
2
imaging a drive with dd
On 03/02/2017 08:53 PM, Warren Young wrote: > On Mar 2, 2017, at 6:36 PM, Robert Moskowitz <rgm at htt-consult.com> wrote: >> I want to image the drive at various 'checkpoints' so I can go back and redo from a particular point? >> what dd params work? >> >> dd if=/dev/sdb of=os.img bs=1M count=3210 > That looks plausible. (I haven?t verified your count
2017 Mar 03
0
Solved Re: imaging a drive with dd
On 03/02/2017 11:57 PM, Robert Moskowitz wrote: > The following worked: > > # dd if=/dev/sdb of=cubietruck.img bs=512 count=6268927 > > 6268927+0 records in > 6268927+0 records out > 3209690624 bytes (3.2 GB, 3.0 GiB) copied, 114.435 s, 28.0 MB/s > > So bs= IS the drive blocksize. > > This is the result of trying a number of different values for bs and > count.
2017 Mar 03
2
imaging a drive with dd
On Thu, Mar 02, 2017 at 10:57:51PM -0500, Robert Moskowitz wrote: > > > On 03/02/2017 10:02 PM, Fred Smith wrote: > >On Thu, Mar 02, 2017 at 09:06:52PM -0500, fred roller wrote: > >>On Thu, Mar 2, 2017 at 8:36 PM, Robert Moskowitz <rgm at htt-consult.com> > >>wrote: > >> > >>>dd if=/dev/sdb of=os.img bs=1M count=3210 > >>>
2017 Mar 03
4
imaging a drive with dd
On 3/3/2017 5:34 AM, Robert Moskowitz wrote: > Well, I only wanted to copy the used part of the drive which I try to > keep small so I can still copy the image to an mSD card if I wish. So > I have to supply the amount of the drive to copy. The bs=512 went > fast enough, but then I was only copying 3.2GB. > > thanks for the help. personally, I would use 'dump' for
2017 Mar 03
0
imaging a drive with dd
On Mar 2, 2017, at 6:36 PM, Robert Moskowitz <rgm at htt-consult.com> wrote: > > I want to image the drive at various 'checkpoints' so I can go back and redo from a particular point? > what dd params work? > > dd if=/dev/sdb of=os.img bs=1M count=3210 That looks plausible. (I haven?t verified your count parameter exactly.) However, I wonder why you?re trying to
2014 Dec 09
2
Re: [Qemu-devel] Cubietruck: cannot create KVM guests: "kvm_init_vcpu failed: Invalid argument"
On Tue, Dec 09, 2014 at 05:48:04PM +0100, Kashyap Chamarthy wrote: > On Tue, Dec 09, 2014 at 11:27:02AM +0000, Richard W.M. Jones wrote: > > On Tue, Dec 09, 2014 at 10:53:41AM +0000, Peter Maydell wrote: > > > On 9 December 2014 at 10:50, Kashyap Chamarthy <kchamart@redhat.com> wrote: > > > > Booting a minimal KVM guest throws the below error on Cubietruck: >
2016 Feb 22
2
Re: Cubietruck: QEMU, KVM and Fedora
[CCing the libguestfs mailing list - as Rich responded on IRC about your question on timeout.] On Sun, Feb 21, 2016 at 10:07 PM, Thomas Kee <xsited@yahoo.com> wrote: > Hi Kashyap, > > Thanks for offering to help. The day job caused a pause and it took me an > hour to reassert where I was in the process. I usually hang out on freenet > as xsited. I am still reading the
2011 Dec 12
2
dd disk will not boot - can't find /dev/root
OS= CentOS 5.4, 64bit. I've always had great luck using dd to copy entire disks, and booting on other systems.? However, I'm having difficulty with a couple systems.? I boot using an install DVD so the OS disk is quiet, and dd to my target disk: # dd if=/dev/sda of=/dev/sdb bs=1024k /dev/sdb is the blank disk.? The disks are 2T.? After a few hours the operation is complete.? But when I
2013 Dec 09
7
Best board for ARM ?
2020 Sep 26
7
Using CentOS 7 to attempt recovery of failed disk
I have a disk that is flagging errors, attempting to rescue the data. I tried dd first - if gets about 117G of 320G disk and stops incrementing the save image any more. Now I'm trying ddrescue and it also stops about the same point Thoughts on how to continue past that point ? Thanks, Jerry
2014 Dec 02
4
Samba embedded device?
Hi team! At work I have several small branch offices with ~5 PCs each. All PCs are member of a Samba4 domain, whose DCs are on the headquarters (linked by consumer grade VPNs) I want to ship "some small, cheap, reliable and magical device" to each branch, in order to provide just 2 things: * AD replication * File shares That't it, period. Nothing fancy. Suggestions??? What do you
2017 Jan 18
3
PI3
Hi All, I downloaded: http://mirror.centos.org/altarch/7/isos/armhfp/ for the PI3 This article says the PI3 runs X. http://news.softpedia.com/news/centos-7-linux-officially-released-for-raspberry-pi-2-banana-pi-and-cubietruck-497891.shtml When I groupinstall Gnome desktop and reboot, then run startx I get an error about no screens found. Whats the trick to get X on the PI3? Thanks, Jerry
2017 Mar 03
0
imaging a drive with dd
On Thu, Mar 2, 2017 at 8:36 PM, Robert Moskowitz <rgm at htt-consult.com> wrote: > dd if=/dev/sdb of=os.img bs=1M count=3210 > I would recommend bs=512 to keep the block sizes the same though not a huge diff just seems to be happier for some reason and add status=progress if you would like to monitor how it is doing. Seems the command you have should work otherwise.
2017 Mar 03
0
imaging a drive with dd
On 03/02/2017 10:02 PM, Fred Smith wrote: > On Thu, Mar 02, 2017 at 09:06:52PM -0500, fred roller wrote: >> On Thu, Mar 2, 2017 at 8:36 PM, Robert Moskowitz <rgm at htt-consult.com> >> wrote: >> >>> dd if=/dev/sdb of=os.img bs=1M count=3210 >>> >> I would recommend bs=512 to keep the block sizes the same though not a huge >> diff just seems
2017 Mar 03
0
imaging a drive with dd
On 03/03/2017 07:50 AM, Fred Smith wrote: > On Thu, Mar 02, 2017 at 10:57:51PM -0500, Robert Moskowitz wrote: >> >> On 03/02/2017 10:02 PM, Fred Smith wrote: >>> On Thu, Mar 02, 2017 at 09:06:52PM -0500, fred roller wrote: >>>> On Thu, Mar 2, 2017 at 8:36 PM, Robert Moskowitz <rgm at htt-consult.com> >>>> wrote: >>>>
2014 Mar 17
1
Slow RAID resync
OK todays problem. I have a HP N54L Microserver running centos 6.5. In this box I have a 3x2TB disk raid 5 array, which I am in the process of extending to a 4x2TB raid 5 array. I've added the new disk --> mdadm --add /dev/md0 /dev/sdb And grown the array --> mdadm --grow /dev/md0 --raid-devices=4 Now the problem the resync speed is v slow, it refuses to rise above 5MB, in general
2015 Feb 17
1
ps aux | grep smbd
On 2015-02-17 13:26, Rowland Penny wrote: > On 17/02/15 12:15, Marc Muehlfeld wrote: >> Hello Rowland >> >> Am 17.02.2015 um 06:14 schrieb Jed Evnull: >>> I recently compiled samba-3.2.15 for a Raspberry Pi V2 and while it >>> seems to be working fine, when I ps aux | grep smbd I'm shown two or >>> three successively numbered smbd jobs. The smbd
2014 Jan 30
1
ANNOUNCE: Lightning talk about libguestfs at FOSDEM this Sunday
https://fosdem.org/2014/schedule/event/libguestfs/ There is also a Virtualization DevRoom running over the whole FOSDEM weekend: https://fosdem.org/2014/schedule/track/virtualisation_and_iaas/ (Note that the libguestfs talk is *not* in the Virt DevRoom) I'm going to bring my CubieTruck to the Virt DevRoom. Ask me if you want to see virtualized ARM using KVM. Rich. -- Richard Jones,
2017 May 02
1
Samba active domain controller guide for Centos 7
Is there a good guide for setting up a Samba active domain controller? I am currently running ClearOS, but it does more than what I want, even that I had to modify to suit my needs. Only a few systems. Currently still XP, but I will migrate to Win7 with this move. Of course I will be doing the install on a Cubietruck armv7. thanks for any pointers.