Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30th December 2006, 07:21 AM
andersjc1 Offline
Registered User
 
Join Date: Dec 2006
Posts: 3
how to mount hard disks

I am new to linux. I have been reading a few tutorials on how to mount hard disks, but my efforts bare no success. I am creating a massive backup server for my tens of thousands of high resolution photos. My setup consists of four 500gb hard disks as well as one 14 gig boot hard disk. I am running an old 450mhz p2 and 128 megs of ram.... soon to be upgraded to 256. I would like to mount each disk to a separate directory "/backup/drive1" and then drive2,3, and 4. I understand that mounting disks involves use of the terminal. Is there a nice simple guide that can show me how to do this? Thanks for any help!
Reply With Quote
  #2  
Old 30th December 2006, 08:23 AM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Hello:
It is not very hard to do, once you get the hang of it:
Here is a vanilla example with some further references for reading.

Things that you need to know in advance are:
The files system type , ext3,xfs,vfat etc.
The access options you wish to grant to the users
The name of the device , /dev/sdxN /dev/hdxN etc.
http://www.ss64.com/bash/fdisk.html

Assume the following for this vanilla example:

Device = /dev/hdxN
Filesystem = FAT32
Mountpoint = /mnt/disk1
Options = read/write available to all users,files system will not be backed up or checked

Step1
You need to create a mount point for each drive. This is really a separate directory for each device [drive] you want to mount.

mkdir /mnt/disk1
creates a mount point named /mnt/disk1
http://www.ss64.com/bash/mkdir.html

Step2
Then to manually mount the drive
mount -t vfat /dev/hdxN /mnt/disk1
This will mount /dev/hdxN at the location /mnt/disk1 with system default options only.

Step3
To automate the mounting of this drive you can add an entry to your /etc/fstab file
http://www.die.net/doc/linux/man/man5/fstab.5.html

/dev/hdxN /mnt/disk1 vfat users,defaults,umask=000 0 0

In addition to the options laid out it the mount MAN Page , there are some FC specific options, which you can read more about here : http://forum.fedoraforum.org/showthr...ighlight=Mount

When you reboot the system the device [/dev/hdxN]will be mounted at /mnt/disk1 during the boot process.

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
Reply

Tags
disks, hard, mount

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
My FC6 doesn't mount DVD disks. pi_aquarii EOL (End Of Life) Versions 1 25th July 2007 06:23 AM
how do I mount the other 2 disks I-1 Using Fedora 9 30th July 2006 10:25 AM
Having trouble with Hard disks GuneyTatar Installation and Live Media 6 17th June 2006 01:36 PM
How do I mount floppy disks and cd disks? William F Using Fedora 9 2nd May 2006 05:25 AM


Current GMT-time: 20:42 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat