1. Hard disk installation, you need to start with the CD, press F2, type the Linux askMETHOD command, and finally select the hard drive installation. Select the hard disk partition where Linux ISO file is located, and type the directory.
2. Any disc installation, the partition is wrong, the original hard disk can only have 4 primary partitions, and Windows already accounts for at least / partitions and SWAP partitions, but also a boot partition, and finally go to the root "/" partition . SWAP is divided into 512m, and 11g in the root zone. / boot partition should be greater than 75m.
3. There is no customization when installing, and the workstation is installed. Results linux did not give me the compilation kernel. When I used the make command, I said that I couldn't compile.
4. Use the Windows Fat32 partition under Linux, use the command mount -t vfat / dev / hda6 / home / zhouh / download result in the command line below, the Chinese file is not seen, and the parameters are added to the parameters - I CodePage = 936, IOCHARSET = GB2312 is successful.
5. The installation is complete, no network card is found, can not be completed, need to be compiled. But the disc has been taken away, the kernel is not installed. RedHat-config-packages --ioDir = Specifies the directory of the system ISO file on the hard disk.
6. Install the network card, directly mount Windows, find the driver source file directory SRC, with make install, restart the system.
7. Install the purple light input method, causing the XManager connection to the graphical interface, not available, always ICE authentication failed. DCOPSERVER failed to start. The purple input method is to be installed as root, and only root can be used after installation. It turns out that the permissions of / .rfinput profile are actually only root readable, other identities are not readable. Make it. It is recommended to install a small penguin input method.
8. Start the Samba service, edit /etc/samba/smb.conf, remove the annotation of the / pub directory and / TMP directory. Then use SMBADDUSER UNIXUSER: Windowsuser to add Samba users. /etc/initd.d/smb Start launches Samba service. To automatically start the Samba service, write the command to a shell script, then create a soft connection inside /etc/rc.d/rc5.d/, point to the shell script. If Windows is always unable to share Linux partitions, and the configuration is fine, you can log out of Windows to try.
9. After the installation is complete, sometimes the grub cannot boot, which may be because the / boot directory is placed outside the hard disk. In partitioning, if it is a dual system, the Windows system accounts for one primary partition for installing the operating system, and the Linux system accounts for two primary partitions, and the remaining partitions are placed on the logical partition. Includes Windows D disk, E disk and other partitions, Linux SWAP partitions, and separate / HOME partitions. For details, please see http://www.dvpos.com/blog