kautsu / 400plus

Automatically exported from code.google.com/p/400plus
0 stars 0 forks source link

The 4G disk format is not OK after echo #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
uname -r
3.4.0-rc2+
mount
/dev/sdc1 on /media/DC type vfat 
(rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf
8=1,showexec,flush)
umount /dev/sdc1
dev=/dev/sdc1

echo $dev
/dev/sdc1

echo EOS_DEVELOP | dd of="$dev" bs=1 seek=43 count=11
echo BOOTDISK | dd of="$dev" bs=1 seek=64 count=8

mount /dev/sdc1 /home/teawater/mnt/
mount: you must specify the filesystem type

Original issue reported on code.google.com by teawa...@gmail.com on 16 Apr 2012 at 12:52

GoogleCodeExporter commented 9 years ago
You followed the instructions for a FAT12 / FAT16 partition, but I guess a 4GB 
card should be formated as a FAT32. Please, follow the instructions for FAT32; 
if it works, I'll fix the documentation:

echo EOS_DEVELOP | dd of="$dev" bs=1 seek=71 count=11
echo BOOTDISK | dd of="$dev" bs=1 seek=92 count=8

Original comment by eduardo....@gmail.com on 16 Apr 2012 at 5:16

GoogleCodeExporter commented 9 years ago
Oops, I forget about this part.  Thanks for your reply.

And thanks for your work, it really help me a lot.  :)

Best,
Hui

Original comment by teawa...@gmail.com on 16 Apr 2012 at 4:04

GoogleCodeExporter commented 9 years ago

Original comment by fired...@gmail.com on 16 Apr 2012 at 7:00