Forum Discussion
Altera_Forum
Honored Contributor
13 years agofsck 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
Honored Contributor
SOLUTION:
I fixed this by adding a "sleep 1" to my rc file so that the scsi and ata had time to probe.