mount iso镜像导致不同的文件
发表于 : 2012-06-13 17:49
一个debian镜像,debian.iso,鼠标右键,用open with archive manager打开,可以看见附件的内容,含有的文件夹及文件。
root@debian:/home/tiger# mkdir /tmp/test
root@debian:/home/tiger# mount -o loop /home/tiger/debian.iso /tmp/test
root@debian:/home/tiger# mount -o loop /home/tiger/debian.iso /tmp/test
挂载后,可以看见附件的内容。
对比发现:
1.iso镜像的.disk [BOOT]文件夹在挂载后消失了
2.挂载后的文件里含有一个链接文件 debian
如果我要对镜像裁剪后再打包成iso镜像,那不是不能用这种挂载的方式?
root@debian:/home/tiger# mkdir /tmp/test
root@debian:/home/tiger# mount -o loop /home/tiger/debian.iso /tmp/test
root@debian:/home/tiger# mount -o loop /home/tiger/debian.iso /tmp/test
挂载后,可以看见附件的内容。
对比发现:
1.iso镜像的.disk [BOOT]文件夹在挂载后消失了
2.挂载后的文件里含有一个链接文件 debian
如果我要对镜像裁剪后再打包成iso镜像,那不是不能用这种挂载的方式?