View Single Post
Old 10-24-2011, 10:59 AM   #15
lyman666
Junior Member
lyman666 began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Oct 2011
Device: kindle DXG
thx, I got the kindle dxg device id by using ubuntu console, which is /dev/sdc1. but as I excute the command line which likes
dd if=./rootfs.img of=/dev/sdc1 bs=1024
the console gives me the feedback that I have no permission to operate /dev/sdc1, what does it mean, should I input the password of the device, and how?

And stranger_st said this approach needs no password.



Quote:
Originally Posted by kogi View Post
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?
lyman666 is offline   Reply With Quote