Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Cloning SSDs using DD is very slow

  1. #1
    Join Date
    Nov 2005
    Location
    N. Ireland
    Beans
    209
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Question Cloning SSDs using DD is very slow

    Hi All

    I am clonning a backup of my SSD to an identical drive. Im using DD running from a live ubuntu install on a USB drive. Both SSDs are OCZ Vertex 2 (285MB/s read - 275MB/s write) Both are connected via SATA however DD is reporting 16.5MB/s any ideas?

    Many Thanks
    1. A computer is a machine for rearranging bits
    2. The Internet is a machine for moving bits from one place to another very cheaply and quickly

  2. #2
    Join Date
    May 2013
    Beans
    26

    Re: Cloning SSDs using DD is very slow

    CloneZilla! Do it

  3. #3
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Cloning SSDs using DD is very slow

    As I use clonezilla too, so Im no expert, but did find this.

    http://ubuntuforums.org/showthread.php?t=2050603

  4. #4
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Cloning SSDs using DD is very slow

    Hi

    What's the exact dd command you are using ?

    Kind regards
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  5. #5
    Join Date
    Jul 2005
    Beans
    2,047

    Re: Cloning SSDs using DD is very slow

    ~
    Last edited by ahallubuntu; June 24th, 2013 at 04:09 AM.

  6. #6
    Join Date
    Nov 2005
    Location
    N. Ireland
    Beans
    209
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Cloning SSDs using DD is very slow

    Ive tried clonezilla with little speed gains over DD.

    As an extra piece of info, the source disk is full disk encrypted and the second disk is loaded into the optical bay using a sata HDD adapter (Linky)

    Ive tried experimenting with the bs argument on DD it starts quickly initially then drops to ~16MB/s, the full command is something like

    Code:
    dd if=/dev/sda of=/dev/sdc bs=1m
    To test I mounted a network share and DD wrote to that across the network at a consistant 80MB/s (share is running on a normal 2TB HDD). Reading back from the share to the second disk dropped to 16MB/s so it seems that the issue lies with the writing of the second drive. Would the optical drive have a lower bandwidth? surely sata is standard.

    Perhaps one of these is the way to go, especially for weekly backups.

    http://www.amazon.co.uk/Icy-Box-IB-1.../dp/B006CS1VN4
    1. A computer is a machine for rearranging bits
    2. The Internet is a machine for moving bits from one place to another very cheaply and quickly

  7. #7
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Cloning SSDs using DD is very slow

    Hi

    To test I mounted a network share and DD wrote to that across the network at a consistant 80MB/s (share is running on a normal 2TB HDD). Reading back from the share to the second disk dropped to 16MB/s so it seems that the issue lies with the writing of the second drive. Would the optical drive have a lower bandwidth? surely sata is standard.
    That is quite telling; the write speed to the optical caddy.

    Have you ran any speed and timing tests to the optical caddy using hdparm ?

    I forget the exact syntax but it's something like this...

    Code:
    sudo hdparm -tT /dev/sdX
    ...where sdX is the caddied drive.

    This will give you read speeds.

    Write speed are usually found using dd though and that is where you have the problem.

    I would suggest taking the drive out the caddy and run some speed test on it and see what you get. It'll implicate/eliminate the caddy.

    Kind regards
    Last edited by matt_symes; May 5th, 2013 at 12:06 AM.
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  8. #8
    Join Date
    Nov 2005
    Location
    N. Ireland
    Beans
    209
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Cloning SSDs using DD is very slow

    Sorry for the delay in posting back, I've just got around to doing some comparisons.

    I have 4 SSDs in total,


    2 X OCZ Vertex 2
    2 X Kingston Tech - SSD Now V Series


    the OCZ sits in the HDD bay and the Kingston in the optical bay.

    The drives are soley used for backups and I am only able to test write speeds on 1 of each as it will destroy the data.

    I tested each drive in each module bay and the results are pretty consistant.


    Code:
    -----------------------------------------------------
    OCZ Vertex
    -----------------------------------------------------
    HARDDRIVE BAY
    -----------------------------------------------------
    READ
    /dev/sda:
     Timing cached reads:   11748 MB in  2.00 seconds = 5878.46 MB/sec
     Timing buffered disk reads: 506 MB in  3.01 seconds = 168.13 MB/sec
    WRITE
    dd count=1k bs=1M if=/dev/zero of=/dev/sdc
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 4.09531 s, 262 MB/s
    -----------------------------------------------------
    OPTICAL BAY
    -----------------------------------------------------
    READ
    /dev/sda:
     Timing cached reads:   14752 MB in  2.00 seconds = 7383.34 MB/sec
     Timing buffered disk reads: 512 MB in  3.01 seconds = 170.09 MB/sec
    WRITE
    dd count=1k bs=1M if=/dev/zero of=/dev/sdc
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 4.19666 s, 256 MB/s
    
    -----------------------------------------------------
    =====================================================
    Kingston Technology - SSDNow V-Series
    -----------------------------------------------------
    HARDDRIVE BAY
    -----------------------------------------------------
    READ
    /dev/sda:
     Timing cached reads:   14806 MB in  2.00 seconds = 7410.71 MB/sec
     Timing buffered disk reads: 708 MB in  3.00 seconds = 235.79 MB/sec
    WRITE
    dd count=1k bs=1M if=/dev/zero of=/dev/sda
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 5.88576 s, 182 MB/s
    -----------------------------------------------------
    OPTICAL BAY
    -----------------------------------------------------
    READ
    /dev/sdc:
     Timing cached reads:   14064 MB in  2.00 seconds = 7038.79 MB/sec
     Timing buffered disk reads: 708 MB in  3.00 seconds = 235.96 MB/sec
    WRITE
    dd count=1k bs=1M if=/dev/zero of=/dev/sdc
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 5.59555 s, 192 MB/s
    -----------------------------------------------------
    I just cloned the Kingstons with no issues:

    Code:
     dd  bs=1M if=/dev/sdc of=/dev/sdd
    64023257088 bytes (64 GB) copied, 327.13 s, 196 MB/s
    The OCZ is another matter:

    Code:
    dd  bs=1M if=/dev/sdc of=/dev/sdd
    246+0 records in
    246+0 records out
    257949696 bytes (258 MB) copied, 3.45116 s, 74.7 MB/s
    585+0 records in
    585+0 records out
    613416960 bytes (613 MB) copied, 13.5509 s, 45.3 MB/s
    901+0 records in
    901+0 records out
    944766976 bytes (945 MB) copied, 23.5395 s, 40.1 MB/s
    1175+0 records in
    1175+0 records out
    1232076800 bytes (1.2 GB) copied, 33.5549 s, 36.7 MB/s
    ^C1188+0 records in
    1188+0 records out
    1245708288 bytes (1.2 GB) copied, 35.348 s, 35.2 MB/s
    On plugging both drives in and comparing dmesg one drive has the following error:
    Code:
    [ 2818.023196] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2818.247166] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
    [ 2818.257910] ata1.00: ATA-8: OCZ-VERTEX2, 1.35, max UDMA/133
    [ 2818.257922] ata1.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    [ 2818.320239] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
    [ 2818.331050] ata1.00: configured for UDMA/133
    Last edited by ninocass; May 7th, 2013 at 12:18 PM.
    1. A computer is a machine for rearranging bits
    2. The Internet is a machine for moving bits from one place to another very cheaply and quickly

  9. #9
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Cloning SSDs using DD is very slow

    Hi

    Try adding this to your kernel command line.

    Code:
    libata.noacpi=1
    After grepping the kernel source, i could not see it actually being used anywhere in kernel 3.8.

    Code:
    matthew-S206:/home/matthew/storage/linux_source/linux-3.8/drivers/ata % grep -r "libata_noacpi" ../../*
    ../../drivers/ata/libata-core.c:int libata_noacpi = 0;
    ../../drivers/ata/libata-core.c:module_param_named(noacpi, libata_noacpi, int, 0444);
    ../../drivers/ata/libata.h:extern int libata_noacpi;
    Binary file ../../drivers/ata/libata.ko matches
    Binary file ../../drivers/ata/libata.o matches
    Binary file ../../drivers/ata/libata-core.o matches
    matthew-S206:/home/matthew/storage/linux_source/linux-3.8/drivers/ata %
    This is the vanilla kernel source with the liquorix patch through and it's still listed in kernel-parameters.txt so it maybe worth a try.

    It'll be interesting to see if it has any effect and if it affects the other drives.

    Kind regards
    Last edited by matt_symes; May 7th, 2013 at 07:58 PM.
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  10. #10
    Join Date
    Nov 2005
    Location
    N. Ireland
    Beans
    209
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Cloning SSDs using DD is very slow

    Adding
    Code:
    libata.noacpi=1
    worked a treat!

    The average clone speed was around 100MB/s!!

    Thank you for the help
    1. A computer is a machine for rearranging bits
    2. The Internet is a machine for moving bits from one place to another very cheaply and quickly

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •