LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-17-2011, 08:17 PM   #1
Bob32
Member
 
Registered: Mar 2011
Posts: 97

Rep: Reputation: 0
hard drive


hello,

I just bought a 3TB hard drive.
I'd like to configure it in order to be able to use it. From what I understand it becomes more complicated for hard drives over 2TB.
I want to get the most out of it (being able to work with as many operating systems as possible (including xp, for instance), being able to boot on it, having if possible only one partition, etc...).
What am I supposed to do exactly?

Thanks
 
Old 03-17-2011, 08:45 PM   #2
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Here is what I do:
Install XP first to a primary partition using whatever size partition you want for XP.
Create a swap partition. All linux distros can share the same swap.
Create a /data partition for storing your data. All linux distros will share this data partition.
Create a root partition for each distro that you want to use.
Install one distro's grub to the MBR, and use that grub to boot all of your operating systems. This distro should be installed second after XP since it's grub will control the MBR.
For all other distros, either choose not to install grub (or lilo), or install those distros boot loaders to their respective root partitions.

Last edited by tommcd; 03-17-2011 at 08:48 PM.
 
Old 03-17-2011, 08:52 PM   #3
Bob32
Member
 
Registered: Mar 2011
Posts: 97

Original Poster
Rep: Reputation: 0
I'm sorry, but I feel you misunderstood me. I wasn't talking about how to install an operating system or boot loader, but rather how to initialize the hard drive and surpass that 2TB limit.
 
Old 03-17-2011, 09:01 PM   #4
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,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
I'd take a look at it with GParted to see what it looks like, then go from there.

I have a 2TB external that came formatted NTFS (which was mildly surprising, since most USB stuff seems to come FAT32).

I split it into two drives formatted with ext3.
 
Old 03-17-2011, 09:04 PM   #5
Bob32
Member
 
Registered: Mar 2011
Posts: 97

Original Poster
Rep: Reputation: 0
So what commands exactly am I supposed to execute in order to format it ?
The disk right now is a mess, I have to reformat it because I tried some things that didn't work.
The disk is empty, there's no data on it, all I need is to format it so that I can use it (I want a ntfs file system, but I think the first issue that needs to be dealt with is the 2TB size limit).
 
Old 03-17-2011, 09:38 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
The MBR is limited to 2TB drives. You will need to use a GUID partition table (GPT) and grub2 as the bootloader to boot from the drive. Use parted to create a GPT since the old fdisk tools are not capable. Only 64 bit XP supports GPT.
 
Old 03-17-2011, 09:53 PM   #7
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Well, to bypass it you want to split it into 2 1.5 TB partitions.

Here is a very comprehensive informational article about partitions (if you don't know what partition is or don't know how to do it): http://tldp.org/HOWTO/Partition/
 
Old 03-17-2011, 10:25 PM   #8
Bob32
Member
 
Registered: Mar 2011
Posts: 97

Original Poster
Rep: Reputation: 0
So basically, if I understood correctly, what you're saying is that I can either create a 3 TB gpt partition but then I won't be able to boot on it nor to use it with a 32 bit xp, or I can create 2 1.5TB mbr partitions and then I will be able to use it with windows xp and boot on it. Is that correct ?
Is there no other solution than these 2 ?
Thanks.

Last edited by Bob32; 03-18-2011 at 09:34 AM.
 
Old 03-18-2011, 09:34 AM   #9
Bob32
Member
 
Registered: Mar 2011
Posts: 97

Original Poster
Rep: Reputation: 0
What are the command lines to achieve both of these 2 results, assuming I want a ntfs file system ?
 
Old 03-18-2011, 11:18 AM   #10
Bob32
Member
 
Registered: Mar 2011
Posts: 97

Original Poster
Rep: Reputation: 0
Can someone help me with that please ? I'm quite lost and I'd like to start using this new hard drive .
 
Old 03-18-2011, 03:14 PM   #11
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by Bob32 View Post
Can someone help me with that please ? I'm quite lost and I'd like to start using this new hard drive .
Get a Parted Magic live CD: http://partedmagic.com/doku.php Boot up with the Parted Magic live CD and use it to partition the drive into as many partitions as you desire. Parted Magic can create NTFS partitions, as well as linux (ext3, ext4, etc) partitions.
I suggested Parted Magic because it has a simple graphical interface that is easy to use and works well.
Plus, with Parted Magic you can even browse the web with Firefox while you are waiting for your partitioning tasks to complete!
 
