<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
I am trying to get cyanogenmod running on a nook color and a nook
tablet.<br>
<br>
I am following the advice to write an image file here:<br>
<br>
<a class="moz-txt-link-freetext" href="http://forum.xda-developers.com/showthread.php?t=1000957">http://forum.xda-developers.com/showthread.php?t=1000957</a><br>
<br>
I ran dd<br>
<br>
sudo dd if=~/Downloads/generic-sdcard.img
of=/dev/disk/by-uuid/20C8-AF8A<br>
[sudo] password for olaf: <br>
240975+0 records in<br>
240975+0 records out<br>
123379200 bytes (123 MB) copied, 1.71791 s, 71.8 MB/s<br>
<br>
Which appears to be successful, but now the card won't automount, if
I boot into windows it offers to format it, which returns it to its
original state. It seems that windows sees the card but doesn't
recognize the filesystem. <br>
<br>
I don't know the name of the card to mount it.<br>
I removed and re-inserted the card and then ran dmesg. The relevant
lines are:<br>
<br>
[ 433.271113] mmc0: card 1234 removed<br>
[ 438.211010] mmc0: new SDHC card at address 1234<br>
[ 438.211256] mmcblk0: mmc0:1234 SA08G 7.28 GiB <br>
[ 438.212844] mmcblk0: p1<br>
<br>
there is no mmc0 in /dev but there is:<br>
<meta http-equiv="CONTENT-TYPE" content="text/html;
charset=ISO-8859-1">
<p style="margin-bottom: 0in">
<meta http-equiv="CONTENT-TYPE" content="text/html;
charset=ISO-8859-1">
</p>
<p style="margin-bottom: 0in">
<title></title>
<meta name="GENERATOR" content="LibreOffice 3.4 (Linux)">
<style type="text/css">
        <!--
                @page { margin: 0.79in }
                P { margin-bottom: 0.08in }
        -->
        </style>
<p style="margin-bottom: 0in">mmcblk0p1</p>
mmcblk0<br>
</p>
<p style="margin-bottom: 0in">attempting to mount:</p>
<p style="margin-bottom: 0in">olaf-Aspire-5750Z mnt # <br>
mount /dev/mmcblk0 /mnt/testflashcard </p>
<p style="margin-bottom: 0in"> mount: you must specify the
filesystem type</p>
<p style="margin-bottom: 0in">olaf-Aspire-5750Z mnt # <br>
mount /dev/mmcblk0 /mnt/testflashcard -t ext3</p>
<p style="margin-bottom: 0in"> mount: wrong fs type, bad option,
bad superblock on /dev/mmcblk0,<br>
missing codepage or helper program, or other error<br>
In some cases useful info is found in syslog - try<br>
dmesg | tail or so<br>
<br>
</p>
<title></title>
<meta name="GENERATOR" content="LibreOffice 3.4 (Linux)">
<style type="text/css">
        <!--
                @page { margin: 0.79in }
                P { margin-bottom: 0.08in }
        -->
        </style><br>
<br>
Questions:<br>
Does the fact that the card won't mount after running dd mean that
the image file isn't working?<br>
Is my syntax correct?<br>
Why doesn't automount work after? It is the same device that was
automounted in the past- did the img change it somehow?<br>
What am I missing when I try to manually mount it? is mmcblk0 a
valid device?<br>
Has anyone had much experience with cyanogenmod? Is there an easy
way to dual boot instead of re-writing the nook?<br>
<br>
Would I be better off paying - <br>
<a class="moz-txt-link-freetext" href="http://n2acards.com/">http://n2acards.com/</a><br>
??<br>
</body>
</html>