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 ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
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 |
| Sponsored Links | ||
|
|
|
||||
|
Run fdisk command on hard disk to create a new partition. If your hdd name is /dev/sdb
Code:
fdisk /dev/sdb After reboot format hard disk using mkfs.ext3 program: Code:
mkfs.ext3 /dev/sdb1 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. |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| 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 |