Author Topic: Sector by sector copy of one pendrive to another ?  (Read 4326 times)

Magnum

  • Member
  • *****
  • Posts: 2399
Sector by sector copy of one pendrive to another ?
« on: October 30, 2013, 12:01:40 AM »
Is it possible to do a sector by sector copy of one pendrive to another of equal or greater capacity ?

It is FAT 32 has Puppy Linux on it.

Most other Linux distros file systems are ext 3,4, and 5 if that makes any difference.

Andy
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

Vortex

  • Member
  • *****
  • Posts: 2794
Re: Sector by sector copy of one pendrive to another ?
« Reply #1 on: October 30, 2013, 03:39:22 AM »
Hi Magnum,

You can use dd the command to do a sector by sector copy. Depending on your device names :

Code: [Select]
dd if=/dev/sda1 of=/dev/sdb1
http://en.wikipedia.org/wiki/Dd_%28Unix%29

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: Sector by sector copy of one pendrive to another ?
« Reply #2 on: October 30, 2013, 03:59:53 AM »
Andy,

You can use dd the command to do a sector by sector copy. Depending on your device names :

Code: [Select]
dd if=/dev/sda1 of=/dev/sdb1
http://en.wikipedia.org/wiki/Dd_%28Unix%29

yes, dd is very powerful. Please check the man pages, too.

Gunther
You have to know the facts before you can distort them.