LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 03-04-2009, 12:42 AM   #1
directorguy7
LQ Newbie
 
Registered: Mar 2009
Posts: 1

Rep: Reputation: 0
sorry newbie question.


My WINDOWS MBR and hdd layout as follows.-

120gb (C: ) WINDOWS BOOT Drive.Vista (IDE)
230gb (D: ) Windows 7 Beta (SATA)
-------------------------------------------------
500gb (F: ) Extra storage (SATA) (?: ) 30GB of the F: drive left unpartitioned.
--
I would like to install unbuntu to the 30gb of blank, unpartitioned space. I know, tri-booting is not always recommended, but i feel fine with it as its not 3 windows OS's, and the fact that linux and windows use different boot loaders completely it would be fine.

When i start to install,(choose to manually set up partitions as im afraid it will erase a windows install or something) i am able to find the 30GB as the installer tells it as "Free Space" and is the only one i can "create a partition" to. I do this, (im not sure what a "mount point"means, but created it as "/" as leaving it blank does not allow me to continue installation. it installs fines, even finds both vista,and 7 and askes if i want to transfer documents (no.) it gives an option for boot loader config, but i left it alone, thinking Linux would see my widows MBR, and know i want to dual boot, and install fine.
Installation complete, but when i restart, linux is nowhere to be found, windows boot loader (offering only vista, and 7 as options like usual) loads and i can go into vista. Vista reports the 30gb as now partitioned (does not see it as a drive letter or anything which is fine as linux uses different partitioning to see the drives) so i know the install did go on that 30 gb. Im sure its something obvious but any DETAILED (im REALLY new to linux, but need to learn linux from top to bottom as i already do with widows to further a sysadmin career)help is appreciated. I know very very little, so i appreciate any one who can give me step by step help. thanks again for your time and help. i look forward to a response.
 
Old 03-04-2009, 01:09 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,125

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Run the Ubuntu liveCD, and go here, download and run the script, and post the RESULTS.txt here.
Will enable us to see what happened.
 
Old 03-04-2009, 01:20 AM   #3
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by directorguy7 View Post
My WINDOWS MBR and hdd layout as follows.-

120gb (C: ) WINDOWS BOOT Drive.Vista (IDE)
230gb (D: ) Windows 7 Beta (SATA)
-------------------------------------------------
500gb (F: ) Extra storage (SATA) (?: ) 30GB of the F: drive left unpartitioned.
--
I would like to install unbuntu to the 30gb of blank, unpartitioned space. I know, tri-booting is not always recommended, but i feel fine with it as its not 3 windows OS's, and the fact that linux and windows use different boot loaders completely it would be fine.

When i start to install,(choose to manually set up partitions as im afraid it will erase a windows install or something) i am able to find the 30GB as the installer tells it as "Free Space" and is the only one i can "create a partition" to. I do this,
To this point, all is right.

Quote:
(im not sure what a "mount point"means, but created it as "/" as leaving it blank does not allow me to continue installation.
A mount point is an arbitrary location in your filesystem where a new device is attached, and its contents is made available. Don't worry if what I just said is chinese to you, it just takes a bit of time to become familiar with it.

In windows, not only partitions, but any other storage device is made available to you and identified as a single letter with a colon after it (a: ... z:)

In linux (and posix OSes in general), you "mount" a drive at a given point. The root of your file system is identified as a slash (/), this is where your fs starts. It usually lives in a partition, but it can really live anywhere, including a cdrom, and usb key or even a ram disk (but that's irrelevant here).

If you want to attach a new device into your fs you just mount it. For example, you could mount your cdrom at /mnt/cdrom, and then you would see the contents of your cdrom inside that directory. There's nothing like C: or D: to traverse devices, they all are attached or dettached from your fs as you wish. It's a very flexible system.

The mount point is arbitrary, you could really mount your cdrom wherever you want or fits you better, assuming you have the rights (as in "privileges" or "permissions") to do so.

USB drives, additional partitions and disks of any kind are all mounted the same, and their true nature is usually irrelevant to the applications. You'll learn this with the time and assimilate it. It's just different, but not complicated once you see it in practice.

So, in short, / is the right mount point if you only have one partition dedicated to linux.

Quote:
it installs fines, even finds both vista,and 7 and askes if i want to transfer documents (no.) it gives an option for boot loader config, but i left it alone, thinking Linux would see my widows MBR, and know i want to dual boot, and install fine.
Installation complete, but when i restart, linux is nowhere to be found, windows boot loader (offering only vista, and 7 as options like usual) loads and i can go into vista.
I am not familiar with either Vista, Windows 7 nor Ubuntu, so I can't be sure. But, in principle, you need to install the (so called) Linux boot loader, and then configure it so you can boot windows and linux from it. That will usually be lilo or grub. The installer should be able to configure either of them to work with linux at least, and it *might* autodetect windows as well. However, as said, my experience in that field is very limited.

The configuration of the bootloader can always be corrected at a later stage if one of the OSes can't be seen or can't be booted. Probably someone around will step with specific instructions for the Ubuntu/Windows. I don't use Ubuntu so I have no idea about what does the installer do, and what does it leave for you to configure by hand.



Welcome. I hope you stay for long.

Last edited by i92guboj; 03-04-2009 at 01:21 AM.
 
Old 03-04-2009, 01:58 AM   #4
silverfinger
LQ Newbie
 
Registered: Mar 2009
Posts: 1

Rep: Reputation: 0
what is MBR ????
 
Old 03-04-2009, 02:10 AM   #5
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by silverfinger View Post
what is MBR ????
It stands for "master boot record", and there's where your boot loader resides usually. Look at this:


http://es.wikipedia.org/wiki/Master_Boot_Record

And if you need more info, open a new thread. Your question is really not related to this thread.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache newbie question.. (very newbie question) tarballed Linux - Newbie 1 02-07-2003 08:41 PM
RE: Suse 8.0 hardware question {newbie question, pls help} Radiouk Linux - Distributions 2 06-04-2002 12:53 PM
RE: Samba question pls help {Newbie question} Radiouk Linux - Networking 4 06-03-2002 06:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration