- 论坛徽章:
- 0
|
2.6.26内核,SAMSUNG2440
用fdisk命令查询有设备/dev/sda1 可是查看/dev下却只有sda没有sda1,不解,请教····
插入U盘,终端提示如下:
[root@forch /]# usb 1-1: new full speed USB device using s3c2410-ohci and addres
s 2
usb 1-1: configuration #1 chosen from 1 choice
scsi0 : SCSI emulation for USB Mass Storage devices
scsi 0:0:0:0: Direct-Access USB 2.0 SD/MMC Reader PQ: 0 ANSI: 0 CCS
sd 0:0:0:0: [sda] 250880 512-byte hardware sectors (128 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] 250880 512-byte hardware sectors (128 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Assuming drive cache: write through
sda: sda1
sd 0:0:0:0: [sda] Attached SCSI removable disk
sd 0:0:0:0: Attached scsi generic sg0 type 0
[root@forch /]#
用fdisk命令查询
[root@forch /]# fdisk -l
Disk /dev/sda: 128 MB, 128450560 bytes
8 heads, 32 sectors/track, 980 cylinders
Units = cylinders of 256 * 512 = 131072 bytes
Device Boot Start End Blocks Id System
/dev/sda1 2 980 125312 b Win95 FAT32
[root@forch /]#
查看设备没有sda1:
[root@forch /]# ls /dev/ | grep sda
sda
[root@forch /]#
在系统里查确有sda1
[root@forch /]# find / -name sda1
/sys/block/sda/sda1
[root@forch /]# |
|