Karl Larsen wrote: > Now click on the image for the stick and unmount it. Now in a > terminal type: > > $ sudo mkfs.ext3 /media/Stickname > > This should put a good ext3 file system on your SD. No, this is not what you think it is. /media/Stickname is a directory, but what you meant is a device name, i.e. /dev/something. Nils