7z 및 lzma 모두로 "* .xz"파일의 압축을 풀려고했습니다 . 그러나 그들은 나에게 그런 메시지를 주었다.
$ 7z x myfile.fq.xz
7-Zip 4.57 Copyright (c) 1999-2007 Igor Pavlov 2007-12-06
p7zip Version 4.57 (locale=C,Utf16=off,HugeFiles=on,4 CPUs)
Processing archive: myfile.fq.xz
Error: Can not open file as archive
$ 7z x myfile.fq.xz
7-Zip 4.57 Copyright (c) 1999-2007 Igor Pavlov 2007-12-06
p7zip Version 4.57 (locale=C,Utf16=off,HugeFiles=on,4 CPUs)
Processing archive: myfile.fq.xz
Error: Can not open file as archive
lzma 와 함께
$ lzma -d myfile.fq.xz
J_12.fq.xz: unknown suffix -- unchanged
다른 옵션으로 :
$ lzma -S .xz -d myfile.fq.xz
lzma: SetDecoderProperties() error
@ 이그나시오 : 죄송합니다.
—
neversaint
@Ignacio는 : "- 데이터> myfile.fq.xz $ 파일 myfile.fq.xz :"그것은 나에게이 준
—
neversaint
file
...?