软驱与光驱的挂接问题

1592阅读 0评论2012-01-08 进程音
分类:IT业界

/etc/init.d/volmgt start
volcheck
特殊用
/etc/init.d/volmgt stop
mount -F pcfs /dev/diskette /mnt

磁盘文件系统
Solaris定义了3种文件系统类型:
ufs – UNIX文件系统。是Solaris缺省的文件系统。
hsfs – 高密度CD-ROM文件系统,是只读文件系统。
pcfs – PC文件系统,支持DOS格式化的软盘。
如何取出cdrom(在设备忙状态下)
ps -cf | grep vol 查看设备正在运行的进程号.
kill -9 进程号 杀掉进程
/usr/sbin/vold start cd-rom和floppy的管理程序
在用完软驱,一定要先umount软驱,在取软盘

sun官方解决方法
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
use cdrom drive /dev/rdsk/c*s2 dev_cdrom.so cdrom%d
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.
上一篇:sun键盘失效时处理方法
下一篇:如何配置第二个串口,/dev/tyb(COM2)