techPowerUp! Forums

Go Back   techPowerUp! Forums > Software > Linux / BSD / Mac OS X

Reply
 
Thread Tools
Old Dec 19, 2010, 04:57 PM   #1
@RaXxaa@
200 Posts
 
@RaXxaa@'s Avatar
 
Join Date: Jun 2009
Location: Pakistan & US
Posts: 469 (0.33/day)
Thanks: 24
Thanked 20 Times in 17 Posts

System Specs

Ubuntu 10.10 installation gone wrong?

Hi there everyone, i just installed ubuntu 10.10 last night, iam a new user with almost no experince with it...

Anyway i was having problems installing it cuz i was using capital alphabets in the user name, when i figured that out i already went in to installing beside an os instead of manual assignments.

So i knew the sda5 (partition) was my D drive in windows which i emptied to install ubuntu.

SO in installing beside os mode i had two drives i am sure one was D drive and the other was E drive.
C drive has win7 installed.
So i selected D(sda5) only and after installation i am no longer able to have access to windows 7 and it show 3gb used out of 1tb hard drive, which seems like it formatted the whole drive...
So is there something that i did wrong or something else cuz i no longer can see any data on the drive.
BTW i selected D drive which specifically said 150Gb not 1TB.
I really want my data back
@RaXxaa@ is offline  
Reply With Quote
Old Dec 19, 2010, 05:14 PM   #2
blobster21
200 Posts
 
blobster21's Avatar
 
Join Date: Oct 2004
Location: Vandoeuvre - France
Posts: 210 (0.07/day)
Thanks: 17
Thanked 21 Times in 20 Posts
Send a message via ICQ to blobster21 Send a message via MSN to blobster21 Send a message via Skype™ to blobster21

System Specs

can you please paste the result of the following command after issuing it in a terminal :

Code:
sudo fdisk -l
alternatively if you know how / have Gparted installed, please post a screenshot of your harddrive structure
__________________

"Interesting how chip design sounds a lot like software design, which share similarities with legislation and sausage making. It ain't pretty"
blobster21 is offline  
Reply With Quote
Old Dec 19, 2010, 08:48 PM   #3
@RaXxaa@
200 Posts
 
@RaXxaa@'s Avatar
 
Join Date: Jun 2009
Location: Pakistan & US
Posts: 469 (0.33/day)
Thanks: 24
Thanked 20 Times in 17 Posts

System Specs

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00059e28

Device Boot Start End Blocks Id System
/dev/sda1 * 1 119785 962170880 83 Linux
/dev/sda2 119785 121602 14588929 5 Extended
/dev/sda5 119785 121602 14588928 82 Linux swap / Solaris

Disk /dev/sdb: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xa4b57300

Device Boot Start End Blocks Id System
/dev/sdb1 1 38913 312568641 7 HPFS/NTFS
@RaXxaa@ is offline  
Reply With Quote
Old Dec 20, 2010, 08:55 PM   #4
blobster21
200 Posts
 
blobster21's Avatar
 
Join Date: Oct 2004
Location: Vandoeuvre - France
Posts: 210 (0.07/day)
Thanks: 17
Thanked 21 Times in 20 Posts
Send a message via ICQ to blobster21 Send a message via MSN to blobster21 Send a message via Skype™ to blobster21

System Specs

your new disks structures is as follow :

1 Linux primary partition taking 98% of your 1Tb space (sda1)
1 Linux swapfile made of the remaining space, and located on an extended partition (sda5)
1 NTFS volume taking 100% of your 2nd drive (sdb1)

Right now sda1 has the bootloader written on it.

You'll need gparted to know the filling percentage of each partitions.

If not already accessible from the file manager (Nautilus), you could try to mount sdb1 and see what left inside, just to make sure it's not your previous Win7 installation.

in an happy scenario, you would have to write the following code in a terminal to have all your OSes detected and added to Grub2 menu list :

Code:
sudo update-grub
__________________

"Interesting how chip design sounds a lot like software design, which share similarities with legislation and sausage making. It ain't pretty"
blobster21 is offline  
Reply With Quote
Old Dec 21, 2010, 02:43 PM   #5
Chevalr1c
2000 Posts
 
Chevalr1c's Avatar
 
Join Date: Sep 2010
Location: Tilburg, Netherlands
Posts: 2,059 (2.07/day)
Thanks: 4,976
Thanked 787 Times in 533 Posts

System Specs

Quote:
Originally Posted by blobster21 View Post
If not already accessible from the file manager (Nautilus), you could try to mount sdb1 and see what left inside, just to make sure it's not your previous Win7 installation.
What blobster21 means, is that you need to go to Locations --> 320 GB Filesystem. Check whether there are typical Windows folders on it.
If they are there, just do
Code:
sudo update-grub
to update the GRUB bootloader.
Chevalr1c is offline  
Crunching for Team TPU
Reply With Quote
Old Dec 21, 2010, 10:50 PM   #6
@RaXxaa@
200 Posts
 
@RaXxaa@'s Avatar
 
Join Date: Jun 2009
Location: Pakistan & US
Posts: 469 (0.33/day)
Thanks: 24
Thanked 20 Times in 17 Posts

System Specs

Thx for ur help guys, the 320gb hd is my backup which is external. and as for the main drive
it is empty and i just removed ubuntu and installed win7 and there is no data. data recovery doesnt help much either so i just left ubuntu cuz it wasnt a good experince. So now
I just installed Vmware and installed ubuntu in there but havent used it yet though
@RaXxaa@ is offline  
Reply With Quote
Old Dec 22, 2010, 07:37 PM   #7
Chevalr1c
2000 Posts
 
Chevalr1c's Avatar
 
Join Date: Sep 2010
Location: Tilburg, Netherlands
Posts: 2,059 (2.07/day)
Thanks: 4,976
Thanked 787 Times in 533 Posts

System Specs

Well, that is why I always choose for expert mode, no matter what OS, so that I have full control of the partitioning.
Chevalr1c is offline  
Crunching for Team TPU
Reply With Quote
Old Dec 23, 2010, 01:17 AM   #8
@RaXxaa@
200 Posts
 
@RaXxaa@'s Avatar
 
Join Date: Jun 2009
Location: Pakistan & US
Posts: 469 (0.33/day)
Thanks: 24
Thanked 20 Times in 17 Posts

System Specs

I did actually do that like 5 times before and the installation wouldnt continue then i realized it was the username written in capital but till i realized i had already selected install with an os mode.
@RaXxaa@ is offline  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A HTPC gone wrong. alucasa System Builder's Advice 10 Sep 22, 2010 09:26 PM
Ubuntu installation problem? nikdevid Linux / BSD / Mac OS X 31 Dec 18, 2009 07:36 AM
RAM OC gone wrong Valenciente Overclocking & Cooling 44 Nov 11, 2009 12:44 AM
BIOS flash gone wrong mystikl AMD / ATI 38 Jul 19, 2009 08:23 PM
X850 VDD gone wrong?!? Simonhome Graphics Cards 3 Feb 10, 2006 04:58 AM


All times are GMT. The time now is 06:06 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
no new posts