|
|
1. 优盘当软盘使用时:
(1)
[root@ghm root]# fdisk -l /dev/sd?
Disk /dev/sda: 1 MB, 1474560 bytes
83 heads, 14 sectors/track, 2 cylinders
Units = cylinders of 1162 * 512 = 594944 bytes
Device Boot Start End Blocks Id System
/dev/sda1 ? 1200185 1200203 10668+ 45 Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(843, 94, 3) logical=(1200184, 38, 9)
Partition 1 has different physical/logical endings:
phys=(325, 82, 14) logical=(1200202, 68, 9)
(2)
[root@ghm root]# mount -t vfat /dev/sda /mnt/usb
(3)
[root@ghm root]# cd /mnt/usb
[root@ghm usb]# ls
autoexec.bat command.com config.sys ghost.exe kernel.sys sys.com
2. 优盘当硬盘使用时
(1)
[root@ghm mnt]# fdisk -l /dev/sd?
Disk /dev/sdb: 31 MB, 31752192 bytes
10 heads, 63 sectors/track, 98 cylinders
Units = cylinders of 630 * 512 = 322560 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 99 30964+ 6 FAT16
Partition 1 has different physical/logical endings:
phys=(108, 9, 63) logical=(98, 3, 63)
(2)
[root@ghm mnt]# mount -t vfat /dev/sdb1 /mnt/usb
(3)
[root@ghm mnt]# cd usb
[root@ghm usb]# ls
Crystal dlb patches Windows-KB841720-ENU.exe |
|