Linux FAQ

xiaoxiao2021-03-06  62

Redhat installation, use, and server application FAQ 1. Write GRUB (LILO) to the boot area of ​​the Linux partition or the main guidance sector (MBR)? If you want the computer to start, you will write GRUB (LILO) to the MBR directly, if you write to the Linux partition, you should use the boot disk to boot, it is recommended to write MBR, convenient point, as for writing How to explain it to MBR? Each time Win98, MBR will be modified once, do you think is it unsafe?

2. How to make multiple systems coexist? 98 system, use LILO (GURB), OS Loader boot multi-system

3. How to automatically enter the graphical interface after starting Linux or not let it enter the graphical interface? a. Enter the graphical interface: Select the graphic startup method when installing or put the / etc / inittab ID: X: INitDefault: This line is changed to ID: 5: InitDefault :. b. Do not enter the graphical interface: Select the text start mode or put the / etc / inittab ID: X: INitDefault: This line is changed to ID: 3: InitDefault :.

4. How to switch back and forth between graphical interfaces and console (character interface)? a. Graphical interface to the console: CTR Alt Fn (n = 1, 2, 3, 4, 5, 6). b. Switch between each console: Alt Fn (n = 1, 2, 3, 4, 5, 6). c. Console to graphics: Alt F7

5. How to switch between GNOME and KDE. If you log in to Linux in a graphic login, click Session on the login interface to select GNOME and KDE. If you are logged in with a text, then execute SwitchDesk Gnome or SwitchDesk KDE, then startX to enter GNOME or KDE.

6. What are the common commands thatRedhat linux? <1> LS: Column Directory. Usage: LS or LS DIRNAME, parameter: -a Displays all files, and -l details listing files. <2> MKDIR: Build a directory. Usage: MKDir Dirname, parameter :-P build multi-level directory, such as: MKDIR A / B / C / D / E / F -P <3> Mount: Mount partition or mirror file (.IMG) file. Usage: a. Disk Partition: Mount DeviceName MountPoint -O Options, where DeviceName is a device name of disk partition, such as / dev / hda1, / dev / cdrom, / dev / fd0, mountPoint is a mount point, it is a directory, Options is the parameter, if the partition is Linux partition, generally not -O Options, if it is the Windows partition, the options can be IoCharset = CP936, so that the Chinese file name in the Windows partition can be displayed. Use: such as / dev / hda5 is a Linux partition, I want to hang it on the directory A (if you have no directory A, first mkdir a), mount / dev / hda5 a, this directory A is the partition hda5 Things, such as HDA1 is a Windows partition, hung it on B, mount / dev / hda1 b -o iocharset = cp936. b. mirror file: mount filename mountpoint -o loop, filename is the mirror file name (* .Iso, *. img), other don't say, the same is true. Use: If I have an A.iso CD image file, Mount A.iso A -O Loop, so you can browse A.iso's content, *. IMG file. <4> Find: Find files. Usage: Find Indir -Name FileName, Indir is which directory you want to find, filename is the file name you're looking for (you can use wildcard), use wildcard when filename is used to use single quotes, otherwise sometimes error, use case: Find. -name test *, find files starting with TEST in the current directory. <5> grep: Find the specified string in the file. Usage: GREP STRING FileName, find String in FileName (available in wildcard) (it is best to use double quotes). Parameters: -r Find in FileName in all subdirectory. Use: grep hello * .c -r Find Hello in all .c files in the current directory (including subdirectory). <5> VI: Editor. Needless to say, with Linux, this thing must be used. Usage: (only simply say), vi filename. FileName is the text file you want to edit. After using the execution vi filename, you may find that you can't edit the text content, don't worry, this is because VI has not entered the editing state, press A or I to enter the editing state, enter the editing state, you can edit the text . To exit the edit status, press the ESC button.

