LinuxQuestions.org
Review your favorite Linux distribution.
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 12-20-2012, 11:09 PM   #16
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176

Quote:
Originally Posted by Ompixie View Post
The guide says:

"Hence, in a dual system, a FAT32 filesystem is commonly used as a way of sharing files between Linux and Windows. ext3 is a native Linux filesystem"

- Does this mean that the partition of linux has to be formated as ext3? Wonder if there is such an option in Partition Magic.
- Does this mean that I will need tools to access through linux my second internal hard disk which is ntfs?
- Do you guys format your external and internal Hard Disks as FAT32 to have access to them from both systems?
Yes, the Linux partition should be partitioned as a ext3 journaling file "/"

You said " second internal hard disk. Do you have 2 internal hard drives?

I didn't format my internal Hard Drive.

You will be able to choose which operating system that you want to mount after the installation of Ubuntu is complete. Linux installs a bootloader called GRUB. Here is the full tutorial:
http://www.dedoimedo.com/computers/grub.html

When you boot up your computer you will see on the screen both operating systems and you will have the opportunity to choose which one you want to interact with. (by using the arrow keys)
 
Old 12-21-2012, 12:08 AM   #17
Ompixie
LQ Newbie
 
Registered: Dec 2012
Distribution: Linux Mint Maya
Posts: 22

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Yes, the Linux partition should be partitioned as a ext3 journaling file "/"

You said " second internal hard disk. Do you have 2 internal hard drives?

I didn't format my internal Hard Drive.

You will be able to choose which operating system that you want to mount after the installation of Ubuntu is complete. Linux installs a bootloader called GRUB. Here is the full tutorial:
http://www.dedoimedo.com/computers/grub.html

When you boot up your computer you will see on the screen both operating systems and you will have the opportunity to choose which one you want to interact with. (by using the arrow keys)
Yes I have 2 internal hard drives or disks. One is C (80GB) that has windows on. The second is D (250GB) which has my Data and Files. Both are NTFS as I checked. I guess I will probably disconnect the second drive in any case. So that I can experiment with the one drive as much as I like and it wont matter if something goes wrong.

I am currently on Ubuntu from a DVD! I can't believe how easy it is. Many years ago I used to read magazines on linux and how hard it was to get computers access the internet with linux, or find drivers for cards. Everything seems to be working with the cd instantly. I bet Greek language is also supported. Off to experiment .
 
Old 12-21-2012, 01:37 AM   #18
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Quote:
Originally Posted by Ompixie View Post
The guide says:

"Hence, in a dual system, a FAT32 filesystem is commonly used as a way of sharing files between Linux and Windows. ext3 is a native Linux filesystem"

- Does this mean that the partition of linux has to be formated as ext3? Wonder if there is such an option in Partition Magic.
It has to be formatted with one of the Linux filesystems, one of them is ext3. The installer of your distribution will do this for you.
Quote:
- Does this mean that I will need tools to access through linux my second internal hard disk which is ntfs?
No, Linux can handle NTFS whereas Windows cannot handle the Linux filesystems.
Quote:
- Do you guys format your external and internal Hard Disks as FAT32 to have access to them from both systems?
You can use FAT32 for this, but note that FAT32 can't handle file-permissions, every file is writeable from every OS from every user, do you want this? (no problem if you're the only one to use this computer).

Markus
 
1 members found this post helpful.
Old 12-21-2012, 09:41 AM   #19
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
Quote:
Yes I have 2 internal hard drives or disks. One is C (80GB) that has windows on. The second is D (250GB) which has my Data and Files
You won't see "C" or "D" when you are using Linux. The easiest way to find information on drives/partitions with Linux is to use this command from a terminal: sudo fdisk -l(Lower case Letter L in the command)

Drives are numbered as 'sda' (first drive), 'sdb' (second drive). The first partition on the first drive would be sda1, the second partition on the second drive would be sdb2. If you open a terminal in Ubuntu (you can do this by holding down the Ctrl+Alt+t keys simultaneously) and run the command above you should see the output from the Linux naming convention. Windows partitions will be filesystem type ntfs. Ubuntu 12.10 default filesystem is ext4. Installing Ubuntu on a drive formatted with the ntfs filesystem is not a good idea and probably won't work.

You should run the fdisk command so you see which partition you have available so as not to overwrite the windows data you indicate you have on the second disk.

