General setup --->
- [*]Configure standard kernel features (for small systems) --->
- [*] Support for hot-pluggable devices
Device Drivers --->
- Generic Driver Options --->
- <*> Hotplug firmware loading support
- Block devices --->
- <*> Low Performance USB Block driver #这一选项是否选择请看下面详解
- SCSI device support --->
- <*> SCSI generic support
- <*> SCSI disk support
- [*] Probe all LUNs on each SCSI device
- USB support --->
- <*> Support for Host-side USB
- [*] USB device filesystem
- <*> OHCI HCD support
- <*> USB Mass Storage support
- [*] USB Monitor
File systems --->
- DOS/FAT/NT Filesystems --->
- <*> MSDOS fs support
- <*> VFAT (Windows-95) fs support
- (936) Default codepage for FAT
- (cp936) Default iocharset for FAT
- Partition Types --->
- [*] PC BIOS (MSDOS partition tables) support
- Native Language Support --->
- <*> Simplified Chinese charset (CP936, GB2312)
- <*> NLS UTF8
- <*> Codepage 437 (United States, Canada)
add this:
- <*> Low Performance USB Block driver because it's not sda device, it's uba.
180 block USB 块设备(U盘之类)
0 = /dev/uba 第1个USB 块设备
8 = /dev/ubb 第2个USB 块设备
16 = /dev/ubc 第3个USB 块设备
- it's ok to choose <*> Low Performance USB Block driver
- but mount /dev/uba1 /mnt/
del this:
- <*> Low Performance USB Block driver
- I think it's best to del this option. "mount /dev/sda1 /mnt/"
阅读(1522) | 评论(0) | 转发(0) |