首页 > 其他 > 详细

如何mount 一些文件

时间:2014-03-22 10:15:08      阅读:492      评论:0      收藏:0      [点我收藏+]

mount -o loop disk1.iso /mnt/disk #mount iso file

mount -t nfs 192.168.10.180:/opensuse11.0 /mnt #mount nfs files

mount -t cifs -o username=ryan,password=m4n,iocharset=utf8,codepage=cp936 //192.168.10.42/Delivery/PATCH /mnt #mount the DOS shared Directory

mount -t vfat /dev/sda1 /mnt/usb  #mount U 盘


如何mount 一些文件,布布扣,bubuko.com

如何mount 一些文件

原文:http://shenyj.blog.51cto.com/527478/1380998

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!