- 论坛徽章:
- 0
|
#ls /dev/dsk
c0t0d0s0 c0t0d0s3 c0t0d0s6 c1t0d0s1 c1t0d0s4 c1t0d0s7 c1t1d0s2 c1t1d0s5 c0t0d0s1 c0t0d0s4 c0t0d0s7 c1t0d0s2 c1t0d0s5 c1t1d0s0 c1t1d0s3 c1t1d0s6 c0t0d0s2 c0t0d0s5 c1t0d0s0 c1t0d0s3 c1t0d0s6 c1t1d0s1 c1t1d0s4 c1t1d0s7
#format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c1t0d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>;
/pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000004cfc58663,0
u盘插上前
# ls /dev/usb
hub0
u盘插上后
# ls /dev/usb
hub0 mass-storage0
# ls -l /mnt
total 1744
-rwxrwxrwx 1 root other 1176 Sep 29 19:40 BOOTEX.LOG
drwxrwxrwx 1 root other 2048 Oct 10 10:56 DODO
-rwxrwxrwx 1 root other 798720 Oct 16 08:15 Drawing1.vsd
-rwxrwxrwx 1 root other 88576 Oct 14 14:48 Drawing2.vsd
drwxrwxrwx 1 root other 2048 Oct 10 10:57 SHANG
******************************************************
确认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
我无法确认usb的盘符是什么啊?紧急帮忙怎么才能知道u盘的盘符到底是多少啊? |
|