View Single Post
Boemien's Avatar
Posts: 770 | Thanked: 558 times | Joined on Mar 2010 @ Abidjan
#70
Wow, i think that i missed something!!!

the first command i typed was

Code:
xzcat jessie.dd.xz /dev/mmcblk0
without the " > ".

now when I type

Code:
xzcat jessie.dd.xz > /dev/mmcblk0
the result is:
Code:
boemien@boemien-VPCEL23FD:~$ xzcat jessie.dd.xz > /dev/mmcblk0
bash: /dev/mmcblk0: Permission non accordée
boemien@boemien-VPCEL23FD:~$ sudo xzcat jessie.dd.xz > /dev/mmcblk0
bash: /dev/mmcblk0: Permission non accordée
boemien@boemien-VPCEL23FD:~$
same result with:

Code:
boemien@boemien-VPCEL23FD:~$ xzcat /home/boemien/Téléchargements/jessie.dd.xz > /dev/mmcblk0
bash: /dev/mmcblk0: Permission non accordée
boemien@boemien-VPCEL23FD:~$


What is the right command?

PS: Permission non accordée means Permission Denied.
__________________
If you find this post useful for you, or for another member, just hit the Thanks! button

Last edited by Boemien; 2014-06-09 at 19:26.