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.
I'm using ubuntu dapper drake, and I want to reformat everything and install kubuntu fiesty fawn.
I repartitioned my second hard-drive (because it had some gimp fat32 partition for some reason), and then I copied all the data I wanted to keep onto it. Nautilus says that's 31.9 GB worth.
I booted from the kubuntu cd and was in the process of installing when I noticed that it only said 7.64 GB were being used on that hard drive.
I rebooted into ubuntu to check. Nautilus says there's 31.9 GB on that harddrive, but QTparted says there's only 7.64 GB.
Is my data on the 2nd harddrive despite what qtparted says? Will my data be there after I completely reformat the first harddrive and install kubuntu on the first harddrive?
Also, why does Nautilus split my second harddrive into hdb1 and hdb2? I formated it as one partition.
Plus, natilus says there's only 116.9 GB between hdb1 & hdb2, when qtparted says there's 149.05.
Also, I apologize if this has been asked before. I did search, but those posts didn't make any sense to me.
I'm not much of a fan of the GUIs, but I'm having a bit of a problem working out what you're saying. Let's see the output from the following commands entered at a (Dapper) terminal
Code:
sudo fdisk -l
df -hT
(that's a lower case ell in te first command; will require your password)
Disk /dev/hda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 6421 51576651 7 HPFS/NTFS
/dev/hda2 6422 24194 142761622+ 83 Linux
/dev/hda3 24195 24321 1020127+ 82 Linux swap / Solaris
Disk /dev/hdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Pity - I was expecting you to have the second drives partition mounted. Mount it and let's see the the df again - pls use code tags in the reply; makes it read-able.
Now hdb1 is empty and my files are gone (although they're elsewhere on the hard drive).
Nautilus still reports hdb2, although I can't seem to mount it.
Now hdb1 is empty and my files are gone (although they're elsewhere on the hard drive).
Do you want to explain the bit in brackets in that sentence ???. Which hard drive ???.
Presuming you have done no reformatting/repartitionining between the posts above, there is no hdb2; hdb1 occupies the entire drive.
As for the data, who knows, but it sure don't look like it's on that second drive.
I'd be inclined to re-copy the data, unmount and re-mount it, then have a look to see if it's still there (on hdb1).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.