달력

07

« 2010/07 »

  •  
  •  
  •  
  •  
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

'poweriso'에 해당되는 글 1

  1. 2008/02/08 확장자 daa 파일 사용하기 (3)
2008/02/08 21:16

확장자 daa 파일 사용하기 Useful Tips2008/02/08 21:16

.daa 파일은  PowerISO 라는 상용 프로그램에서만 지원하는 이미지 파일 형식이어서 이 프로그램을 통해서만 사용이 가능하다.


프로그램 다운로드

- 윈도우용 PowerISO 다운로드

- 리눅스용 PowerISO 다운로드


프로그램을 설치 후 .daa 파일을 .iso 파일로 변경하면 쉽게 사용할 수 있다.

변경 방법

- 윈도우 XP : 상위 메뉴에서 '도구 - 변환' 실행

- 리눅스 : poweriso convert test.daa -o test.iso -ot iso

- Mac OS X : 현재 사용 가능한 툴이 없음.
 

리눅스에서의 poweriso 사용법

[root@localhost ~]# ./poweriso -?

PowerISO   Copyright(C) 2004-2007 PowerISO Computing, Inc
            Type poweriso -? for help

Usage:    poweriso <command> [parameters] [-switches]

<Commands>

 list <image file> <directory>    List files and directories in image file.
     Example:  List all files and directories in root direcory of /home/sam/test.iso .
     Command:  poweriso list /home/sam/test.iso / -r

 extract <image file> <dir/file name>   Extract files/directories from image file.
     Example:  Extract all files and directories in root direcory of /home/sam/test.iso
               to /home/sam/test recursively.
     Command:  poweriso extract /home/sam/test.iso / -od /home/sam/test

 convert <image file>    Convert image file to other format.
     Example:  Convert /home/sam/test.daa to standard iso file
     Command:  poweriso convert /home/sam/test.daa -o /home/sam/test.iso -ot iso

<Switches>

 -r             List or extract recursively.
 -o             Specify output image file name.
 -od            Specify output folder.
 -ot <iso|daa|bin>    Specify output image file type. If not specified,
                the image type will be determined by file name suffix.
 -volsize <n>   Split output image file to multiple volumes, and set volume
                size to <n>. Example: -volsize 100M
 -setpassword <password>   Set password for output image file.
                Example: -setpassword 12345678

TAG ,
Posted by shsch