- 论坛徽章:
- 0
|
V210,solaris8,使用U盘
漏了一点:
确认u盘的盘服:
# pwd
/dev/usb
# ls -l
total 4
lrwxrwxrwx 1 root root 41 Feb 10 14:32 hub0 ->; ../../devices/pci@9,700000/usb@1,3:devctl
lrwxrwxrwx 1 root root 53 Feb 16 15:31 mass-storage0 ->; ../../devices/pci@9,700000/usb@1,3/storage@2:scsa2usb
# cd /dev/dsk
# ls -l
total 64
lrwxrwxrwx 1 root root 41 Feb 10 14:30 c0t0d0s0 ->; ../../devices/pci@8,700000/ide@6/sd@0,0:a
lrwxrwxrwx 1 root root 41 Feb 10 14:30 c0t0d0s1 ->; ../../devices/pci@8,700000/ide@6/sd@0,0:b
…………
lrwxrwxrwx 1 root root 55 Feb 16 15:31 c2t0d0s0 ->; ../../devices/pci@9,700000/usb@1,3/storage@2/disk@0,0:a
lrwxrwxrwx 1 root root 55 Feb 16 15:31 c2t0d0s1 ->; ../../devices/pci@9,700000/usb@1,3/storage@2/disk@0,0:b
lrwxrwxrwx 1 root root 55 Feb 16 15:31 c2t0d0s2 ->; ../../devices/pci@9,700000/usb@1,3/storage@2/disk@0,0:c
lrwxrwxrwx 1 root root 55 Feb 16 15:31 c2t0d0s3 ->; ../../devices/pci@9,700000/usb@1,3/storage@2/disk@0,0:d
lrwxrwxrwx 1 root root 55 Feb 16 15:31 c2t0d0s4 ->; ../../devices/pci@9,700000/usb@1,3/storage@2/disk@0,0:e
lrwxrwxrwx 1 root root 55 Feb 16 15:31 c2t0d0s5 ->; ../../devices/pci@9,700000/usb@1,3/storage@2/disk@0,0:f
lrwxrwxrwx 1 root root 55 Feb 16 15:31 c2t0d0s6 ->; ../../devices/pci@9,700000/usb@1,3/storage@2/disk@0,0:g
lrwxrwxrwx 1 root root 55 Feb 16 15:31 c2t0d0s7 ->; ../../devices/pci@9,700000/usb@1,3/storage@2/disk@0,0:h
确认usb的盘服为c2t0d0 |
|