LinuxQuestions.org
Help answer threads with 0 replies.
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 01-15-2012, 12:56 AM   #1
manojyadwad
LQ Newbie
 
Registered: Feb 2010
Location: Terdal
Distribution: Fedora 12
Posts: 4

Rep: Reputation: 0
Unhappy partition system of hard drive is very confussing. and many drawbacks


Long back (probabaly 2 yrs ago) when i went to install fedora it was very confusing for me to allot the partition space for my hard drive. where as we see in windows its very simple.

And also a systematic education is required to instal and operate your operating system.

For a person who is not a computer geek will almost be left behind to understand and operate Linux OS.

so at present I got a ubntu 11.10 copy of Linus OS. Saw that we can write local Indian language, saw the fonts also. but very few fonts of Indian language. And even dont know how to use these fonts work.

Last but not least the Karantaka Govt. has officialy made nudi as their Kannada software. We use widely in day to day life for typing Kannada in word, excel etc. So I want to know can you bring out a Linux version of Nudi software.

And one more thing the current interface in which I am typing its something troblesome. When we place cursor from one pt to another it dose not appear very soon.

Plese dont mind for my words. I just only want Linux to get better than ever.

Thanking you
Manoj Yadwad
 
Old 01-15-2012, 01:54 AM   #2
mpapet
Member
 
Registered: Nov 2003
Location: Los Angeles
Distribution: debian
Posts: 548

Rep: Reputation: 72
A systematic education WAS required to install Microsoft's OS too. You have just forgotten about it.

Does this help? http://kn.wikipedia.org/wiki/%E0%B2%...annada_Support

The way to improve the software is to learn about it and use it. Then share your knowledge with others and report bugs.
 
Old 01-15-2012, 07:16 PM   #3
lisle2011
Member
 
Registered: Mar 2011
Location: Surrey B.C. Canada (Metro Vancouver)
Distribution: Slackware 2.6.33.4-smp
Posts: 183
Blog Entries: 1

Rep: Reputation: 25
Partition in Linux

Partitioning a hard drive in Linux is as simple as doing it in Windows or a Mac.

fdisk will allow you to partition
cfdisk will allow you to partition

keep it simple, one big partition for everything and a 2GB swap partition. Both of these programs are menu driven so it should be easy.

On the language/fonts issue you need to set your locale to your country. Things should work out better.

And if you are at all interested I'm sure you could learn to program and make a Linux version of Nudi.
 
Old 01-23-2012, 04:29 AM   #4
manojyadwad
LQ Newbie
 
Registered: Feb 2010
Location: Terdal
Distribution: Fedora 12
Posts: 4

Original Poster
Rep: Reputation: 0
where to learn

I agree that you are giving a free OS, but where is the education material? Who will educate?
 
Old 01-23-2012, 04:32 AM   #5
manojyadwad
LQ Newbie
 
Registered: Feb 2010
Location: Terdal
Distribution: Fedora 12
Posts: 4

Original Poster
Rep: Reputation: 0
I am talking about partition at the time of instalation. There are many things if we go to set disk space mannualy. somthing called dev/ etc/ cant understand.
 
Old 01-23-2012, 04:38 AM   #6
manojyadwad
LQ Newbie
 
Registered: Feb 2010
Location: Terdal
Distribution: Fedora 12
Posts: 4

Original Poster
Rep: Reputation: 0
I want to learn from basic. How to get started from windows to Linux?
 
Old 01-23-2012, 05:20 AM   #7
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
Quote:
but where is the education material? Who will educate?
There are lots of learning materials available on internet or you can take help of tutors or coaching classes, whatever way you feel convinient.

Quote:
I want to learn from basic.
Here are some of the links for basic Linux learning:

http://www.ida.liu.se/~TDDI05/labs/L...x%20Basics.pdf
http://lowfatlinux.com/
http://www.aboutdebian.com/linux.htm
 
Old 01-23-2012, 06:20 PM   #8
mpapet
Member
 
Registered: Nov 2003
Location: Los Angeles
Distribution: debian
Posts: 548

Rep: Reputation: 72
Quote:
Originally Posted by manojyadwad View Post
I am talking about partition at the time of instalation. There are many things if we go to set disk space mannualy. somthing called dev/ etc/ cant understand.
1:if you have a second PC, use it as your Linux learning machine.
2:If you are not familiar with partitions from Windows, then you probably don't know as much as you think.
Very quickly using regular consumer hardware,
/dev/sda -- this is the first disk device as presented by the BIOS. If the disk has no partitions, then that is all Linux 'sees.' Installing most distros will be really easy.
/dev/sda1 -- this is the first primary partition of the disk. The next primary partition will be /dev/sda2
/dev/sda4 -- a logical partition. If you have split an installation of windows to simulate the handy Unix "/home/" concept, Microsoft loves to use logical partitions beyond root.

If you have only one system, the easiest way to install Linux is to reinstall windows and partition the disk yourself leaving about half the disk empty. Also be aware that some distros expose more install options to a user than others. I like Debian myself. As long as you have empty space on the disk it should be easy in Debian. Debian experiences are very, very well documented.

You asked for help and you got some. Great, right? Now go and learn and then offer your knowledge to others.

Last edited by mpapet; 01-23-2012 at 06:23 PM.
 
Old 01-23-2012, 07:11 PM   #9
mreff555
Member
 
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473

Rep: Reputation: Disabled
Ubuntu had many options to do the partitioning for you

As for manual partitions, not difficult, easier than windows anyway.
Talk about a confusing and frustrating command line program dry using windows diskpart
 
Old 01-23-2012, 07:40 PM   #10
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,363

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
If its just a home system and its only going to run Linux, just take the defaults.
 
Old 01-23-2012, 07:47 PM   #11
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Here are easy instructions for installing Ubuntu without partitioning your harddrive:

http://www.psychocats.net/ubuntu/wubi

You have many options with Linux.
 
Old 01-23-2012, 08:55 PM   #12
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,351
Blog Entries: 28

Rep: Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147
I will second that Windows partitioning seems simple because it's what you are used to. I found Linux partitioning mysterious until I understood it. Now I consider it makes more sense than does the DOS/Windows way.

Here are three resources I've found useful.

http://linux.about.com/. It's oriented to Ubuntu, but it's full of good info.

http://tille.garrels.be/training/tldp/. Machtelt Garrels Intro to Linux.

http://www.slackbook.org/. Slackware oriented, but excellent on the basics, such as file structure, permissions, and the like.

Here's a good, simple explanation of the file structure:

http://www.thegeekstuff.com/2010/09/...tem-structure/

Here's a good article on partitions:

http://tldp.org/HOWTO/html_single/Pa...n/#explanation

Section 2 might answer a lot of your questions about partition names.
 
  


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
Copying a partition from one hard drive to the same partition on another hard drive pylagan Linux - General 1 03-23-2010 12:02 PM
Hard drive partition, mounting, and file system help needed please. nix-newb Linux - Hardware 4 11-02-2008 09:44 PM
Hard Drive Partition Management - Mandriva Double Partition with Swap File partition moshebagelfresser Linux - Hardware 2 05-23-2008 10:46 AM
2 hard drive in system mirror 1st hard drive sburns76247 Linux - General 2 12-21-2004 01:47 AM
how to partition hard drive for dual boot xp-home and linux system sabaki Linux - Laptop and Netbook 5 03-06-2004 02:10 PM

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

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