Skip to main content

Questions tagged [xz]

The .xz file format is a LZMA2 based compression format. There are no archiving capabilities so .xz files only hold one compressed file.

0 votes
2 answers
3k views

What are the implications for bug CVE-2024-3094 (ssh / xz) and how to minimize potential damage?

What are the real implications for bug CVE-2024-3094 (related to SSH and the XZ library) and how to minimize potential damage to the server?
Felipe's user avatar
  • 2,188
1 vote
0 answers
122 views

PiShrink creating files with different sizes with the same input

I've recently started using PiShrink to decrease the size of backup images and I noticed that the file size of an with PiShrink shrunken and xz compressed image. sudo pishrink.sh -Z input_image.img ...
Jannis's user avatar
  • 11
1 vote
2 answers
954 views

Decompressed a .xz file and now it has no extension and is not a directory

I had a directory of files that I compressed using: tar -cvJf my_directory.xz my_directory Now I've gone to decompress it using: xz -dv my_directory.xz my_directory and the resulting file is simply ...
lusk's user avatar
  • 113
0 votes
0 answers
2k views

The most complete backup of /dev/sdX with dd, tar, gz, xz

What is the most complete way to backup/restore entire /dev/sdX (to/from a file) including device partition table and partition flags, all possible metadata, owners, file permissions, ACLs, creation/...
Monerig's user avatar
  • 31
0 votes
0 answers
1k views

Error extracting tar.xz files on Linux

I have a bunch of tar.xz files I need to extract. I tried using the following command, but get errors when it tries to extract individual files. tar -xJf file.tar.xz tar: Example_path/and_file_name....
David K's user avatar
  • 341
2 votes
3 answers
7k views

Error extracting tar.xz files in Windows using command line

I have a bunch of tar.xz files I need to extract. I tried using the following command, but get an error. tar -xJf "S:This_Is\the path\to_my_file.tar.xz" tar: Error opening archive: Can't ...
David K's user avatar
  • 341
0 votes
0 answers
984 views

Is there a way to extract partial content from a tar.xz file?

I have a tar.xz file in a server. I would like to see what is inside and extract some of the content. The problem is that this file is 1.24TB large! My local PC can not hold it. Is there a way to ...
KansaiRobot's user avatar
0 votes
2 answers
4k views

How to let xz show percentage progress when compressing block device in Linux?

When I use xz to compress a block device (e.g. /dev/sda1), --verbose shows the current size read from input file (128 MiB below). However, it does not show the percentage of input file read (--- % on ...
Eric Stdlib's user avatar
4 votes
2 answers
5k views

Decompress a tar.xz file using all cores

I have 37 GiB File which was created by tar + xz. I have a server with 6 cores, so for maximum compression speed I want to use all my 6 cores using this command XZ_OPT='-T0 -9 –memory=75%' tar -cJf ...
alanyalilar's user avatar
0 votes
0 answers
378 views

how do i use fuse to mount a file in a compressed file as a symlink

i have a directory full of .xz files, each containing a single file (not tar). uncompressed, the directory is 23GiB. (*.xml) compressed, the directory is 1GiB. (*.xml.xz) how do i fool the filesystem ...
loud_flash's user avatar
0 votes
1 answer
343 views

Ffmpeg decompress xz/gz/zip in memory

I have a xz compressed y4m raw video file (sintel-4k.y4m.xz) and I would like to transcode it using ffmpeg, decompressing in memory. I do not have enough disk space to decompress the file to disc and ...
Rubydesic's user avatar
  • 137
-1 votes
1 answer
242 views

Create Fixed Size xz archive

I want to create an xz archive with exact size 8MB, I use 7z to create archive but the size is less than 8MB I know xz support padding to increase size but I dont know which tools suppurt this feature ...
Hamid's user avatar
  • 111
1 vote
1 answer
1k views

An installation script in a Docker's container fails due to xz command

I am trying to install PredictProtein for Docker from here. The script for installing the database used by PredictProtein downloads the data as a .txz file. After downloading, the script attempts to ...
Lafayette's user avatar
  • 183
2 votes
1 answer
934 views

backports/lzma/_lzmamodule.c(115) : fatal error C1083: Cannot open include file: 'lzma.h': No such file or directory

I have a Windows 7 PC with Visual Studio 2015 upgrade 3 installed on it and I would like to install backports.lzma library for Python with pip. I have downloaded and extracted XZ Utils in Program ...
Cyr's user avatar
  • 137
0 votes
1 answer
424 views

Getting "Error: Empty archive" when installing wine using homebrew

I am trying to install wine on my mac using homebrew following this tutorial: https://www.davidbaumgold.com/tutorials/wine-mac/ In step 4 when I do "brew install wine" I get the following: ==> ...
Kyle's user avatar
  • 11

15 30 50 per page