Tiny Core Linux

General TC => General TC Talk => Topic started by: si_hussain1 on August 28, 2010, 08:04:30 AM

Title: how to extract tcz file
Post by: si_hussain1 on August 28, 2010, 08:04:30 AM
Anybody knows  how to extract tcz file ?
Title: Re: how to extract tcz file
Post by: tinypoodle on August 28, 2010, 08:12:07 AM
Install squashfs-tools-*.tcz
then use 'unsquashfs'  ;)
Title: Re: how to extract tcz file
Post by: Juanito on August 28, 2010, 08:19:22 AM
..or:
Code: [Select]
$ mkdir /tmp/image
$ sudo mount -o loop extension.tcz /tmp/image
..and then copy the files under /tmp/image somewhere else
Title: Re: how to extract tcz file
Post by: si_hussain1 on August 28, 2010, 08:26:47 AM
thank you very much  :)
Title: Re: how to extract tcz file
Post by: si_hussain1 on August 28, 2010, 08:27:58 AM
..or:
Code: [Select]
$ mkdir /tmp/image
$ sudo mount -o loop extension.tcz /tmp/image
..and then copy the files under /tmp/image somewhere else


Thanks. This worked