Linux - NewbieThis Linux 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.
First, are you sure that you deleted the partition? Tell us exactly what you did and post the output of "sudo fdisk -l" (ell, not one)
Note that a partition is not "in a directory". Partitions get mounted to mountpoints which are the same a directories in the file structure. Is it possible you only deleted the mount point?
All this aside, data IS recoverable as long as you don't write to the disk. The absoluter safest thing would be to shut down and then boot up from a live CD to sort things out.
First, are you sure that you deleted the partition? Tell us exactly what you did and post the output of "sudo fdisk -l" (ell, not one)
Note that a partition is not "in a directory". Partitions get mounted to mountpoints which are the same a directories in the file structure. Is it possible you only deleted the mount point?
All this aside, data IS recoverable as long as you don't write to the disk. The absoluter safest thing would be to shut down and then boot up from a live CD to sort things out.
The partition was a folder in /media/disk7 I recall, I didn't know that at the time so I accidentally deleted it (that was actually some time ago).
But let's assume everything is recoverable- what software should I use on the live CD?
No, the partition was mounted to a folder. (In this context, folder, directory, and mountpoint are synonymous) I hate to nitpick, but if you are digging into recovery, we need to be precise.
First, run "sudo fdisk -l" as I indicated previously. We need to confirm what partitions are there and--if the windows one is missing--at least get some clues where it is.
Recovery tools include "testdisk" and "photorec", but it depends on what you have.
By the way, is there important data on that partition? If not, why not simply re-install Windows?
Last edited by pixellany; 09-25-2009 at 05:30 PM.
Reason: typo
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.