静静聆听音乐,它能给你无比的精神享受;同时淡淡的碧螺春香能让你陶醉*-*
软驱与光驱的挂接问题
查看( 96 ) /
评论( 1 )
/etc/init.d/volmgt startIXPUB技术博客-NIR#y!uU"W:]]
volcheckIXPUB技术博客4P a-z/{(c{T;?y
特殊用IXPUB技术博客 o?.j r.O
/etc/init.d/volmgt stop
l2KQqYs.M!rD0 mount -F pcfs /dev/diskette /mntIXPUB技术博客/m9q#K&LV_
J7f\KJ)|8LC0 磁盘文件系统 IXPUB技术博客qn,R:^$o
Solaris定义了3种文件系统类型:
"@!K E*~*?0 ufs – UNIX文件系统。是Solaris缺省的文件系统。
+YB2m(x%~0 hsfs – 高密度CD-ROM文件系统,是只读文件系统。 IXPUB技术博客 n7Meu'~kB9b's
pcfs – PC文件系统,支持DOS格式化的软盘。
hjF;re'A,X0 如何取出cdrom(在设备忙状态下)
9]h-u1T z\E8L0 ps -cf | grep vol 查看设备正在运行的进程号. IXPUB技术博客t%d,EW`zl+gJ
kill -9 进程号 杀掉进程 IXPUB技术博客*}5T&QN.\
/usr/sbin/vold start cd-rom和floppy的管理程序
*Y8SP~i|F0 在用完软驱,一定要先umount软驱,在取软盘IXPUB技术博客%cv0j"z+D-V)s*J
IXPUB技术博客D1IJtkX~
sun官方解决方法 IXPUB技术博客y0B*g#Z^8t
CD-ROM and floppy disk devices are not mounting on the Solaris OE. What could be the reason? vold is the daemon that should be running on your system to allow CD-ROMs and floppies to mount automatically. For the floppy mount process you must type volcheck after inserting the floppy; it is more semi-automatic. The CD-ROM should mount by itself after a few seconds (10-15). The great killer of vold is WABI. WABI and vold cannot be run at the same time. If you have ever run WABI on your system, check this first: more /etc/vold.conf Look for the following section (this is the way it should look to work): # Devices to use
4p&?9r;r~0 use cdrom drive /dev/rdsk/c*s2 dev_cdrom.so cdrom%d IXPUB技术博客!Jzd#R4E2y4^r+K
use floppy drive /dev/rdiskette[0-9] dev_floppy.so floppy%d Make sure the floppy line is uncommented. If you change this file, make sure you stop then restart vold to make the change takes effect. The directories /cdrom and /floppy should be empty. Eject the CD-ROM or floppy and check the /floppy or /cdrom directory. If it is not empty, you probably had remnants of something that was mounted in the past. Remove the remnants.
volcheckIXPUB技术博客4P a-z/{(c{T;?y
特殊用IXPUB技术博客 o?.j r.O
/etc/init.d/volmgt stop
l2KQqYs.M!rD0 mount -F pcfs /dev/diskette /mntIXPUB技术博客/m9q#K&LV_
J7f\KJ)|8LC0 磁盘文件系统 IXPUB技术博客qn,R:^$o
Solaris定义了3种文件系统类型:
"@!K E*~*?0 ufs – UNIX文件系统。是Solaris缺省的文件系统。
+YB2m(x%~0 hsfs – 高密度CD-ROM文件系统,是只读文件系统。 IXPUB技术博客 n7Meu'~kB9b's
pcfs – PC文件系统,支持DOS格式化的软盘。
hjF;re'A,X0 如何取出cdrom(在设备忙状态下)
9]h-u1T z\E8L0 ps -cf | grep vol 查看设备正在运行的进程号. IXPUB技术博客t%d,EW`zl+gJ
kill -9 进程号 杀掉进程 IXPUB技术博客*}5T&QN.\
/usr/sbin/vold start cd-rom和floppy的管理程序
*Y8SP~i|F0 在用完软驱,一定要先umount软驱,在取软盘IXPUB技术博客%cv0j"z+D-V)s*J
IXPUB技术博客D1IJtkX~
sun官方解决方法 IXPUB技术博客y0B*g#Z^8t
CD-ROM and floppy disk devices are not mounting on the Solaris OE. What could be the reason? vold is the daemon that should be running on your system to allow CD-ROMs and floppies to mount automatically. For the floppy mount process you must type volcheck after inserting the floppy; it is more semi-automatic. The CD-ROM should mount by itself after a few seconds (10-15). The great killer of vold is WABI. WABI and vold cannot be run at the same time. If you have ever run WABI on your system, check this first: more /etc/vold.conf Look for the following section (this is the way it should look to work): # Devices to use
4p&?9r;r~0 use cdrom drive /dev/rdsk/c*s2 dev_cdrom.so cdrom%d IXPUB技术博客!Jzd#R4E2y4^r+K
use floppy drive /dev/rdiskette[0-9] dev_floppy.so floppy%d Make sure the floppy line is uncommented. If you change this file, make sure you stop then restart vold to make the change takes effect. The directories /cdrom and /floppy should be empty. Eject the CD-ROM or floppy and check the /floppy or /cdrom directory. If it is not empty, you probably had remnants of something that was mounted in the past. Remove the remnants.
- Is vold running? % ps -ef | grep vold NO? Start it: % /etc/init.d/volmgt start IXPUB技术博客E4Q2vG${
YES? Continue.
Z[x/}6U }4i0l_0 - Insert a CD-ROM or floppy.
cz$r)cx(n'b)b(v0 For a floppy ONLY type: % volcheck IXPUB技术博客J3d"Y w5H6|b
- Did it mount the CD-ROM or Floppy?
@,wiS0p`Ys0 % cd /cdrom IXPUB技术博客(l x,or7c?&]
OR % cd /floppy IXPUB技术博客!J d M5B Y
% ls -la
r@u5EFhQ0 Look for the link that vold creates: For floppies:
:}Sp+j a.I7A+j0 lrwxrwxrwx 1 root nobody 16 Dec 18 13:50 floppy0 ->
#Q7{9|Ey'L0 ./unnamed_floppy/ IXPUB技术博客l#HU:r yv"_ o
drwxrwxrwx 3 nobody nobody 512 Dec 18 09:10 unnamed_floppy/ For CD-ROMs:
QY P)_.ef0 lrwxrwxrwx 1 root nobody 15 Dec 18 13:50 cdrom0 -> ./disksuite_4_0/ IXPUB技术博客Rj4gE1G&^e \
dr-xr-xr-x 2 root sys 2048 Oct 25 1995 disksuite_4_0/ If the link is not there, vold did not mount it.
f$FrUo6B x.dN)kp0 - Does it mount manually? STOP vold first: % /etc/init.d/volmgt stop For CD-ROM:
%Pr)|r6uvS0 % mount -F hsfs -o ro /dev/dsk/c0t6d0s0 /cdrom % ls -la /cdrom IXPUB技术博客`t7mk~*t
Is it there now? For floppies it's trickier. You need to know several things about the IXPUB技术博客Ez&? W6D7m
floppy:- Is there a filesystem on it? What kind of filesystem? pcfs or ufs?
- To read the same floppy on different system, follow the steps below on the system on which you wish to read floppy: Ok, % mount -F ufs /dev/diskette0 /floppy
*O1~O/^&[WL0 Or, % mount -F pcfs /dev/diskette0 /floppy % ls -la /floppy Is it there now? IXPUB技术博客r&E6n)y f Wj/~&h%Y)S