Jump to content

linux live usb, dd comand, need help

salutations my fellow open source brethren, im running ubuntu and am attempting to make a kali live usb, the reasons for such aren’t important. i downloaded the iso and with the command terminal, did the following

-went to directory of the iso (in this case my downloads folder)

-and ran

sudo dd if=kali-linux-1.1.0a-amd64.iso of=/media/e bs=512k

-i received

dd: failed to open ‘/media/e’: Is a directory

i have zero idea what im doing so any help is greatly appreciated

Link to comment
Share on other sites

Link to post
Share on other sites

The 'of' variable has to be the device itself not the folder it's mounted in, i.e. /dev/sdx

where x is the appropriate drive letter e.g. sdb.

Be sure you get this right since this command deletes everything on /dev/sdx.

Also the usb drive must not be mounted. If it automounts you have to unmont it first.

Link to comment
Share on other sites

Link to post
Share on other sites

Tiderider is correct.

You can use fdisk -l or lsblk to check the device you are trying to use.

--Neil Hanlon

Operations Engineer

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×