LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   3tb filesystem i have to create in wd usb external hdd and to be mount in Rhel5 (https://www.linuxquestions.org/questions/linux-newbie-8/3tb-filesystem-i-have-to-create-in-wd-usb-external-hdd-and-to-be-mount-in-rhel5-872139/)

mazhar07 03-31-2011 07:54 AM

3tb filesystem i have to create in wd usb external hdd and to be mount in Rhel5
 
Hi friends,

can u please tell me the procedure to create a 3tb filesystem in rhel-5 and that 3TB-fs is a external WD usb drive. So i want to use 3tb usb in rhel-5 with a single partition. please let me know asap.

-Mazhar

MS3FGX 03-31-2011 01:53 PM

The procedure would be no different than any other drive. Use the output of "dmesg" and the system logs to determine the device node of the external drive, and then use "mkfs" to format the device to the desired filesystem.

ashish_neekhra 03-31-2011 11:59 PM

Quote:

Originally Posted by mazhar07 (Post 4309577)
Hi friends,

can u please tell me the procedure to create a 3tb filesystem in rhel-5 and that 3TB-fs is a external WD usb drive. So i want to use 3tb usb in rhel-5 with a single partition. please let me know asap.

-Mazhar


Check out this link, may be this will help you.

ongte 04-01-2011 01:46 AM

1st off, don't use fdisk to partition the drive. fdisk cannot deal with disks larger than 2TB. (Does not support GPT)
You should use parted instead, or rather the GUI version gparted.

You can get gparted by adding the EPEL repository.

If you don't want to install gparted, here's howto on parted.

Using GPT disks will allow RHEL5 to use disks larger than 2TB. But take note that you will not be able to boot to this disk.


All times are GMT -5. The time now is 05:37 AM.