Mounting a drive at start up

Bob McClure Jr bob at bobcatos.com
Mon Mar 5 19:19:57 UTC 2007


On Mon, Mar 05, 2007 at 10:22:34AM -0800, Leslie Jordan wrote:
> How do I get my system to mount a drive during boot up? This hard drive will
> always been there. The command I use to mount it manually is
> mount -t vfat /dev/hda2 /data
> 
> Thanks!
> Leslie

Put this in your /etc/fstab:

/dev/hda2   /data    vfat    defaults  0 0

Cheers,
-- 
Bob McClure, Jr.             Bobcat Open Systems, Inc.
bob at bobcatos.com             http://www.bobcatos.com
Blessed are the peacemakers, for they will be called sons of God.
Matthew 5:9  (NIV)




More information about the Redhat-install-list mailing list