now i have another problem, with my sd card.
the fact is that i didn't formatted or partitioned it right.read the manual!!
it says with
#fdisk /dev/mmcda
Device contains neither a valid DOS partition table,nor Sun...
Building a new DOS disklabel.changes will remain in memory only,until you decide to write them
Warning:invalid flag 0X000 pf partition table will be corrected by w(rite)
pressed "w" and if i reboot and it hangs.probably because the partitioning isn't ok.
instead of rebooting i tried to make fat 16 fs after ioctl() reread the partition table
mkfs.msdos /dev/mmcda1
but it gives:
mkfs.msdos 2.8 (28 Feb 2001)
mkfs.msdos:Attempting to create a too large file system
(of course also ext.2 formatting gave no other response than this:
Device size reported to be zero.invalid partition specified,or partition table wasn't reread
after runnning...i have to reboot)
(also vfat formatting:Attempting to create a too large file system)
after ioctl i tried also
umount /dev/mmcda1
fdisk /dev/mmcda
but both give "unable to read /dev/mmcda" so i can't figure out how to make things work
so i figured why the hell do you want to write something you can't use, so instead of typing
w(rite) ,i chose d(elete) and there it says "bus error"
has anyone have suggestions for avoiding the shop?