光碟燒錄備份

progfloyd's 的頭像

一般燒錄下標準的檔案名稱只能支援DOS的8.3格式,但另還有Rock Ridge和Joliet兩種延伸格式。Rock Ridge:支援30個字元、UID/GID檔案權限、POSIX符號連結、devices等。Joliet: Windows CD-ROM的檔案系統。

終端機文字命令:(LPIC Level II)

  • mkisofs: 建立ISO9660檔案系統影像,用以燒錄到CD光碟。-- 開發網站
    語法: mkisofs options [ -o filename ] path [ path... ]
    選項:
      -J Joliet 延伸格式.
      -r 用來保留檔案的UID/GID權限等.
      -ldots Allow ISO9660 filenames to begin with a period.
      -l Allow full 31 character filenames.
      -o filename Write the image to the named file.

    ex: mkisofs -T -r -ldots -l -J -o /var/tmp/image.iso /var/tmp/backup

  • cdrecord: 用來燒錄音樂或資料光碟。-- 開發網站
    語法: cdrecord -scanbus
      cdrecord [ general_options ] dev=device image_file

    選項:

      -v Verbose output. Use one -v to track the burning process.
      -dummy Only pretend to burn.
      driveropts=burnfree Enables the burning mode that tolerates data underruns.
      speed=speed Set the burning speed.
      dev=device Specify which device to burn to.
  • 文字模式還可參考此篇指南。

GUI介面模式:

  • K3b: 一套目前滿完善可媲美Nero的燒錄程式,Gnome介面下只要安裝QT環境就可使用。-- 開發網站
  • GnomeBaker:Gnome 視窗介面下的燒錄程式,簡單直覺,容易上手。-- 開發網站
  • Nero Linux 3: 大家最熟悉的Nero燒錄程式Linux版,不過就是要花點摳摳。-- 產品網站

發表新回應

這個欄位的內容會保密,不會公開顯示。
  • 可使用的 HTML 標籤:<a> <em> <pre><strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><img><h1><h2><h3>
  • 自動斷行和分段。

更多關於格式選項的資訊