I have installed Xubuntu on a USB stick and created some files. Later there was a problem with Xubuntu, so I made a backup and re-installed it.
The wayt I made the backup, isn't exacly the right way of doing it (I'm not so familiar with this subject :) ):
I cnnected the USB stick to a running Windows computer and just copied all the files I found there form the USB stick ("My Computer") to the windows computer.
The files I copied are some folders (e.g. .disk
, boot
, casper
, dists
, EFI
and some more.) and some files (e.g. casper-rw
, md5sum.txt
, menu.c32
, README.diskdefines
, syslinux.cfg
and more.)
Now I want to recover some files from my desktop in Xubuntu in order to edit them in Windows or even linux.
I notices in the folder casper
there are few files:
- filesystem.manifest
- filesystem.manifest-remove
- filesystem.size
- filesystem.squashfs
- initrd.lz
- vmlinuz.efi
The biggest file there, filesystem.squashfs, weights almost 1 GB, so I have a reason to beleive that this file contains my files from Xubuntu.
How can I exctract them? I can use linux (I have a new, working version of Xubuntu on the same USB stick, while the "backup" is located on the C
drive of the hosting computer)
Thanks!!
home
folder is empty... Perhaps the file I found is... Some sort of initial backup the installer created automatically. Perhaps there's a different file which actually has my files? – Reuven Karasik Jan 22 '15 at 10:31filesystem.squashfs
as part of the live ISO, and "casper" part of the persistent feature, I thinkcasper-rw
used to be the "filesystem in a file" that stored your changed/personal files... – Xen2050 Jan 22 '15 at 11:24casper-rw
file. – Eric Carvalho Jan 22 '15 at 14:29