Step-by-step CF/SD fdisk/formatting for newbies
From OESF
billy cook derki ibis hotel ati radeon 9600pro tecra 8100 el che guevara curvatura del pene dibos sergio rossi hdv 1080 sergio muniz isola dei famosi shift thefuture filme rita cadilac fotos rebecca la prima moglie libri fotocamera amstrad kala 300 philips il gazzettino venezia wo fonsagrada frigorifero a 2 motori whirlpool classe aziende agricole pisa www gazete ro sara79 cappe incasso archos 420 nightmare dal profondo della notte jety sport panasonic pt 700 melbourne cicciolina la gata brasilera acer ax 120 tv www sesso gratis est europa it www porcozio com nguyen hong nhung nude panasonic cordless gap villaggi turistici sul mare a3 dsg gambar impregilo sony dvd 92e benq 7000 film gratis senza scaricare mambo n 1 sound blaster x-fi fatal1ty fps manuale sergente vn 960 tom tom 500 go frasi scritte per auguri stalker hyundai coupe 2000 asus k8n-e deluxe didone www melgibson com orice mi ar fi zis mp3 concerto di capodanno 2003 marco ponti emerson, lake and palmer. beyond the beginning hd dv 8000 x600 pro fruko athlon 64 dual core son fuori dal tunnel km0 fiat panda gpl auto km 0 sangue ribelle marron 5 she will be loved philips cordless dect 211 tanga party asus a716 palmare local hero banaphool jesy jet com giorni di neve organizzazione eventi masnadiere si la vieras bailar www rete4 com hotel palace milano auto kalos immagini topolino paperino the classroom pioneer dv-585a immagini di cartoni sexy mc 128 nexstar milano lg lx em330 casio exilim ex- z750 vacanze a gardaland il demone sotto la pelle dark water a febbraio gungrave ps2 gemelli diversi mary video de roxana dias y jorge reyes kd cento spa auto tata burberrys brit www compagni di scuola vasi e fioriere in metallo rovesciato frigoriferi budspencer terence hill mp3 viaggio al settimo pianeta karmageddon omega constellation nicolae guta de ce ma minti donne colombiane lg computer al lupo al lupo usb tv terapatrick imiskoumbria newari scienza costruzioni appunti filastrocche per bambini safri duo all the people in the world nokia filmati b w as 1 last cristmas supporto tv silver immagini da energy airforce aim strike lamico traditore palmare fujitsu siemens sblocco carta sim muvo n200 256mb jimmy summerville swet tour 2004 raf il marito in vacanza incuriositi pagina pono genova - roma www braid pitt it donkey kong racing klaus kinski pesce di novembre twin peaks - fuoco cammina con me nuova toyota rav-4 diesel auto nuove jarrett koln www pisellostupendo it savoca viaggi acquisto giocattolo lg c1100 cellulare film in rete home kit wireless mutu pornostar denon 1706 video show midland gxt-400 canon 350 digitale concessionaria rolex beheading of nick berg video calco- drive in movies serven agriturismo matera packard bell store play temi svolti pena morte micia pentium prescot ati radeon 9600 agp sito forli the stone roses. the dvd albergo friuli sexo hotmail com langolo rosso la ciat via del conservatorio dat 40 external tape drive hp ogrish prostituzione catania john waters fotos de gallos wacom graphire xl a5 apple ipod multimediale vivavoce bluetooth veicolare en el4 san benedetto del tronto upgrade office jipijapa distorsore boss chitarra universal player tiziano ferro motore entrobordo mature troia sylver sarica associate spa rassa despertine mercedes c 220 cdi esprit dago mclintock o zone number 1 newport hotel www atlantic group net let love rule lenny kravitz grassone emily alexander gioco tavolo online casse indian line incontri friuli albatron geforce inserisci prodotto testo della canzone cuore bandito ==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.

