[email protected] wrote: > Hi, > > I just installed Debian to be able to use some packages from the repos, and I > need help to get it to behave. > > It's installed on SD card with multiple partitions, but how to mount the > other partitions? I couldn't find the relevant device files in /dev,
Files in /dev can be made as needed. Maybe your "udev" doesn't. Try "cat /proc/partitions" to see what ought to exist. These are the partitions the kernel has noticed, whether or not they actually appear in /dev. You probably want a better solution, but missing /dev files can be created with "mknod". Helge Hafting _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

