|
楼主 |
发表于 2005-4-25 08:38:40
|
显示全部楼层
不好意思,还是这样.
[root@localhost ~]# fdisk -l /dev/sda
Disk /dev/sda: 131 MB, 131072000 bytes
255 heads, 63 sectors/track, 15 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 15 120456 b W95 FAT32
Partition 1 has different physical/logical endings:
phys=(1023, 254, 63) logical=(14, 254, 63)
[root@localhost ~]# mount -t vfat -o iocharset=cp936 /dev/sda /mnt/U
mount: /dev/sda: can't read superblock
[root@localhost ~]# mount -t vfat -o iocharset=cp936 /dev/sda1 /mnt/U
mount: /dev/sda1: can't read superblock |
|