我在联想台式机上使用没问题,最新的一台2.4G前面2个USB不行,后面没问题,联想昭阳本上改了一下BIOS后也没问题(打电话问的新太阳技术人员),一台旧AMB兼容机也没问题,别的机器我这没有。我换成爱国者U盘就不行,打电话问他们,他们说是采用朗科超稳定U盘,U盘中有特殊加密字段标志,我试了不影响在WIN98/XP中使用,不过U盘有点薄小。在UNIX中能达到这样效果就相当不错了,谁让咱们非用UNIX呢。
各位老师,有什么不花钱的高招。 我又给他们定了16个,比第一个便宜,哈哈!!!
sdccf 回复于:2003-09-13 13:50:21 |
确实是好东西。 |
zfl 回复于:2003-09-15 09:09:26 |
[quote:9112fff437="乡长1"]我在联想台式机上使用没问题,最新的一台2.4G前面2个USB不行,后面没问题,联想昭阳本上改了一下BIOS后也没问题(打电话问的新太阳技术人员),一台旧AMB兼容机也没问题,别的机器我这没有。我换成爱国者U盘就不行,..........[/quote:9112fff437]
真的好用吗?数据保险吗?我也想买N,你最后买时什么价? |
saintdragon 回复于:2003-09-15 09:12:36 |
新太阳在sco版大概就此一炮走红了! |
hhjam 回复于:2003-09-15 09:53:21 |
有这东西那么弄工资户就不要软盘了哦,我也想弄一个,是什么价呀??其他牌子的有支持unix的马? |
农税 回复于:2003-09-15 17:06:13 |
你在UnixWare使用过吗,如何?我用的是UnixWare7.1.3。谢谢了! |
ycy 回复于:2003-09-15 17:40:01 |
[quote:0f80024124="农税"]你在UnixWare使用过吗,如何?我用的是UnixWare7.1.3。谢谢了! [/quote:0f80024124]
unixware7.1.3无需安装任何第三方驱动,可即插即用任何类型的U盘。 |
注册错误 回复于:2003-09-15 23:33:30 |
最好知道U盘里面使用的芯片
肯定驱动里面有猫腻,不过字可以想办法 |
leek 回复于:2003-09-16 07:34:12 |
为什么前面2个USB不行? |
unix-ch 回复于:2003-09-16 12:05:56 |
Q1:联想开天系列商用机在Unix下不能使用U盘 ?
A1:联想开天系列商用机中有一款有6个Usb口(2前)因为前两个Usb口与其它硬件共享一个中断,所以在Unix下使用时会有冲突。将U盘插到主机后面的Usb口中即可。 Q2:将U盘插到Usb口中时,在Boot提示符后回车,系统不能启动 ? A2:将主机CMOS中,从USB设备或软盘启动选项去掉即可。 Q3:联想昭阳笔记本安装驱动正常,但插入U盘时没有提示信息 ? A3:进入笔记本CMOS中,选择Advanced ,选择I/O Device Configuration,将Infrared Port Enable。 |
unix-ch 回复于:2003-09-16 12:10:36 |
[b:b0a2822e78]新太阳USB Storage安装使用手册[/b:b0a2822e78]
一、驱动程序安装 1.启动主机进入维护模式: mount -o lower /dev/cd0 /mnt cd /mnt/sco tar xvf drv.tar 2.安装驱动: cd /tmp/newsun ./install 出现以下界面: USB Storage Driver Installtion ================================================ 1. Install USB Storage Driver 2. Remove USB Storage Driver ================================================ Select an option or enter q to quit: 选择1,安装驱动. 3.安装驱动程序完成后,将自动编译内核: The UNIX Operating System will now be rebuilt. This will take a few minutes. Please wait. Root for this system build is / The UNIX Kernel has been rebuilt. Do you want this kernel to boot by default? (y/n) 选择y Backing up unix to unix.old Installing new unix on the boot file system The kernel environment includes device node files and /etc/inittab. The new kernel may require changes to /etc/inittab or device nodes. Do you want the kernel environment rebuilt? (y/n) 选择y 重新启动主机。 机器重起后,在初始化时会显示: %uhci %xxxx-%xxxx -- -- UHCI Driver Ver 1.0,Newsun 也可以用hwconfig命令显示此信息。如果没有出现此信息, 请与新太阳公司联系。 4.安装USB设备: 进入主机维护模式: mkdev hd 0 SCSI-0 0 hkx 0 You are about to add the following SCSI device: Type Device Number ID LUN BUS hkx Sdsk 0 0 0 0 Update SCSI configuration? (y/n) 选择y 重新编译内核 5.重新启动主机后,进入维护模式: 将U盘插入到USB口,如果出现: NOTICE:USB Storage attached on port *,说明设备连接正常。否则重新插入一次。 mkdev hd 0 SCSI-0 0 hkx 0 出现: During installation you may choose to overwrite all Or part of the present content of your hard disk. Do you wish to continue?(y/n) 选择y The hard disk installation program will now invoke /etc/fdisk. Entering 'q' at the following menu will exit /etc/fdisk, and the hard disk installation will continue. If you wish to exit the entire installation at this menu, press the <DEL> key. 1. Display Partition Table 2. Use Entire Disk for UNIX 3. Use Rest of Disk for UNIX 4. Create UNIX Partition 5. Activate Partition 6. Delete Partition 7. Create Partition Enter your choice or 'q' to quit: 选择1,可以查看U盘分区信息。 选择Q退出。 WARNING: There is no ACTIVE UNIX partition. Do you wish to specify an active UNIX partition ?(y/n) 选择n 二、U盘使用说明 1. 将U盘插入到USB口,如果出现: NOTICE:USB Storage attached on port *,说明设备连接正常。 否则重新插入一次: mount -o lower /dev/dsk/1s4 /mnt 既可安装U盘到系统中。 2.卸载U盘: umount /dev/dsk/1s4 三、U盘驱动卸载 1.启动主机进入维护模式: mount -o lower /dev/cd0 /mnt cd /mnt/sco tar xvf drv.tar 2.卸载驱动: cd /tmp/newsun ./install 出现以下界面: USB Storage Driver Installtion ================================================ 1. Install USB Storage Driver 2. Remove USB Storage Driver ================================================ Select an option or enter q to quit: 选择2,卸载驱动. 3.卸载驱动程序完成后,将自动编译内核: The UNIX Operating System will now be rebuilt. This will take a few minutes. Please wait. Root for this system build is / The UNIX Kernel has been rebuilt. Do you want this kernel to boot by default? (y/n) 选择y Backing up unix to unix.old Installing new unix on the boot file system The kernel environment includes device node files and /etc/inittab. The new kernel may require changes to /etc/inittab or device nodes. Do you want the kernel environment rebuilt? (y/n) 选择y 重新启动主机。 注意事项: 1.切记!!!,只能在卸载U盘后,才能将U盘拔出,否则会出现严重错误。 2.如果U盘在mount出现:Invalid filesystem 时,将U盘在Window系统中重新格式化一次即可。 [b:b0a2822e78]U盘备份程序使用说明[/b:b0a2822e78] 一、安装 以超级用户登录: mount -o lower /dev/cd0 /mnt cd /安装目录 tar xvf /mnt/sco/usu.tar 二、配置 在运行程序前应正确配置usu.cfg文件中的数据名称。 CX_DB储蓄数据库 DG_DB对公数据库 SH_DB事后数据库 三、运行 将U盘插到USB端口,在出现NOTICE:USB Storage attached on port *后,以超级用户执行./usu,运行本程序。 注意事项: 1.在使用备份程序前应确认U盘已正确连接到USB口。 2.只有在退出备份程序之后,才能将U盘拔出!!!!!!!!!!! [b:b0a2822e78]U盘使用、安装FAQ(Frequently Ask Question)[/b:b0a2822e78] Q1:联想开天系列商用机在Unix下不能使用U盘 ? A1:联想开天系列商用机中有一款有6个Usb口(2前)因为前两个Usb口与其它硬件共享一个中断,所以在Unix下使用时会有冲突。将U盘插到主机后面的Usb口中即可。 Q2:将U盘插到Usb口中时,在Boot提示符后回车,系统不能启动 ? A2:将主机CMOS中,从USB设备或软盘启动选项去掉即可。 Q3:联想昭阳笔记本安装驱动正常,但插入U盘时没有提示信息 ? A3:进入笔记本CMOS中,选择Advanced ,选择I/O Device Configuration,将Infrared Port Enable。 ============================================ 河北新太阳信息技术有限公司 地址:石家庄市新石北路368号金石工业园 邮编:050091 电话:0311-3811534 3817440 3807440 3852408 传真:0311-3837434 网址:Http://www.nsit.com.cn www.newsun.com.cn E-Mail:zyl@nsit.com.cn |
农税 回复于:2003-09-16 12:21:17 |
[quote:be7d482e86="ycy"]
unixware7.1.3无需安装任何第三方驱动,可即插即用任何类型的U盘。[/quote:be7d482e86] 谢谢八路!!!我是菜鸟,还没用过 。 |
qdnzlh 回复于:2003-11-07 02:14:01 |
我在独立分区的SCO 5.0.5中能安装使用新太阳U盘,而在Vmware4虚拟机的SCO 5.0.5下却安装不成功,不知哪位高手能解决这一问题? |
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/