If you disconnect your windows system drive as a precaution during the install so you do not overwrite it, you will need to ensure you install the Ubuntu Grub bootloader to the mbr of the second disk, have that disk set to first boot priority and after the installation completes, boot the newly installed Ubuntu and run: sudo update-grub. Otherwise, you will not be able to boot windows as the bootloader will have no information on windows as it was not connected during the installation. You would obviously need to have your windows drive connected at this point.
 
Old 12-21-2012, 11:28 AM   #20
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
O.k so what is what you want to achieve? are you planning on split the 80GB HD so the two Operating system ran from there? or are you trying to install Ubuntu in the secondary hard drive?.

Are you set in installing Ubuntu? The default graphical interface in Ubuntu is known as Unity and requires a good chunk of resources, as minimun you should have 1 GB of RAM and a decent video controller. If you have less than that let say you have 500MB of RAM I would suggest you to install Lubuntu instead, the L in Lubuntu stands for Light Weight, so the graphical interface uses less memory and stuff. In Gnu-Linux base operating systems you have the freedom to choose among different desktop managers (Graphical interfaces).

It is suggested to run a live session before installation just to make sure all your hardware is detected by the new Operating System.

If everything is detected then run Gparted and resize your partitions to make run for the new OS. The partition doesnt have to be formated at this time, because the installer will format it during installation.

After you have resized your partitions reboot back in Windows just to make sure everything still works and that you havent damaged anything so far.

During installation the installer program will ask you where do you want to install the new software then is your chance to navigate and point out the installer to that partition you created eralier.

If your intention is to install it on the secundary hard drive then dont create a partition in the 80GB hd, just point out the installer to the secondary hard drive during installation.

Good luck to you.

Last edited by TroN-0074; 12-21-2012 at 11:31 AM.
 
Old 12-21-2012, 11:43 AM   #21
Nbiser
Member
 
Registered: Oct 2012
Location: Maryland
Distribution: Fedora, Slackware, Debian, Ubuntu, Knoppix, Helix,
Posts: 302
Blog Entries: 7

Rep: Reputation: 44
A word of advice: I don't think that you should resize your partitions with Gparted. I did that once and had to reinstall windows on my hard drive. Thankfully, my computer was a new computer so I didn't have much to loose. I would use your second hard drive to put linux on while you run windows from the 80GB hard drive. To go back and forth between the two you can use the boot menu that comes with your computer.(That's how I've dual booted my PC.) To avoid a mix up during the Linux install you can unplug the windows hard drive. All success!
 
Old 12-21-2012, 11:59 AM   #22
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by Nbiser View Post
A word of advice: I don't think that you should resize your partitions with Gparted. I did that once and had to reinstall windows on my hard drive. Thankfully, my computer was a new computer so I didn't have much to loose. I would use your second hard drive to put linux on while you run windows from the 80GB hard drive. To go back and forth between the two you can use the boot menu that comes with your computer.(That's how I've dual booted my PC.) To avoid a mix up during the Linux install you can unplug the windows hard drive. All success!
I've never had a problem with gparted-live on cd or usb, in fact I'm in the process of resizing & moving partitions to make room in /.

But being that the OP has a data drive, I would use the windows disk management & resize (shrink from right) the data partition & install linux to the end of the drive.
If the data partition is extended partition you only shrink the logical & put linux in the unallocated space

Last edited by EDDY1; 12-21-2012 at 12:03 PM.
 
Old 12-21-2012, 01:18 PM   #23
Ompixie
LQ Newbie
 
Registered: Dec 2012
Distribution: Linux Mint Maya
Posts: 22

Original Poster
Rep: Reputation: Disabled
Guys I already run Ubuntu from a live cd and it works. Sounds work, although I could not download flash player for youtube (probably because it cannot save and install stuff on the cd?). Everything looks with a good resolution as far as graphic card is concerned. The mouse pointer only trembles when I go over the panel on the left. I had a look around and could access the C drive (which is ntfs). Its name was 80GB on the panel on the left . I could also access the second drive (also ntfs) and its files. I could open images but could not open mp3.

The plan is not to install linux on the data drive. So either I partition the current C or sd1 !! Or I get a new bigger hd. Not sure yet.

