4

I am very new to the Rasperry Pi and I am installing Raspbian in Headless manner.

I have the following question. I have to write the Raspbian image on my SD card using the dd Linux command.

The question is: what file system does my SD card have to be before I can write Raspbian to it with dd? Currently my SD card is formatted in FAT32 but I think that this is not good.

What is the standard file system? Is it ext3?

And what can I do to format it in the right file system using Linux?

RPiAwesomeness
  • 3,021
  • 4
  • 31
  • 52
AndreaNobili
  • 339
  • 2
  • 7
  • 16

1 Answers1

7

dd command, when used correctly, OVERWRITES all partition information along with the partition formats and everything else you might put on SD card. therefore, it does not matter, how SD card was formatted because it's going to be overwritten anyway.

lenik
  • 11,533
  • 2
  • 32
  • 37