The following operations should be in a non-editing state. Find text: Enter / and you want to find text and enter. Exit: Enter: and Q and Enter, if you modify the text, then you want to use: Q! Enter to you. Save: Enter: W Enter, if it is read-only file, use: w !. Save Exit: Enter: WQ Enter, if you are read-only: wq! Enter. Cancel: Press U. You can cancel one step by one, you can cancel multiple steps multiple times. Copy and paste a line of line: move the cursor anywhere on the line you want to copy, press yy (just twice Y), move the cursor to the previous line to paste, press P, just now, the text will be The next line inserted into the row where the cursor is located, and the original cursor is in the row of all the rows. Copy paste multi-line text: Almost the same line, just yy change to the number of rows to copy to copy, followed by yy, followed. Move the cursor to the specified line: Enter: and the line number and enter, such as moving to 123 lines: 123 Enter, move to the end: $ Enter. 7.tar, .tar.gz, .bz2, .tar.bz2, .bz, .gz What files, how to solve them? They are all documents (compressed) packages. .tar: Pack the file, do not compress: TAR CVF * .tar Dirname unope: tar xvf * .tar .tar.gz: Pack the file and compressed: TAR CZVF * .tar.gz DirName Unope: TAR Xzvf *. Tar.gz .bz2: Unope: bzip2 -d * .bz2 .bz: Unope: bzip -d * .bz .gz: Unope: gzip -d * .gz

8. How to unlock .zip, .rar compressed files under Luinux? There is a graphical interface in RH8. File-Roller can do this. Outside the unzip * .zip, unrar * .rar unsaled the RAR file, but UnRar is generally not coming, to download online.

How to browse the .iso CD mirror file under 9.Linux? a. Building a directory, such as: MKDIR a b. Mount the ISO file to this directory: Mount -o loop xxxx.iso A Now the content in the directory A is the content in the ISO file.

10. How to access other partitions underlinux? Includes Linux partitions and Windows partitions. Use the mount command to see the mount usage.

11. How to configure the graphics and display under LINUX?

12. How to configure the network underlinux? Use NetConfig. "IP address:" is the IP address to be configured, "Netmask:" Subnet Mask, "Default Gateway (IP):" Gateway, "Primary Nameserver:" DNS server IP.

13. How to make the mouse support roller? When configuring the mouse, select Microsoft's mouse and correctly select port such as PS2, USB, etc.

14. What are the internet browsers underlinux? Mozilla, Netscape, Opera, Galeon (using Mozilla Engine), Phoniex (using a Mozilla Engine). It is common to use it. 16. What is the system directory structure of Linux?

17. How to make the console support Chinese display? Install ENCON. ENCON needs libimm_server.so and two libraries supported by libpth.so.13. The general Chinese input method should have libImm_server.so. Libpth.so.13 is from PTH-1.3.x. Put these two files under / usr / lib. 18. How to configure grub? Modify /boot/grub/grub.conf file. Where "DEFAULT = N" (N is a number) is an item selected by the GRUB boot menu, and N starts from 0, 0 represents the first item, 1 represents the second term, and so on. "Timeout = X" (x is a number) is timeout, the unit is wonderful. That is, after the boot menu is displayed, if the user does not choose in X seconds, the grub will start the default item. "SplashImage = xxxxxx", this is the background diagram of the boot menu, I ignore him first. Other common items I use the following example: Title Red Hat 8.0 Root (HD1, 6) kernel /boot/vmlinuz-2.4.18-14 Ro root = / dev / hdb7 initrd /boot/initrd-2.4.18-14 The "Red Hat 8.0" is the name root (hdx, y) displayed in the list of launched menu, which is used to specify your Boot partition, if you don't divide the boot partition (this example is no Boot partition), then Point to the root partition, HDX is the hard disk where Linux is located, and HD0 is the first hard disk, and HD1 is the second block, and so on. Y is a partition location, starting from 0, that is, equal to the partition number, such as the partition you want to point to is HDX7, then Y is 6, if it is HDX1, then Y is 0. Note that there is a space behind the root. Kernel /Boot/Vmlinuz-2.4.18-14, where "/boot/vmlinuz-2.4.18-14" is the kernel path you want to use, if you compile the endocker, change it into your new kernel path Ok. RO is not used, it will not be wrong. Root = / dev / hdxx Specifies the root partition, this example is HDB7, so root = / dev / hdb7 initrd xxxxxxxxxxxx doesn't matter, I am not clear that it is useful. The above is Linux, below is Windows Title Windows 98 rootnover $, and it is not explained without interpretation, which is explained above. Rootnoverify (HDX, Y) is used to specify the partitions in Windows, X, Y, which is the top, pay attention to the space after rootnoverify. CHAINLOADER 1 photo, pay attention to space.

19. How to configure LILO? Modify the /etc/lilo.conf file and run the lilo command.

