Differences
This shows you the differences between the selected revision and the current version of the page.
howto:extract 2010/01/11 21:19 | howto:extract 2017/09/06 17:34 current | ||
---|---|---|---|
Line 9: | Line 9: | ||
Inside the DSM-G600 you can't use those flags, so there you must use a pipeline: | Inside the DSM-G600 you can't use those flags, so there you must use a pipeline: | ||
- | <code>gunzip -c archivefile.tar.bz2 | /mnt/HD_a2/tar -xvf -</code> | + | <code>gunzip -c archivefile.tar.gz | /mnt/HD_a2/tar -xvf -</code> |
<code>/mnt/HD_a2/bzip2 -dc archivefile.tar.bz2 | /mnt/HD_a2/tar -xvf -</code> | <code>/mnt/HD_a2/bzip2 -dc archivefile.tar.bz2 | /mnt/HD_a2/tar -xvf -</code> | ||
- | [bzip2 can be obtained [[http://download.dsmg600.info/bzip2-1.0.3.tar.bz2|here]]. It's a bzip2 archive, so you'll obviously want to extract it //before// you install it onto the DSM-G600 8-).] | + | [bzip2 can be obtained [[http://dns323.kood.org/downloads/bzip2-1.0.3.tar.bz2|here]]. It's a bzip2 archive, so you'll obviously want to extract it //before// you install it onto the DSM-G600 8-).] |
---- | ---- |