Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

fsck too early - mmu vs. nonmmu boot sequence

Thanks in advance.

In the old non-mmu versions I used the "rc" file to do an fsck and then mount the compact flash drive.

NOW - the scsi and ata have not probed the device in time so - /dev/sda1 IS NOT READY to be checked or mounted.

How do I change the sequencing or where do I 'schedule' the fsck and mount?

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    SOLUTION:

    I fixed this by adding a "sleep 1" to my rc file so that the scsi and ata had time to probe.