Step-by-step CF/SD fdisk/formatting for newbies
From OESF
dvd recorder 5 1 pasta macchina ravioli fiere elettronica athlon 64 pc 3700 cavo s video tv-out ufficio treviglio bottiglie olio narodne foto arcuri pagine bianche belluno norberto bobbio primi denunciati www cupa it che si giochi in due nike triax kyocera bp-780s mort occhiali dolce gabbana uomo un angelo non e video dimensioni lavastoviglia seggiolino per auto chicco d-link wireless adsl print rasoio elettrico braun heidelberg cdj 800 tv color lcd 30 maxtor atlas 80 pin lussino posti di lavoro per i disabili proietti gamepad xbox www notmail com naziona cantanti you can incontro lourdes cdv fumo sigaretta tumore polmone km0 mercedes c 200 diesel auto km 0 sigle sailor moon tomtom nokia serie 60 onionbooty com evita exe discoteca o surdato nnammurato gestione centrali cogenerazione exell jvc kd - avx1 calcionapoli scarpe da running vigorsol matrox parhelia pci decorazione vetro sabbiatura java virtual machine download doppia trappola ufficio buccinasco ludacris stand up thermaltake liquid consumado www dy it schede video gigabyte televisori 42 al plasma delta airlines ipoh proiettore cinema coppia elegante super campeones incesti storie tessennano medeni mesec schede 3d susie dent justin timberlake like i love you trentino alto adge goal famosi pronto c e paola indirizzi messina brancati, vitaliano incontri gratis piemonte lo sguardo del non amato libri nardi day by day feste di laurea la ragazza dal lecca lecca amd athlon xp socket a guadalajara (messico) samsung dvi 19 pachito figure colorate beardo cartelle archivio accessori tomtom go 300 forni rex incasso roma signora delle genti penne schede ati x850 ragazzo passivo pippo inzaghi energia solar terror at london bridge www motocross freestyle it centri urbani syncmaster 19 macchine caffe saeco vienna hotel leonardo da vinci yamaha ns1000 accessorio server a case of a crab volkswagen golf gti affittacamere lucca ety www candystand com sony np tardo autunno la storia di ian curtis e dei joy futura global express i move milan mp3 la balance danny elfman lirresistibile camping villaggio hercules xps 510 bruxelles expo alberghi e hotel scatole pizza if i ai n t got you moto browniano roma bordeaux biglietti aerei celeron fsb 400mhz then comes the sun mainland o pomona love spit love prodotti lavazza software palmare palm os corsi di grafica pubblicitaria dvd ally mc beal james legros aches nuova fiat 500 ufficio attrezzati inps gubbio logitech 980369 gaucho sito internet lodi artiglio it uomini e uniforme nero plug in italiano 6 3 0 3 volkswagen golf 1 9 tdi cristallo boemia hard disk esterno 200 gb usb 2 0 biografia de antonio rios petula clark. this is my song - the ultimate portrait of petula clark neli furtado forca ht dalia w lkkk lavoro treviglio telecamera mini wireless colore audio federconsumatori blood job the 80s dvd jukebox giochi di palle elenco telefonico di bolzano la moglie del soldato film dvd racconti di incesto silvia vada agenzia tagliavia gps garmin iii plus flistones giochi tim televisione 42 czech cristina follando palmari software carica batterie per stilo aa sin baderas tute calcio macchine truccate passat variant 2 5 tdi dickens photos dieta di brad pitt ricetta lasagna emulatore super nintendo giuseppe martoni lancome o sesso con animali gratis televisori 32 pollici lcd sony modem adsl2 ethernet lampade di carta pesta nickman birdhunter regali per casa traduzione last thing on my mind julieta venegas andar conmigo mp3 spears prerogative project pitchfork. live 2003 hands bluetooth trust totti video accessori audi foto di alex band hetai puzzle fieta pagana la voglia ==Step by step instructions for formatting CF/SD/MMC cards==
To format a CF card as FAT16 (for flashing)
Note that those with Sharp ROMs will probably need to download fdisk from killefiz (try here http://www.killefiz.de/zaurus/showdetail.php?app=205). Those running OZ 3.2 may find that fdisk crashes out with a bus error, in this case, remove the current version and install the one from the unstable feed.
Then, running as root (for those with one of the new Sharp ROMs) do the following in a terminal:
- umount /media/cf
- fdisk /dev/hda (it will ask you for a command)
- d (this will delete a partition)
- 1 (this will delete partition #1)
- n (this will create a new partition)
- p (this will create it as a Primary partition)
- 1 (Choses partition 1)
- Enter (to take default start cylinder)
- Enter (to take default end cylinder)
- v (this will verify that the partition has been created)
- t (to change partition type)
- 1 (to select partition 1)
- 6 (to select FAT-16)
- w (this will save the table and exit the fdisk program)
Then from the terminal:
- mkfs.msdos /dev/hda1 (this will format the partition with the FAT-16 file system)
- mount /dev/hda1 /mnt/cf (this should mount the CF card, and show the CF card symbol on the icon tray at the bottom of the display).
To format an SD/MMC card as ext2
- umount /media/card
- fdisk /dev/mmcda (it will ask you for a command)
- d (this will delete a partition - note that some SD disks may not have a partition to begin with, in this case skip straight to pressing 'n' to create a new one)
- 1 (this will delete partition #1)
- n (this will create a new partition)
- p (this will create it as a Primary partition)
- 1 (Choses partition 1)
- Enter (to take default start cylinder)
- Enter (to take default end cylinder)
- v (this will verify that the partition has been created)
- t (to change partition type)
- 1 (to select partition 1)
- 83 (to select ext2)
- w (this will save the table and exit the fdisk program)
Then from the terminal:
- mkfs.ext2 /dev/mmcda1 (this will format the partition with the ext2 file system)
- mount /dev/mmcda1 /mnt/card
It should be fairly self-evident that to format a CF card as ext2 (or an SD card as FAT 16) swap the 83 and 6 in the appropriate places above.

