Re: new hard disk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2007-07-05 at 16:50 -0400, rodrigo morales wrote:
> I have a new hard disk and I need to add it to my fedora but I am not
> safe like format it and adding it 

Basic steps:
     1. Work out which device is your new drive (so you format it, not
        your old one)
     2. Partition it.  Whether you do it as one big partition, or
        several smaller ones, the step's the same.
     3. Format the partition(s).
     4. Add entries to the fstab file if you want it mounted each and
        every boot.

Typing the "mount" command should show the currently mounted drive
partitions.  Those are the ones you want to leave alone (e.g. /dev/hda).
You can use "fdisk -l" to see all the drives on your system, and find
out what device name refers to your new drive (e.g. /dev/hdb).

You can use "fdisk" to partition the drive, give it the device name of
your new drive.  e.g. If, as above, it was /dev/hdb then you'd type in:
fdisk /dev/hdb

You can format a drive with "mkfs.ext3", give it a unique label at the
same time.  Fedora uses labels, now, more than it used to.

Edit the /etc/fstab file with almost any text editor that you're
familiar with.  Use an entry like your /boot partition as a template for
writing a similar line for your new drive partition(s), substituting
different values for device or label names and mount points.

There are man files for all of those commands, have a look at them
first.  Write back to the list if you have troubles, saying how far you
got.

-- 
(This box runs FC5, my others run FC4 & FC6, in case that's
 important to the thread.)

Don't send private replies to my address, the mailbox is ignored.
I read messages from the public lists.

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux