Results 1 to 2 of 2

Thread: Adding a hard drive in Linux

  1. #1
    WalkerCook is offline Senior Member
    Join Date
    Dec 2009
    Posts
    253
    Rep Power
    3

    Default Adding a hard drive in Linux

    Adding a hard drive in Linux?

    Give me some proper solution

    What steps will be needed to do this

    If you are having any suggestions then reply me.

    Thanks in advance

  2. #2
    PerezMorris is offline Senior Member
    Join Date
    Dec 2009
    Posts
    250
    Rep Power
    3

    Default

    Set the Partition

    Enter "fdisk /dev/hdb" without the quotes. Hit the "N" key to make a novel divider. Press the "P" key to make the divider a first. Click the "1" key to give the drive the classification of hdb1. Enter "mkfs --t ext3 /dev/hdb1" without the quotes to format the drive

    Rise the Drive

    Type "vi /etc/fstab" without the quotes to open the fstab file. Go behind the format accessible in the file and add the novel drive as an entry. Close the file. Enter "mount /dev/hdb1" without the quotes to raise the drive. The novel hard drive is now installed.

Similar Threads

  1. Adding Extra Hard Drive
    By JacksonPerez in forum Hard Disk
    Replies: 0
    Last Post: 02-05-2010, 02:25 PM
  2. Adding and Configure External Hard Drive to Solaris
    By Davismoore in forum Hard Disk
    Replies: 0
    Last Post: 02-05-2010, 02:20 PM
  3. Adding New Hard Drive in PC
    By MartinWilson in forum Hard Disk
    Replies: 0
    Last Post: 02-05-2010, 02:12 PM
  4. Replies: 0
    Last Post: 07-30-2009, 12:08 PM
  5. Changing hard drive on a linux with XP
    By clery in forum Linux/Free BSD
    Replies: 9
    Last Post: 03-03-2009, 10:16 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

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 37 38 39 40 41 42 43 44 45 46 47 48