In general, the USB stick can be automatically identified, if not automatically recognized, you can try the following methods:
Run Volcheck First
/etc/init.d/volmgt stop
/ETC/INIT.D/VOLMGT start
Volcheck
If this still doesn't work, it's going to be hooked up with mount.
Devfsadm-c disk
cd/dev/dsk/
Ls-l
You can see the USB device connection
Then Mount-f Pcfs/dev/dsk/cxtxdxsx/usb.
First, verify that the file format of your USB flash drive is in fat format. Plug in the USB drive, enter the command to see the name of the U disk.
# format–e
Searching for Disks...done
AVAILABLE DISK Selections:
0. c0t0d0 <st34001a cy1 19156 alt 2 HD SEC 255>
/pci@1f,0/ide@d/dad@0,0
1. c1t0d0 <drive type unknown>//This is the USB flash drive.
/pci@1f,0/usb@c,3/storage@1/disk@0,0
Specify disk (enter its number)://Press Ctrl+d key to exit
If the disk is not displayed, check to see if it is plugged in or restart the machine. If your USB stick is plugged in and the machine is restarted, the USB stick will be automatically mounted. This is a provincial thing ... Oh.
If the disk payment is displayed, then mount it manually. Enter the command mount.
# mount–f PCFS/DEV/DSK/C1T0D0S0/MNT//disk pay must be written full
#
If there is no error, then it becomes. Enter the command below to check if the mount succeeds.
# df-k
The above display is slightly over-written.
/dev/dsk/c1t0d0s0 64244 64214 1%/mnt//display on last line
See this line, congratulate you, hehe.
When you're done, don't forget to cancel the mount. Enter the command.
# umount/mnt
#
This way, you can unplug the USB flash drive.
=======================other method========
#mkdir/rmdisk
#chmod 755/rmdisk
#/etc/init.d/volmgt stop
#/etc/init.d/volmgt start