20. How do I automatically mount the development partition after LINUX? Edit the / etc / fstab file, add the corresponding row inside, if you are not familiar with the configuration of / etc / fstab, you can use PTM, an automatic configuration of FSTAB software, should have downloads in the commune.

21. How to customize the service that is started when Linux started? Run NTSYSV under the console or terminal, then select the service you want to start, if you want to boot, you don't start someone, remove his choice.

22. How do you fix the GRUB / LILO boot menu without a floppy? a. Copy the DOSUTILS directory in the first Linux installation disk to the Windows disk. If ISO can be extracted with WinRAR3. b. Enter pure DOS, enter the dosutils directory, execute loadlin autoboot / vmlinuz root = / dev / hdxx () HDXX is your Linux root partition. This will enter Linux. c. Execute GRUB-INSTALL / DEV / HDX (x = A, B, C, D) or LILO to rewrite the boot. Also available for reference: http://www.linuxfans.org/nuke/modula ... How to configure mouse? Open a terminal or enter the console, run the mouseconfig command to configure the mouse!

24. How to enter Linux from DOS? First of all, you need loadlin.exe this program, there is a dosutils directory in Linux in the first installation disc, and you need it is the Linux kernel, / boot / vmlinuz-2.4.xx-xx is to get him to the Windows disk, And rename him as VMLinuz (mainly VMLinuz-2.4.xx-xx display a bit problem under DOS), there is also a VMLinuz in the autoboot in the Dosutils directory, and the Linux kernel, can be used, but many devices do not support, If the Linux bootstrap or Linux starts configuration, there is a problem, can't enter Linux, you can use this kernel to fix Linux. Then use loadlin vmlinuz root = / dev / hdxx (HDXX is your Linux root partition), and single-user mode can also be implemented with loadlin vmlinuz root = / dev / hdxx Single.

25.Root Password Loss Resolving GRUB: On the Bootboard Menu, type [E] to enter the editing mode. You will face a list of boot projects. Find a sentence similar to the following output: kernel /Vmlinuz-2.4.18-0.4 Ro root = / dev / hda2 Press the arrow button until this line is highlighted, then press [E]. You can now tap the end of the text and add Single to tell the GRUB boot user Linux mode. Press the [ENTER] button to make the editor take effect. You will be treated by editing the mode screen, from here, press [B], GRUB will boot the single user Linux mode. After the end is loaded, you will face a similar shell prompt: SH-2.05 # Now you can change the root command, type: BASH # passwd root You will be required to retriterate the mouth order to verify. After the end, the password will be changed, you can use the reboot to reboot under prompts; then log in to root users as usual. LILO: When the system starts to the LILO boot screen, press the Tab key to enter the text, and then enter Linux Single to enter the Linux Single in LILO, enter the password console, enter the password of the root using the passwd command. I.e.

