Linux installation of U disk process

  
             1: Make sure your kernel supports Ufan
<1>: SCSI options by default can be <2>: USB options must be installed <*> USB Mass Storage support <3>: Code: <*> SCSI support --- SCSI support type (disk, tape, CD-ROM) <*> SCSI disk support (40) Maximum number of SCSI disks that can be loaded as modules < > SCSI tape support < > SCSI OnStream SC-x0 tape support < > SCSI CD-ROM support < > SCSI generic support --- Some SCSI devices (eg CD jukebox) support multiple LUNs [*] Enable extra checks In new queueing code [*] Probe all LUNs on each SCSI device [*] Verbose SCSI error reporting (kernel size +=12K) [ ] SCSI logging facility SCSI low-level drivers ---> PCMCIA SCSI adapter support --- > <*> USB Mass Storage support [ ] USB Mass Storage verbose debug [ ] Freecom U SB/ATAPI Bridge support [ ] ISD-200 USB/ATA Bridge support [ ] Microtech CompactFlash/SmartMedia support
2:fdisk -l /dev/sda See if there is sda1 listed
3: If there is, mkdir /mnt/usb mount /dev/sda1 /mnt/usb -t vfat (of course it may be msdos)
4: Other:
<1>: Add in /etc/fstab: [/code] /dev/sda1 /mnt/usb vfat user,noauto,codepage=936,iocharset=cp936,umask=022 0 0[/code] can guarantee that any user can mount USB, and does not load <2> at startup :About Chinese, there are many related articles on this site, compile the kernel yourself, and compile CP936 into Native Language.
zh-CNzh-CN
Copyright © Windows knowledge All Rights Reserved