LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to use dd? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-use-dd-927573/)

cristi92b 02-04-2012 08:54 AM

How to use dd?
 
I'm trying to make a bootable USB drive with "ArchBang i686 2011.11" from .iso file.

I did:

dd if=archbang-2011.11-i686.iso of=/dev/sdb1 bs=8M

It works, but the drive became read-only.

Is there any way to make it bootable, FAT32 with read write permissions and all 8GB avaiable?

ukiuki 02-04-2012 09:03 AM

Here some nice links !

http://www.oreillynet.com/linux/cmd/cmd.csp?path=d/dd
http://linux.die.net/man/1/dd
http://linux.die.net/Linux-CLI/duplicating-disks.html

Regards

druuna 02-04-2012 09:11 AM

Hi,
Quote:

Originally Posted by cristi92b (Post 4593644)
Is there any way to make it bootable, FAT32 with read write permissions and all 8GB avaiable?

The iso itself dictates all of these (bootable usb: must also be available in your BIOS). If the iso is 6 Gb and holds an ext4 filesystem your end-result will be 6Gb and will have an ext4 filesystem.

The previous reply points you to some dd related sites, but there's a very good mega thread about dd right here on LQ: Learn the DD command.

Hope this helps.

cristi92b 02-04-2012 09:23 AM

Thank you!

yooy 02-04-2012 09:43 AM

take a look at unetbooting, it may have what you need


All times are GMT -5. The time now is 04:06 AM.