Article 59JG4 using dd to archive a partition?

using dd to archive a partition?

by
JASlinux
from LinuxQuestions.org on (#59JG4)
root# dd if=/dev/sdb1 of=/dev/sdb3/archive.img
dd: failed to open /dev/sdb3/archive.img': Not a directory

The partitions are mounted, but the file system doesn't open from the /dev folder so I tried:

root# dd if=/mnt/sdb1 of=/mnt/sdb3/archive.img
dd: error reading /mnt/sdb1': Is a directory
0+0 records in
0+0 records out
0 bytes (0 B) copied, 0.00130324 s, 0.0 kB/s
root#latest?d=yIl2AUoC8zA latest?i=wqPlcmTYSf4:NR-BPAZ6Q6k:F7zBnMy latest?i=wqPlcmTYSf4:NR-BPAZ6Q6k:V_sGLiP latest?d=qj6IDK7rITs latest?i=wqPlcmTYSf4:NR-BPAZ6Q6k:gIN9vFwwqPlcmTYSf4
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments