创建DMG并上传到互联网正在创建错误

时间:2014-06-02 05:23:05

标签: linux macos centos dmg

我创建了三个名为file1file2file3的文件。我将这三个保存在一个目录中

并在我们保存三个文件的目录中运行此命令

dd if=/dev/zero of="example.dmg" bs=1M count=10; hformat -l "example" ./"example.dmg"

我们的目录中将形成一个dmg文件。接下来从/ usr / sbin运行然后

  1. hmount /directorypath/example.dmg
  2. hcopy /directorypath/file1 example:
  3. hcopy /directorypath/file2 example:
  4. hcopy /directorypath/file3 example:
  5. humount
  6. 然后将此文件复制到您的mac系统并打开dmg文件,您将在其中找到所有三个文件。

    到现在为止它很好,但是一旦我将它上传到互联网,如果我下载它就会从那里上传。我收到错误

    There may be a problem with this disk image. Are you sure you want to open it?
    
    Opening this disk image may make your computer less secure or cause other problems.
    

0 个答案:

没有答案