LinuxQuestions.org
Visit Jeremy's Blog.
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-30-2004, 08:10 PM   #1
Sticktendo
Member
 
Registered: Dec 2004
Distribution: attempting mandrake 10.1
Posts: 112

Rep: Reputation: 15
new partitions on new hard drives


i have a 160 gb new hard drive that i have installed pysically. now im ready to prepare it for linux and the such. i intend on having a 20 GB space for linux. 1 GB for swap and all the remaining to be vfat.

what formay does the linux and swap space need to be?

what is the difference between stripped an mirrored?
 
Old 12-30-2004, 11:28 PM   #2
whipermr5
Member
 
Registered: Dec 2004
Location: Singapore
Distribution: Fedora Core 5 Linux
Posts: 202

Rep: Reputation: 30
Giving linux 20GB is totally perfect; you should give the amount of swap twice the size of your RAM.

Are you sure you want to use RAID? Stripping data has fast acess to the data; mirroring data means that if a hard drive goes down, th other one has a mirror of it like a backup.
 
Old 12-31-2004, 12:15 AM   #3
Sticktendo
Member
 
Registered: Dec 2004
Distribution: attempting mandrake 10.1
Posts: 112

Original Poster
Rep: Reputation: 15
well i got a SATA harddrive and i didnt want to mess with returning it and such so i just got a PCI card that was like an adapter.

RAID was my only real option.

is there any other way to do it?

and how do i make a partition vfat? it only gave me the option for nfts or whatever it was.

EDIT:actually i dont think i used raid cause i didnt make any sets.

EDIT2:and where do i get these? i cant put it into vfat or anything else....

Last edited by Sticktendo; 12-31-2004 at 12:30 AM.
 
Old 12-31-2004, 12:34 AM   #4
carl0ski
Member
 
Registered: Sep 2004
Location: Melbourne, Victoria Australia
Distribution: Support those that support you :)
Posts: 872
Blog Entries: 12

Rep: Reputation: 30
ewww VFAT

arghh i'm alergic to that FS

it is slow and unreliable compared to Linux native FS
why not use on of them?


Whipermr5
Distribution: Redhat Linux 9 & Windows XP (though I hate it)
Why not get CrossXover office
it lets you install and run Internet Explorer, Adobe Suite, MS Office
Macromedia Suite MX
Trillian, MSN messenger etc (certified and Working)

plus i havent found a windows Installer that doesnt work with it yet
 
Old 12-31-2004, 12:42 AM   #5
Sticktendo
Member
 
Registered: Dec 2004
Distribution: attempting mandrake 10.1
Posts: 112

Original Poster
Rep: Reputation: 15
ok....well....i wanted to make 120 GB of my new hard drive available to both XP and linux....what would you suggest?

i wanted to be able to put all my music on that part and then have either OS be able to read AND write on it.

also, i planned on getting fedora
 
Old 12-31-2004, 12:54 AM   #6
whipermr5
Member
 
Registered: Dec 2004
Location: Singapore
Distribution: Fedora Core 5 Linux
Posts: 202

Rep: Reputation: 30
Quote:
Why not get CrossXover office
it lets you install and run Internet Explorer, Adobe Suite, MS Office
Macromedia Suite MX
Trillian, MSN messenger etc (certified and Working)

plus i havent found a windows Installer that doesnt work with it yet
It costs money
 
Old 12-31-2004, 01:07 AM   #7
whipermr5
Member
 
Registered: Dec 2004
Location: Singapore
Distribution: Fedora Core 5 Linux
Posts: 202

Rep: Reputation: 30
Quote:
ok....well....i wanted to make 120 GB of my new hard drive available to both XP and linux....what would you suggest?

i wanted to be able to put all my music on that part and then have either OS be able to read AND write on it.

also, i planned on getting fedora
If you really need to share it with windows, maybe FAT32 is OK. Even I use it for all my data, instead of My Documents in windows or /home in linux.
 
Old 12-31-2004, 01:12 AM   #8
Sticktendo
Member
 
Registered: Dec 2004
Distribution: attempting mandrake 10.1
Posts: 112

Original Poster
Rep: Reputation: 15
right.....so how do i make it fat32?
 
Old 12-31-2004, 01:12 AM   #9
whipermr5
Member
 
Registered: Dec 2004
Location: Singapore
Distribution: Fedora Core 5 Linux
Posts: 202

Rep: Reputation: 30
Quote:
Whipermr5
Distribution: Redhat Linux 9 & Windows XP (though I hate it)
Why not get CrossXover office
it lets you install and run Internet Explorer, Adobe Suite, MS Office
Macromedia Suite MX
Trillian, MSN messenger etc (certified and Working)

plus i havent found a windows Installer that doesnt work with it yet
Besides, I'm not having windows because I need it. I think OpenOffice is much better. It's just that it's a family computer; and my entire family uses windows, and thinks linux is too hard to learn. I'm just a kid anyway, so I can't get a new computer all to myself
 
Old 12-31-2004, 01:14 AM   #10
whipermr5
Member
 
Registered: Dec 2004
Location: Singapore
Distribution: Fedora Core 5 Linux
Posts: 202

Rep: Reputation: 30
You can use fdisk.
It lets you create a new partition with almost any imaginable fs type.
 
Old 12-31-2004, 01:25 AM   #11
Sticktendo
Member
 
Registered: Dec 2004
Distribution: attempting mandrake 10.1
Posts: 112

Original Poster
Rep: Reputation: 15
and that is?

if you have AIM, my SN is ssj5kuhanten.

i have no clue what you guys are talking about. thats why im on the newbie board.
 
Old 12-31-2004, 01:30 AM   #12
whipermr5
Member
 
Registered: Dec 2004
Location: Singapore
Distribution: Fedora Core 5 Linux
Posts: 202

Rep: Reputation: 30
fdisk is a partitioning tool. You can run it from the command prompt by typing fdisk /dev/hdb and hitting enter. This assumes you want to configure the second hardrive. Then type m and hit enter. A list of what you can do appears. Hit n and then enter. You can select what fs type to use, size, label and other things here.
 
Old 12-31-2004, 04:05 AM   #13
Sticktendo
Member
 
Registered: Dec 2004
Distribution: attempting mandrake 10.1
Posts: 112

Original Poster
Rep: Reputation: 15
how do i get to the command prompt?
 
Old 12-31-2004, 08:30 AM   #14
carl0ski
Member
 
Registered: Sep 2004
Location: Melbourne, Victoria Australia
Distribution: Support those that support you :)
Posts: 872
Blog Entries: 12

Rep: Reputation: 30
Ctrl + ALT + F1
 
Old 12-31-2004, 09:21 AM   #15
mjjzf
Member
 
Registered: Feb 2004
Location: Valby, Denmark / Citizen of the Web
Distribution: Slackware 14.1
Posts: 879

Rep: Reputation: 39
But you would have to install Windows first, and then a Linux distribution. You can just make the entire installation FAT32 and then make a Linux installation, picking ext3 or ReiserFS for the Linux partitions.
 
  


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
Hard Drives / Partitions? ctroyp Linux - Newbie 5 10-26-2005 02:50 PM
Partitions with 2 Hard Drives gblasius Linux - Newbie 6 09-27-2005 09:40 AM
External Hard Drives/Hard Drives ddrfreak Mandriva 1 12-16-2004 06:12 PM
Cloning Hard Drives and Partitions! an alternative to Norton ghost thebover Linux - Software 3 08-18-2004 03:40 PM
Upgrading hard drives on Software raid 1 boot drives. linuxboy123 Linux - General 0 12-11-2003 03:28 PM

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

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