Skip to content

Commit

Permalink
Subject: dd command usage
Browse files Browse the repository at this point in the history
Description:
  • Loading branch information
psachin committed Apr 3, 2013
1 parent 2bbdb24 commit 568d6f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cheat_sheet.org.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ mount /dev/device_name /media/device_name
umount /media/device_name

# Forensically clone filesystems and do other low-level operations on files. Be careful with this one. Can be destructive:
dd
dd if=/dev/sdX of=<your_image_name.img> bs=<block_size>

where X(in sdX) can be a,b,c,...

# Work with disk partitions:
parted
Expand Down

0 comments on commit 568d6f8

Please sign in to comment.