View Single Post
Old 10-24-2011, 03:19 AM   #14
kogi
Member
kogi began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Oct 2011
Device: Paperwhite 2
You can place it anywhere you like, If it is in your current directory, then the command to write is
Code:
dd if=./rootfs.img of=/dev/sdd1 bs=1024
If it is in the directory /home/user
then
Code:
dd if=/home/user/rootfs.img of=/dev/sdd1 bs=1024
Clear as mud?
kogi is offline   Reply With Quote