My system is Amd Athlon xp 1.15Gz 2GB Ram. I so dislike the idea of installing a "lite linux", I want the real thing.. but if necessary I will... A few more tests with live cds Ubuntu and MATE linux and then I will decide which one to install.

You are all extremely helpful here! Thanks.
 
Old 12-21-2012, 01:34 PM   #24
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Is the 60Gigs unallocated space if not the live cd should have gparted on it so you can resize sda1
can you post output of
Quote:
fdisk -l

Last edited by EDDY1; 12-21-2012 at 01:38 PM.
 
Old 12-21-2012, 01:53 PM   #25
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Light weight doest mean its not the real thing. Hoever resize your partition by moving the windows volume to the left allow 30 gb to unallocate space for ubuntu that will be good .
In the future you can aquire a larger hard drive. Remember to install codecs during installation if you are planing on playing mp3s and do youtube.
Good luck to you

Last edited by TroN-0074; 12-21-2012 at 01:56 PM.
 
1 members found this post helpful.
Old 12-21-2012, 01:55 PM   #26
Ompixie
LQ Newbie
 
Registered: Dec 2012
Distribution: Linux Mint Maya
Posts: 22

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by EDDY1 View Post
Is the 60Gigs unallocated space if not the live cd should have gparted on it so you can resize sda1
can you post output of
just fdisk -l ?

It does not return anything.
 
Old 12-21-2012, 01:58 PM   #27
Ompixie
LQ Newbie
 
Registered: Dec 2012
Distribution: Linux Mint Maya
Posts: 22

Original Poster
Rep: Reputation: Disabled
Does Ctr-c work on linux?

Here is output of sudo fdisk -l:


ubuntu@ubuntu:~$ fdisk -l
ubuntu@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 82.0 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders, total 160086528 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x14ac14ab

Device Boot Start End Blocks Id System
/dev/sda1 * 63 160071659 80035798+ 7 HPFS/NTFS/exFAT

Disk /dev/sdb: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders, total 398297088 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x5655e2bd

Device Boot Start End Blocks Id System
/dev/sdb1 63 398283479 199141708+ 7 HPFS/NTFS/exFAT
 
Old 12-21-2012, 02:01 PM   #28
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Quote:
Originally Posted by Ompixie View Post
just fdisk -l ?

It does not return anything.
Open a terminal and type that commad there. If it doesnt work try sudo fdisk -l
To open a terminal press the alt key and type terminal on the search bar, click on the icon
 
1 members found this post helpful.
Old 12-21-2012, 02:07 PM   #29
Ompixie
LQ Newbie
 
Registered: Dec 2012
Distribution: Linux Mint Maya
Posts: 22

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TroN-0074 View Post
Open a terminal and type that commad there. If it doesnt work try sudo fdisk -l
To open a terminal press the alt key and type terminal on the search bar, click on the icon

I posted the output on my previous post .


Funny how the windows controls (minimize-maximize-close) are on the left side of the windows!
 
Old 12-21-2012, 03:08 PM   #30
Ompixie
LQ Newbie
 
Registered: Dec 2012
Distribution: Linux Mint Maya
Posts: 22

Original Poster
Rep: Reputation: Disabled
Wonder if anyone can share some thoughts on choosing a distro that will
-be easy to install and to use (I am no programmer)
-look simple and stupid (I don't like fancy 3d desktops)
-be secure (thats the main reason I am switching to linux)
-be fast (old pc)
-give a taste of real linux and gradually open horizons to learn more on unix for novices
-have a friendly community for support

Expected functions to perform: online shopping, gmail, youtube, facebook.
Optional1: safer surfing (without fear for viruses).


It just dawned on me that Ubuntu looks very modern and heavy compared to my minimalistic XP configuration (classic view, no backgrounds etc).
 
  


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
Hooligans Storm Europe - problems running in wine (Ubuntu) kmacphail Linux - Games 4 10-27-2009 03:26 PM
two questions-linux noob mrryanthai Linux - Newbie 4 11-13-2007 05:49 PM
Linux Questions for a noob generalachoo Linux - Software 8 07-16-2006 10:53 PM
Linux Noob Questions Xaser2000 Fedora 19 02-22-2005 07:13 PM
10.1 Linux Noob Needs Help lots of Questions ddrfreak Mandriva 2 12-06-2004 10:46 PM

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

All times are GMT -5. The time now is 10:17 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