- 论坛徽章:
- 0
|
统计,有哪些优盘能够在scounix5.0.7下使用
这是CU上的安装步骤,完全正确:
1、将U盘插入PC中,检测
# hwconfig -h
device address vec dma comment
======== ============= === === ================================================
kernel - - - rel=3.2v5.0.7 kid=2003-02-18
cpu - - - unit=1 family=6 type=Pentium III (model
cpuid - - - unit=1 vend=GenuineIntel tfms=0:6:8:3(2)
fpu - 13 - unit=1 type=80387-compatible
pci 0xcf8-0xcff - - am=1 sc=1 buses=4
PnP - - - nodes=0
clock - - - type=TSC/804.021710Mhz
serial 0x3f8-0x3ff 4 - unit=0 type=Standard nports=1 base=0 16550A/16
serial 0x2f8-0x2ff 3 - unit=1 type=Standard nports=1 base=8 16550A/16
console - - - unit=vga type=0 num=12 scoansi=1 scroll=50
floppy 0x3f2-0x3f7 6 2 unit=0 type=135ds18
kbmouse 0x60-0x64 12 - type=Keyboard|PS/2 mouse (wheel) id=0x03
udi - - - UDI environment
adapter - - - ha=0 type=usb_msto UDI SCSI HBA
adapter 0x170-0x177 15 - type=IDE ctlr=secondary dvr=wd
eeE0 0xd800-0xd81f 9 - type=EE PRO/100+ 00:90:27:99:11:e5
cd-rom - - - type=IDE unit=0 ctlr=sec cfg=mst dvr=Srom->;wd
disk 0x1f0-0x1f7 14 - type=W0 unit=0 cyls=2490 hds=255 secs=63
usb_uhci - 5 - PCI bus=0 dev=31 func=2
usb_uhci - 9 - PCI bus=0 dev=31 func=4
floppy - - - type=S ha=0 id=0 lun=0 bus=0 ht=usb_msto unit=0
2、加载U盘到系统中
# mkdev hd
Your root hard disk is attached to an IDE controller.
Pick one of the choices below or you may quit and
invoke mkdev hd -u for a detailed usage message.
1) Add a hard disk to an IDE controller
2) Add a hard disk to a SCSI controller
3) Add a hard disk to an IDA controller (EISA)
4) Add a hard disk to a USB controller
Enter 1, 2, 3, 4 or enter 'q' to quit: 4
The Host Adapter parameters will be automatically configured
What is the USB Device ID for this device?
Select 0-15, or h for help, or q to quit: 0
What is the LUN of this device?
Press <Return>; to use the default: 0
Select 0-7, or h for help, or q to quit: 0
You are about to add the following USB device:
USB Hard Disk configured as USB Device ID 0, LUN 0
Update USB configuration? (y/n) y
The USB configuration file has been updated.
A new kernel must be built and rebooted before disk configuration can continue.
Would you like to relink at this time? (y/n) y
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
The kernel has been successfully linked and installed.
To activate it, reboot your system.
Setting up new kernel environment
After the system is rebooted with the new kernel,
reinvoke mkdev hd to initialize the new hard disk.
# reboot 重新启动系统
3、重起系统后第二次加载硬盘
# mkdev hd
Your root hard disk is attached to an IDE controller.
Pick one of the choices below or you may quit and
invoke mkdev hd -u for a detailed usage message.
1) Add a hard disk to an IDE controller
2) Add a hard disk to a SCSI controller
3) Add a hard disk to an IDA controller (EISA)
4) Add a hard disk to a USB controller
Enter 1, 2, 3, 4 or enter 'q' to quit: 4
The Host Adapter parameters will be automatically configured
What is the USB Device ID for this device?
Select 0-15, or h for help, or q to quit: 0
What is the LUN of this device?
Press <Return>; to use the default: 0
Select 0-7, or h for help, or q to quit: 0
Disk already configured as disk number 1 (/dev/dsk/1s0)
During installation you may choose to overwrite all
or part of the present contents 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: q
WARNING: There is no ACTIVE UNIX partition.
Do you wish to specify an active UNIX partition? (y/n) n
scsi version = 0
vendor = NEWMAN
product = NEWMAN FLASH DIS
Can't read bad block table: No such device or address
Hard disk initialization procedure completed.
4、MOUNT使用U盘
#mount /dev/dsk/1sC /mnt
#cd /mnt
好了开始使用吧。
一点使用体会:
配置完成后,以后每次启动机器,只需插入优盘,执行第4步mount即可。
中途优盘拔出,再次插入可直接进入mnt目录使用。
cp到优盘上的上的文本文件可以直接在win下读取。
在关机时做sync的时间明显加长。 |
|