OESF Portables Forum

General Forums => General Discussion => Topic started by: gbrocks on July 01, 2005, 03:34:59 am

Title: How Do You Format Cf Cards?
Post by: gbrocks on July 01, 2005, 03:34:59 am
I have an old 192 MB Simple Technologies CF card that I used in a Psion for years. The Psion died. I bought a Zaurus. Meanwhile the card had corruption problems towards the end of its use in the Psion. How can I format the card on the Zaurus?
Title: How Do You Format Cf Cards?
Post by: lardman on July 01, 2005, 06:28:26 am
https://www.oesf.org/index.php?title=Step-b...ing_for_newbies (https://www.oesf.org/index.php?title=Step-by-step_CF/SD_fdisk/formatting_for_newbies)


Si
Title: How Do You Format Cf Cards?
Post by: gbrocks on July 01, 2005, 12:18:14 pm
Quote
https://www.oesf.org/index.php?title=Step-b...ing_for_newbies (https://www.oesf.org/index.php?title=Step-by-step_CF/SD_fdisk/formatting_for_newbies)


Si
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86607\"][{POST_SNAPBACK}][/a][/div]

Thanks for the help. However, I'm having a problem:
I installed fdisk.
I inserted the CF card that I want to format, and I can see the CF card & its contents when I press the "Home" key on the Zaurus.
I launched the Terminal application.
I entered "su root" to change to root.
I entered "id" to verify the change to root.
I typed the first line of the directions from the URL you provided: "umount /dev/hda1"
I get the following message: "not found"


What should I do?
Title: How Do You Format Cf Cards?
Post by: jfv on July 01, 2005, 02:43:30 pm
type at the terminal prompt:
more /etc/fstab
and tell us what it returns


Felipe
Title: How Do You Format Cf Cards?
Post by: gbrocks on July 01, 2005, 08:14:51 pm
Quote
type at the terminal prompt:
more /etc/fstab
and tell us what it returns


Felipe
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86662\"][{POST_SNAPBACK}][/a][/div]

It returns: "No such file or directory"
Title: How Do You Format Cf Cards?
Post by: jfv on July 01, 2005, 10:51:41 pm
Quote
Quote
type at the terminal prompt:
more /etc/fstab
and tell us what it returns


Felipe
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86662\"][{POST_SNAPBACK}][/a][/div]

It returns: "No such file or directory"
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86683\"][{POST_SNAPBACK}][/a][/div]

This is very wierd. What Zaurus and what ROM do you have?

Felipe
Title: How Do You Format Cf Cards?
Post by: bluedevils on July 02, 2005, 01:18:43 am
or you could type
Code: [Select]
df -k to list all current mounts regardless of rom or Zaurus.  I'm wondering if you mean that the command umount cannot be found or does it say that /dev/hda1 is not found?  You should also be able to
Code: [Select]
umount /mnt/cf
Title: How Do You Format Cf Cards?
Post by: gbrocks on July 05, 2005, 03:13:30 am
Quote
Quote
Quote
type at the terminal prompt:
more /etc/fstab
and tell us what it returns


Felipe
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86662\"][{POST_SNAPBACK}][/a][/div]

It returns: "No such file or directory"
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86683\"][{POST_SNAPBACK}][/a][/div]

This is very wierd. What Zaurus and what ROM do you have?

Felipe
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86688\"][{POST_SNAPBACK}][/a][/div]

Zaurus SL-C860.
ROM: 1.40 JP
Title: How Do You Format Cf Cards?
Post by: jfv on July 05, 2005, 10:16:05 am
You have the same model and ROM as I do. In my Zaurus, "more /etc/fstab" list the drives that can be automounted as in any standard linux. Try the "df -k" as suggested by bluedevils, but my guess is that somehow you've unmounted your home directory.

Felipe