Altera_Forum
Honored Contributor
19 years agoProblem mounting ext3 Compact Flash
Hello,
I downloaded the linux tools from the WIKI website. I have followed the instructions listed in UClinuxDist, and CompactFlash. I added EXT2 and EXT3 support. The kernel & filesystem works fine with FAT and ext2 disks. But when I try to mount a Compact Flash (1GB) disk formatted with ext3, I get several errors and the system does not see the correct disk size. The disk was formatted on a Linux machine running Fedora Core 3. The e2fsprogs is version 1.35. I used the mkfs.ext3 /dev/hda1 to format the disk. The relevant boot-up messages: ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx CF: ctl=11 hda: , ATA DISK drive ide0 at 0x80800000-0x80800007,0x80800038 on irq 7 hda: max request size: 512KiB hda: status timeout: status=0xd0 { Busy } ide: failed opcode was: 0x27 hda: drive not ready for command hda: 4294967295 sectors (2199023 MB) w/32767KiB Cache, CHS=65535/255/63 hda: status timeout: status=0xd0 { Busy } ide: failed opcode was: 0xef hda: drive not ready for command hda: cache flushes supported hda: status timeout: status=0xd0 { Busy } There are some other messages printed afterwards. I'm sure I did not something right in the kernel config, I hope somebody can help.