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

Re: Mounting a drive at start up



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 bobcatos com             http://www.bobcatos.com
Blessed are the peacemakers, for they will be called sons of God.
Matthew 5:9  (NIV)


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