Find the answer to your Linux question:
Results 1 to 3 of 3
hey how do you add new hard drives and cdroms to your debian system? im just wondering. like for example how do i add new partitions or drives to my ...
  1. #1
    Just Joined!
    Join Date
    Jun 2006
    Posts
    32

    howto add new hard drives/cdroms

    hey how do you add new hard drives and cdroms to your debian system?
    im just wondering.

    like for example how do i add new partitions or drives to my /dev/ folder?
    or how do i make debian detect my new drives?

  2. #2
    Linux User
    Join Date
    Jan 2006
    Posts
    251
    hi,
    your debian system should automatically detect your new hard drives(or cdrom,unless something is amiss).After that you can partition them(hard disk).Please refer to man page of 'fdisk'.
    you could see the output of 'dmesg' to check if your devices are detected.
    you need not add them to the /dev folder
    regards

  3. #3
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    As nature said, the hard drive will be automatically detected.

    Just add an entry for the partitions of that new hard drive or for the cdrom drive in /etc/fstab.

    If you need to repartition/format the drive, fdisk + mkfs are just what you need. Here is an example on how to use them :
    http://www.linuxforums.org/forum/332623-post10.html
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

Posting Permissions

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