No floppy disk installation Redhat, SUSE, MANDRAKE 26. No floppy disk installation Redhat, SUSE, MANDRAKE 1, I said that the soft disk installation refers to transfer from pure DOS to Linux installation. That is, you must have partitions that can start DOS. (If you pay attention to the C: disk, you cannot load any programs when you start DOS. (Because I tried, there are many cases of excessive optical drive drive, etc., it is possible to cause the following installation that cannot be done) 2, Redhat Linux Hard disk installation method: Put the redhat first CD (or ISO CD image file) / dosutils directory all copied to C: Under, then start pure DOS (can be started with Win98 or Win95 DOS mode, the following.) run:

C: /> / DOSUTILS / Autoboot (Enter) can be transferred to the Redhat Linux installation.

3, Mandrake Linux installation: A loadlin.exe file is not provided in the Mandrake Linux installation kit. You can get this program in other Linux releases. If you can extract from the Redhat Linux 7.x disc / dosutils directory (inconvenient can find the resource download of the REDHAT version.) And then find the kernel and image file : Under the second optical disk or the second ISO image file / isolinux / alt0. The named: VMLinuz with all.rdz, including loadlin.ex, all copied them under C: / DosUtils. Then execute under DOS:

C: / dosutils / loadlin vmlinuz initrd = all.rdz ramdisk_size = 32000

If you are afraid of re-install and trouble, then you can make the autoboot.bat file for it in the style of the RedHat!

4, SUSE Linux installation: SUSE is also unlocking the folder after dragging the folder after REDHAT, running Autoboot. But it provides a loadlin.exe file in its release. Under the first disc or the ISO disc image / dosutils / loadlin. Turn it under C: / DosUtils. Under the CD (or ISO Mirror File) / SUSE / IMAGES / BOOT directory, you will copy the kernel file Linux and the installation image file in C: / DosuTils. Then run again:

C: / dosutils / loadlin linux root = 200 rw 2 initrd = initrd

******************************************* USA Supplemental information Thanks WWW c c inin inp inp .p .* .* .* .* .* .* .* .* .* .* .* *********************************** "Redhat custom guide" http://www.chinalinuxpub.com/doc /ma.../rhl-cg-en_cn-9 download link http://www.chinalinuxpub.com/doc/ma...- 12_cn-9.tar.gz

"RedHat beginner guide" http://www.chinalinuxpub.com/doc/ma...rhl-gsg- 12_cn-9 download link http://www.chinalinuxuxpub.com/doc/ma...- 12_cn-9 .tar.gz

"Red Hat Installation Guide" http://www.chinalinuxpub.com/doc/ma...-IG-X86-EN_CN-9 Download link http://www.chinalinuxuxpub.com/doc/ma...- 12_cn- 9.Tar.gz

"Redhat Reference Guide" http://www.chinalinuxpub.com/doc/manual/rhl-rg-en-8.0 download link http://www.chinalinuxpub.com/doc/ma...n/rhl-RG- En.pdf "Redhat Security Guide" http://www.chinalinuxpub.com/doc/manual/rhl-sg-en-8.0 download link http://www.chinalinuxpub.com/doc/ma...n/rhl -sg-en.pdf

27. Network installation RedHat Redhat supports through network installation, which is suitable for use in batch installation Linux, of course, if there is no CDROM on the machine, it can also be used when there is no ISO file image. The specific method is as follows:

Copy all the contents of the RedHat mounting disk to a directory for providing FTP, HTTP services, multiple installation disks require copying to the same directory, and set to allow other machines to access through network.

Use the bootnet.img under the image of the first mounting disk of the RedHat to make the same starting floppy disk, the production method, and the normal floppy disk other installation floppy disk creation method.

Start with a good floppy disk, the installer will automatically discover and configure the network card after startup. At this time, an interface similar to the Redhat network configuration appears, enters the native domain name, IP, mask, DNS, and gateways. For the sake of convenience, it is best to enter the address and machine name used in the future, and the RedHat installer automatically uses the default value of these content as future network settings.

A interface requires a user to select the installation method, mainly HTTP and FTP, etc., then enter the HTTP or FTP server address and the path (URL) where the RedHat installation file is located, and the username and password of the server, the default is anonymous to log in.

Click Next to start installing, the following steps are exactly the same.

28. Adding NTFS support for Linux (compiled kernel yourself)

Specific operation steps (here the REDHAT 8.0 is installed as an example, the rectangular "#, the other system or the system of the Redhat patch only has the core and the developer version, according to its own situation, can be normal. carry out):

Login as root,

#uname -r View the KERNEL version number, confirm that the kernel source you want to compile and the same, this step is not necessary, you can compile another version under a run version of KERNEL

#CD /USR/SRC/LINUX-2.4.18-14 2.4.18-14 is the core version of the newly installed RedHat 8, which varies slightly with the distribution, and the numbers behind them are changed according to their own situation. Next, no longer appear below.

#make mrproperty Description: This is important, otherwise compile will be wrong, this is the first step in compiling any kernel;

#vi makefile Edit Makefile, remove the front extraversion = -14custom, change to extraversion = -14, the result of the previous uname Consistent.

#CP configs / kernel-2.4.18-i686.config .config (Select a suitable config, multi-CPU machine) with SMP-based config

#make menuconfig Select File Systems, calibrate the light in front of NTFS File System Support (Read Only), pressing the carriage return to the front display as. Don't choose before the NTFS Write Support (Dangerous), is it? ! Press the ESC button in a row (not too much) until the save settings dialog appears, and returns to the car confirmation. #make dep

#make modules subdirs = fs / ntfs

#mkdir /lib/modules/2.4.18-14/kernel/fs/ntfs

#CP /usR/src/linux-2.4.18-14/FS/NTFS/NTFS.O /LIB/Modules/2.4.18-14/kernel/fs/NTFS

#depmod -a

If there is no error, compile completion.

# / sbin / fdisk -l Find the SYSTEM line, which is your NTFS partition, note the most in front of this line, (such as / dev / hda1) Windows 2000 dynamic disk display as SFS, Also NTFS partition.

#mount -t NTFS / DEV / HDA1 / MNT / NTFS test should be normal MOUNT (don't forget to build / mnt / ntfs directory first), LS / MNT / NTFS looks.

29. How to use the Redhat Pack Manager when the hard disk is installed redhat 8.0

RH8's Package Manager provides convenient to manage software installation, but always requires the installation disk from the system menu, if there is no installation disk, you can start the package manager from the Redhat menu when you use the hard drive installation, you need to open one Terminal, and operate according to the specific situation:

(1) RH8 installed with ISO file:

Redhat-config-packages --io-dir = / path / to / ISO / files

(2) Copy all CDROM files to a directory:

RedHat-config-packages - TREE = / path / to / rh / tree

__________________, please look at the top post and essence on the previous post before assessment.

For the virtual machine installation Linux, please

New netizens, please see the top first post

30. Why is FIREWALL Config always display advanced? How to prohibit FireWall Redhat to configure the firewall program is tokit, but every time you start, you will display the default advanced security, and you can't change. This is actually the default display of Lokkit. If you look uncomfortable, you can run under the console.

#Lokkit -f --disabledor # lokikit -f --medium

To change the display, FireWall settings will become prohibited or intermediate after saving exit.

But at this time, the FireWall settings are still playing, and you can take effect immediately:

# / Etc / rc.d / init.d / iptables restart (RH 8)

oral

# / Etc / rc.d / init.d / ipchains restart (RH 7X)

RPM Command Manual

http://www.linuxeden.com/forum/show...&threadid=50283

MOUNT User Guide

Http://www.linuxeden.com/forum/show...&threadid=50282

Chinese Man Pages LinuxForum.net maintains a Chinese Man Pages Translate Plan, homepage in http://cmpp.linuxforum.net, most of MAN Pages are now translated, and released a version of CMAN, download connection:

http://cmpp.linuxforum.net/download/cman-0.3.tar.gz

Installation method (cman's install file):

You only need to run this script install.sh below this directory, like this:

$. / install.sh

It will be installed automatically.

If you install (system installation) as a root user, these manual files will be installed into the / usr / local / cman directory, if you are installed as a normal user, then these manual files will be installed in ~ / cman directory.

After the first installation, the installation script will modify some settings for you, and these settings will no longer be performed later. When the system is installed, set it in / etc / profile, when the ordinary user is installed, put it in ~ / .bash_profile.

After running the install.sh script, you can use it again.

How to use: Take the MAN of the QS command as an example: only need

Cman LS

It will be displayed in Chinese, and of course, the system can first require the system to display Chinese normally. Set the posts of this site.

32 Provide a font service for the LAN XWindow server with Linux, let X-WinPro support Chinese display

Http://www.linuxeden.com/forum/show...&threadid=51862

33 redHat8.0 Chinese version Why can't I display in the shell?

http://www.linuxeden.com/forum/show...&threadid=49377

34 I installed NVIDIA's latest graphics driver but couldn't achieve 3D acceleration? ? ? ?

Http://www.linuxeden.com/forum/show...&threadid=48617

35 use setup to modify FireWall does not make it?

http://www.linuxeden.com/forum/show...&threadid=49338

36 How can I check the contents of binary files?

http://www.linuxeden.com/forum/show...&threadid=47851

37 OpenOffice in Red Hat 8.0 Unable to enter Chinese?

http://www.linuxeden.com/forum/show...&threadid=46845

38 change the MAC address of the NIC?!

http://www.linuxeden.com/forum/show...&threadid=46394

39 俺 just downloaded the 5 ISO files of RedHat8.0 from the Internet, how to make it burn into a disc!

Http://www.linuxeden.com/forum/show...&threadid=45191

40 redhat Linux8.0 installation and related software configurations (including MPLAYER / QQ, etc.)

Http://www.linuxeden.com/forum/show...&threadid=51670

41 Samba Howto Collectes Chinese

http://www.linuxeden.com/forum/show...&threadid=5188542 Why setting the PAANEL program crash error when setting the REDHAT 8.0 panel?

After a new installation and test discovery, the PAANEL program crash error occurs when setting the REDHAT 8.0 panel, which is caused by redhat 8.0 default Chinese input method minichinput's bug, turning off Chinese input method or replace it with other input method to resolve this problem. In addition, the exit is also caused by the Chinese input method when using the Mozilla to open the web page using Flash 6. Solution: Uninstall MinichInput, install the XSIM input method.

43 Creating users under Linux

Http://www.linuxeden.com/forum/show...&threadid=52409

44 Method for viewing Chinese PDF files using XPDF below Redhat 8

http://www.linuxeden.com/forum/show...&threadid=52759

45 Mozilla's Java plug-in installation and Chinese display (including REDHAT 8.0 and 9 solutions)

Http://www.linuxeden.com/forum/show...&threadid=58791

46 NVIDIA 1.0-4636 graphics driver installation method

Http://www.linuxeden.com/forum/show...&threadid=57903

47 LINUX Using MS Proxy 2.0 Agent Internet Setup Method

Provided by this forum netizen CHC:

Successfully online through the MS Proxy agent.

The specific configuration is as follows: Description: <- -> is a text comment.

System: redhat9.0 python (redhat9.0 comes with) APS0.9.8 (NTLM Authorization Proxy Server, http: //apserver.sourceforge.net/ can be downloaded)

Server.cfg configuration is as follows (only listing changes):

Parent_proxy: 172.16.1.1 <- Our company MS Proxy agent IP address -> Parent_Proxy_port: 80 <- Our company MS Proxy agent port -> nt_hostname: chcp4 <- Our company binding Internet machine name -> nt_domain : LFG <- Our company logs in domain name, not fully qualified name -> user: Temp <- Login User Name -> Password: TempTemp <- Login Password -> LM_PART: 1NT_PART: 1 <- It seems to The NT system is set to 1, ntlm_flags To set it -> ntlm_flags: 07820000 <- To correspond to NT_PART settings ->

Browser Settings: Browser Proxy Server IP Address: 127.0.0.1, Port: 5865red System Settings: IP Address: 172.16.1.169 <- I have IP Address -> Subnet Mask: 255.255.0.0DNS Address: 172.16. 1.1 <- Our company domain server address ->

There is a network agent in the "preferences" of RedHat9.0, and it is also set to be the same as the browser agent. (I don't know if it is necessary), in the server.cfg in the APS: #note That Special Adsses Don't Work Here (192.168.3.0 for example). I don't quite understand what I don't understand. Maybe you need to pay attention. a bit. (This means network address or broadcast address can not be used, manux Note) Internet operation: run in the APS installation directory in the terminal ./main.py There is two lines of prompt information, open the Mozila browser Internet (the terminal is best running during the Internet Don't turn off).

Problem: Internet is not particularly stable, and the speed is not fast enough.

Related Discussion:

http://www.linuxeden.com/forum/show...15&pagenumber=2http://www.linuxeden.com/forum/show...&threadid=51583

48 Mozilla's Plugin: Click to play Flash

When you load a web page, Flash is not automatically displayed, and a button is displayed in the flash position. When you click the button with a mouse, you will play Flash animation, which is helpful to remove a lot of garbage advertisements in some websites.

http://www.linuxeden.com/forum/show...&threadid=66204

49 Samba Displays a Chinese file name and shared name method: Samba 2.x: Add a line below [Global]: Client Code Page = 936

Samba 3.0 Add a line in [Global]: unix charset = GB2312

50 Linux partition mount information (/ etc / fstab) is lost, the partition is still, how to recover the system?

http://www.linuxeden.com/forum/show...&threadid=81000

__________________

51 How can I use Reiserfs to install RedHat?

http://www.linuxeden.com/forum/show...&threadid=76509

52 Method using Win98 DOS boot Linux

Http://www.linuxeden.com/forum/show...&threadid=77430

53 RedHat 9 Summary Summary of Common Network Services Software Installation Methods

Http://www.linuxeden.com/forum/show...&threadid=68164

54 Redhat common configuration file and system file list and instructions (E text)

http://www.linuxeden.com/forum/show...&threadid=66950

55 Method for automatically mount U disk under RedHat

http://www.linuxeden.com/forum/show...&threadid=75546

转载请注明原文地址:https://www.9cbs.com/read-111952.html

New Post(0)