Hello!
1) I've got Windows 2000 on my computer and I would like to browse it's partition, but I don't know how. I know that I must mount it first, but in /dev/ I've got lots of hda*, and I don't know which one is my win partition.
2) During the installation, I included lots of packages that I now realise I don't need. I would like to shorten the boot time, and to remove the demons and programs that start, and I don't need them. How do I do that? Are there any HOW-TO's or docs about deamons?
3) This is a programming quesiton, but I'll post it here, hope you forgive
When I compile my programs, and I include, say, math.h, I must compile it with -lmath, or if i compile programs with ncurses.h, I must do it with -lncurses. But way don't I need to do the same with stdio.h or stdlib.h ?
Thanks in advance