nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

New HDD Installation

This is a discussion on New HDD Installation within the Linux software forums, part of the Linux Getting Started category; Hi all, I want to install a New HDD on Centos Machine. Could you please tell me the step to ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 07-30-2007, 10:35 PM
Member
User
 
Join Date: Mar 2007
Location: Kathmandu
My distro: Ubuntu and Redhat
Posts: 33
Rep Power: 0
surmandal
Send a message via MSN to surmandal
Default New HDD Installation

Hi all,
I want to install a New HDD on Centos Machine. Could you please tell me the step to install new hdd on Linux machine. Thanks
__________________
HACKER VS CRACKER
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-31-2007, 05:53 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,061
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Run fdisk command on hard disk to create a new partition. If your hdd name is /dev/sdb
Code:
fdisk /dev/sdb
Create partition and reboot the system. See more about fdisk command

After reboot format hard disk using mkfs.ext3 program:
Code:
mkfs.ext3 /dev/sdb1
See Howto: Formatting Linux Filesystem for more information.

Be careful with partition names and drive names, a wrong name can remove existing working partition and data. If you are doing this first time backup data.
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
agp driver installation pansarevai Ubuntu / Debian 0 02-18-2008 04:43 PM
Installation hung up at 85% alleykat Getting started tutorials 1 11-01-2007 10:51 AM
CGI::Carp installation kostas11 Getting started tutorials 5 09-08-2007 12:15 AM
NMS installation zafar466 Linux software 1 03-16-2007 01:38 AM
FC4 installation problem guest_kavi Linux software 1 01-17-2006 05:37 PM


All times are GMT +5.5. The time now is 12:11 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36