Chinaunix首页 | 论坛 | 博客
  • 博客访问: 651483
  • 博文数量: 121
  • 博客积分: 4034
  • 博客等级: 上校
  • 技术积分: 1439
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-28 12:42
文章分类

全部博文(121)

文章存档

2017年(8)

2016年(10)

2013年(2)

2012年(3)

2011年(18)

2010年(80)

分类: LINUX

2010-07-22 17:25:25

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/"
阅读(1487) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~