Old 03-18-2011, 03:45 PM   #12
Bob32
Member
 
Registered: Mar 2011
Posts: 97

Original Poster
Rep: Reputation: 0
hello,
it seems you misunderstood my question again. The other answerers understood my question. I'm not asking how to partition a hard drive with a live CD, I'm asking how to format and partition it in order to bypass the 2TB limit.

Please tell me if I'm right about this:
if I understood correctly, what you're saying is that I can either create a 3 TB gpt partition but then I won't be able to boot on it nor to use it with a 32 bit xp, or I can create 2 1.5TB mbr partitions and then I will be able to use it with windows xp and boot on it. Is that correct ?
Is there no other solution than these 2 ?
What are the command lines to achieve both of these 2 results, assuming I want a ntfs file system ?

Thanks
 
Old 03-18-2011, 04:19 PM   #13
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by Bob32 View Post
if I understood correctly, what you're saying is that I can either create a 3 TB gpt partition but then I won't be able to boot on it nor to use it with a 32 bit xp, or I can create 2 1.5TB mbr partitions and then I will be able to use it with windows xp and boot on it. Is that correct ?
As far as I know that is correct.
Quote:
Originally Posted by Bob32 View Post
Is there no other solution than these 2 ?
As I said, you can create as many partitions as you desire.
Quote:
Originally Posted by Bob32 View Post
What are the command lines to achieve both of these 2 results, assuming I want a ntfs file system ?
I suppose you could use parted to create the partitions. Or, since you can't use gpt partitions with 32 bit XP, you could just use cfdisk to create the partitions. Then use mkfs.ntfs to format the partitions to NTFS.

I suggested the Parted Magic live CD because it can accomplish these tasks easily and intuitively from it's graphical interface.

Last edited by tommcd; 03-18-2011 at 04:20 PM.
 
Old 03-18-2011, 04:25 PM   #14
Bob32
Member
 
Registered: Mar 2011
Posts: 97

Original Poster
Rep: Reputation: 0
Okay then I'd rather use the second option, so that I can use my drive from windows xp.
What would be the command line to create a mbr hard drive with two 1.5TB partitions whose block sizes are 8K and whose file systems are ntfs (in both partitions) ?
Thanks
 
Old 03-18-2011, 04:49 PM   #15
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by Bob32 View Post
What would be the command line to create a mbr hard drive with two 1.5TB partitions whose block sizes are 8K and whose file systems are ntfs (in both partitions) ?
Thanks
If you use cfdisk, it has a ncurses interface instead of typing commands. Have a look at it and read up on it. When you create a partition with cfdisk, the type 07 is for ntfs. Then you can format the partitions as NTFS with something like:
Code:
mkfs.ntfs /dev/sdXY
where sdXY is the partition number.
I am not sure about the 8k block size. I have never worried about block sizes in any of the hard drive that I have partitioned, and it always works ok for me.
When using a command like mke2fs to create ext3/4 partitions, the option is -b for block size. I am not sure if you can use that with mkfs.ntfs, since I don't see that in the man page for mkfs.ntfs http://linux.die.net/man/8/mkfs.ntfs
 
  


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
Moving files from a Linux hard drive to a Windows Vista Premium hard drive WolfMan51 Linux - Hardware 5 07-12-2011 09:19 AM
Booting Linux on an external USB hard drive (not a memory stick, a hard drive) comcastuser Linux - Hardware 4 01-13-2010 06:59 PM
I want to copy my hard drive to a larger hard drive and boot from the new drive. lpmorgan1 Ubuntu 8 09-07-2009 11:26 PM
[SOLVED] Hardware crash,Repaired,New Install New Hard drive,how to access original Hard drive flatstan Linux - Hardware 7 07-21-2009 06:51 PM
Ubuntu: Installed to external hard drive; boot to primary hard drive gives error 22 dcorb62 Linux - General 7 09-04-2007 11:28 PM

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

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