|
2008-03-18
, 20:15
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#2
|
|
2008-03-19
, 16:37
|
Posts: 9 |
Thanked: 0 times |
Joined on Mar 2008
|
#3
|
|
2008-03-20
, 15:40
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#5
|
Now my question is, why does /etc/fstab have the line:
/dev/mmcblk0p1 /media/mmc1 vfat rw,noauto,nodev,noexec,nosuid,utf8,uid-29999 0 0
Should I remove it?
|
2008-03-21
, 07:20
|
Posts: 9 |
Thanked: 0 times |
Joined on Mar 2008
|
#6
|
[URL="http://maemo.org/community/wiki/installssh2006/"]http://maemo.org/community/wiki/installssh2006/[/URL]
|
2008-03-21
, 07:23
|
Posts: 9 |
Thanked: 0 times |
Joined on Mar 2008
|
#7
|
|
2008-03-21
, 07:48
|
Posts: 9 |
Thanked: 0 times |
Joined on Mar 2008
|
#8
|
Not sure. I have it too on my N810. Looks like bug. This line is valid for 770 but makes no sense on N8x0. Maybe they forgot to remove it because it does not hurt. In theory removing it should not break anything.
Card mounting and unmounting is done automagically by /usr/sbin/osso-mmc-[u]mount.sh scripts. These are possibly called from ke-recv or hal stuff in /usr/lib/hal/ when kernel detects opening/closing card doors or inserting/removing usb cable. Not sure how this stuff (ke-recv, hald, /usr/lib/hal/* ) works exactly.
I'm a N800 newbie and have been having some trouble with MMC
cards in my N800. I've been trying to get two 8G A-data SDHC
to work without any luck. I haven't been able to write anything to
them, nor have I been able to format them.
In an attempt to start simpler, I removed those cards out and put in
a 2G card (from Transcend) in the internal slot.
I also re-flashed the latest 2008 release.
Things seemed to go pretty well - I've installed maemo-mapper
and begun loading maps to a directory under /media/mmc1.
I wanted to see how much space the maps were tacking so I
ssh-ed into the N800 and did a 'df' and a 'mount'
Both of those say that the card is mounted on /media/mmc2 and
that nothing is mounted on /media/mmc1. Weird.
When I look at the mmc2 directory, it is empty - but /media/mmc1 is
still showing the mapper directory. (And the m-mapper file under
mmc1 is still growing as mapper writes into its cache.)
If I look at /etc/fstab, it lists the /dev/mmcblk0p1 as mounting at
/media/mmc1.
So, I'm confused as to why the 'df' and 'mount' commands are
showing what I think is the wrong directory.
Could this be behind my problems with trying to start with the 2 new
cards? (Perhaps the system was getting mixed up concerning
which card was mounted where.)
Can someone clear things up for me? (Or post a pointer to a thread
that covers this. My searching uncovered lots on mounting, but not
anything on this.)
Regards,
Ed