LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 788|回复: 1

在 redhat 中使用 netac(朗科) OnlyDisk 双启动型优盘

[复制链接]
发表于 2004-5-9 23:40:29 | 显示全部楼层 |阅读模式
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
发表于 2004-5-10 12:23:29 | 显示全部楼层
best
多谢兄弟分享,加为精华帖与弟兄们分享

辛苦了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表