News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Sector by sector copy of one pendrive to another ?

Started by Magnum, October 30, 2013, 12:01:40 AM

Previous topic - Next topic

Magnum

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

Hi Magnum,

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

dd if=/dev/sda1 of=/dev/sdb1

http://en.wikipedia.org/wiki/Dd_%28Unix%29

Gunther

Andy,

Quote from: Vortex on October 30, 2013, 03:39:22 AM
You can use dd the command to do a sector by sector copy. Depending on your device names :

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.