|
|
1。内核:
- <*> MMC/SD card support --->
- │ │ [*] MMC debugging │ │
- │ │ [*] Allow unsafe resume (DANGEROUS) │ │
- │ │ *** MMC/SD Card Drivers *** │ │
- │ │ <*> MMC block device driver │ │
- │ │ [*] Use bounce buffer for simple hosts │ │
- │ │ <*> SDIO UART/GPS class support │ │
- │ │ <*> MMC host test driver │ │
- │ │ *** MMC/SD Host Controller Drivers *** │ │
- │ │ <*> Secure Digital Host Controller Interface support │ │
- │ │ <*> SDHCI support on PCI bus │ │
- │ │ <*> Ricoh MMC Controller Disabler (EXPERIMENTAL) │ │
- │ │ <*> Winbond W83L51xD SD/MMC Card Interface support │ │
- │ │
复制代码
2。fdisk:
- # fdisk -l
- Disk /dev/sda: 80.0 GB, 80026361856 bytes
- 255 heads, 63 sectors/track, 9729 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Disk identifier: 0x81a211e3
- Device Boot Start End Blocks Id System
- /dev/sda1 * 1 13 104391 83 Linux
- /dev/sda2 14 274 2096482+ 82 Linux swap / Solaris
- /dev/sda3 275 9729 75947287+ 83 Linux
复制代码
先谢谢了:thank:thank |
|