1:確定你的內核支持U番 :SCSI的選項默認就可以 :USB的選項一定要安裝 USB Mass Storage support :如下: 代碼: 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 (e.g. 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 USB/ATAPI Bridge support [ ] ISD-200 USB/ATA Bridge support [ ] Microtech CompactFlash/SmartMedia support 2:fdisk -l /dev/sda看看有沒有sda1列出來 3:如果有, mkdir /mnt/usb mount /dev/sda1 /mnt/usb -t vfat(當然也可能是msdos) 4:其他: :在/etc/fstab裡面加入: [/code]/dev/sda1 /mnt/usb vfat user,noauto,codepage=936,iocharset=cp936,umask=022 0 0[/code] 可以保證任何一個用戶都可以mount USB番,並且啟動時不加載 :關於中文,在本站有很多相關的文章,自己編譯內核,把CP936編譯成為Native Language。