欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

怎么在redhat linux下挂载光驱软驱???

程序员文章站 2022-03-07 23:05:13
mount   -t   iso9660   /dev/cdrom   /mnt/cdrom       挂光驱     mount   -t... 09-03-10...
mount   -t   iso9660   /dev/cdrom   /mnt/cdrom       挂光驱  
  mount   -t   vfat   /dev/fd0   /mnt/floppy           挂软驱     (文件内型可以自己选)