<div class="gmail_quote">On Tue, Feb 1, 2011 at 2:35 PM, Sebastien Estienne <span dir="ltr"><<a href="mailto:sebastien.estienne@gmail.com">sebastien.estienne@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div bgcolor="#FFFFFF"><div>Your version of fdisk (or fdisk) is maybe limited to 2Tb.</div><div>a warning suggest to use gnu partrd.<br><br>--<div>Sebastien E.</div></div></div></blockquote><div><br></div></div>Hi Sebastien,<br>
<br>Thanks for the quick reply. How do i use GNU Parted. When i do <br># parted<br>GNU Parted 1.7.1<br>Using /dev/sda<br>Welcome to GNU Parted! Type 'help' to view a list of commands.<br>(parted) help <br>
check NUMBER do a simple check on the file system<br> cp [FROM-DEVICE] FROM-NUMBER TO-NUMBER copy file system to another partition<br> help [COMMAND] prints general help, or help on COMMAND<br>
mklabel LABEL-TYPE create a new disklabel (partition table)<br> mkfs NUMBER FS-TYPE make a FS-TYPE file system on partititon NUMBER<br> mkpart PART-TYPE [FS-TYPE] START END make a partition<br>
mkpartfs PART-TYPE FS-TYPE START END make a partition with a file system<br> move NUMBER START END move partition NUMBER<br> name NUMBER NAME name partition NUMBER as NAME<br>
print [free|NUMBER|all] display the partition table, a partition, or all devices<br> quit exit program<br> rescue START END rescue a lost partition near START and END<br>
resize NUMBER START END resize partition NUMBER and its file system<br> rm NUMBER delete partition NUMBER<br> select DEVICE choose the device to edit<br>
set NUMBER FLAG STATE change the FLAG on partition NUMBER<br> toggle [NUMBER [FLAG]] toggle the state of FLAG on partition NUMBER<br> unit UNIT set the default unit to UNIT<br>
version displays the current version of GNU Parted and copyright information<br>(parted) mklabel gpt <br>(parted) mkpart primary 0 3001G<br>
Error: The location 3001G is outside of the device /dev/sda. <br>(parted) <br><br>Please suggest further.<br><br>Thanks<br><br>Kaushal<br>