当前位置:  技术问答>linux和unix

请教mount loop

    来源: 互联网  发布时间:2015-09-20

    本文导语:  mount -o loop boot.rom /mnt/xxx 什么意思?其中的loop到底有什么用的? | mount(1): THE LOOP DEVICE        One further possible type is a mount via the loop device. For example, the command          m...

mount -o loop boot.rom /mnt/xxx

什么意思?其中的loop到底有什么用的?

|
mount(1):

THE LOOP DEVICE
       One further possible type is a mount via the loop device. For example, the command

         mount /tmp/fdimage /mnt -t msdos -o loop=/dev/loop3,blocksize=1024

       will set up the loop device /dev/loop3 to correspond to the file /tmp/fdimage, and then mount this device on /mnt.
       This  type of mount knows about three options, namely loop, offset and encryption, that are really options to los-
       etup(8).  If no explicit loop device is mentioned (but just an option ‘-o loop’ is given), then mount will try  to
       find  some  unused  loop  device  and  use that.  If you are not so unwise as to make /etc/mtab a symbolic link to
       /proc/mounts then any loop device allocated by mount will be freed by umount.  You can also free a loop device  by
       hand, using ‘losetup -d’, see losetup(8).

简而言之就是用一个文件系统中的普通文件虚拟成一个设备文件用于挂载的方法。

|
可以拆分成两个步骤:
losetup /dev/loop1 boot.rom
mount /dev/loop1 /mnt/xxx

boot.rom 是一个普通文件,但是其内容包含文件内容

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 请教,请教,这个问题是为什么????
  • 请教本地硬盘安装问题请教本地硬盘安装问题
  • ■请教■请教redhat最基本的问题!
  • 请教一个 shell 问题,我用下面这个 shell 语句总是失败,请教
  • 高分请教,各位大侠,请教一个问题,理论高手请进??谢谢
  • 请教Linux下pgadmin3-1.0.2的编译和安装!!高分请教!
  • 各位大虾,请教装了REDHAT9操作系统后,启动时无法引导到LINUX,请教该如何解决啊
  • 请教,请教,,,一定要看!!一定要看!!
  • 请教高手,小弟打印width=1500,height=600(A3纸)的Applet,在预览中是该区域是黑的,打印出来也是黑的,请教高手解决一下
  • :请教高手,小弟打印width=1500,height=600(A3纸)的Applet,在预览中是该区域是黑的,打印出来也是黑的,请教高手解决一下
  • 请教象我这样的硬盘应如何安装Linux,我昨天试装了,但有问题。(老问题了,也看了前面的帖子,但还是来请教,请多指教)
  • 请教这种循环的执行过程
  • 请教两个redhat9问题
  • 请教如何在指定目录下查找包含指定文字的文件
  • 请教局域网中如何通过ip地址得到主机名
  • 请教kdevelop的问题
  • 请教linux 下的adsl拨号问题.
  • 请教,如何用虚拟订机安装liux
  • 【请教】LINUX 下SNMP的MIB开发
  • 请教一个opengl的问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3