Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I did a backup of the ssd on my eeepc using the following command from a Linux Mint on a USB key :
dd if=/dev/sda1 of=/media/disk/eeepc_save/SYSTEM/system.bck
(/media/disk in an external USB disk)
I deleted the ext2 partition using GPartEd on live USB key and created it back.
I rebooted Linux Mint and restored the filesystem using the opposite command :
I mounted /dev/sda1 and when I "ls" the root directory, I get several "NFS stale file handle" messages concerning directories (/dev and other).
I tried "e2fsck -y", had a bundle of corrections that resulted in the deletion of the directories.
I don't use NFS.
I did the same for the user filesystem and had no problem (it's an ext3 partition)
The two filesystems are the ones that came with the original Xandros installed on my eeepc and that were mounted with union-fs.
This is not a serious issue as this was only a test but I'd like to understand.
thank you for the answers but i definitely gave up the xandros installed on my eeepc. i kept the images i made and i realized that, in fact, the root image was useless as it is a read-only filesystem that never changes. as i hadn't problems with the the user filesystem image, i kept this one and get rid of the other. (i tried a restore by reinstalling the whole system and made a dd of the user filesystem image over the new one and it worked fine.)
P.S. : i now use linuxmint wich seems much better than xandros. i also gained about 1 and a half GB as xandros was using unionfs.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.