发新话题
打印

Re:在Solaris下如何mountdos软盘

Re:在Solaris下如何mountdos软盘

  conform your volume management daemon is running:
  ps -ef |grep vold
  if it's not running, try bringup the daemon:
  /etc/init.d/volmgt start
  
  use command 'volcheck' to mount your floppy.
  the default mountpoint is /floppy/floppy0
  
  if it doesnt work, try to stop volume management daemon:
  /etc/init.d/volmgt stop
  
  and mount flopy manually:
  mount -F pcfs /dev/fd0 /mnt
  
  【 在 Hurder (Hurder) 的大作中提到: 】
  : 在Solaris下想mount dos 软盘,用mount -F FSType,但是不知道dos软盘的FSType,: 望指教.

TOP

发新话题