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

Re: Mounting a drive at start up



On Mon, 2007-03-05 at 10:22 -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

Add a line to /etc/fstab:

    /dev/hda2   /data    vfat   defaults   0 0

When the system does a "mount -a" at startup, it'll mount.

----------------------------------------------------------------------
- Rick Stevens, Principal Engineer          rstevens vitalstream com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-     Is that a buffer overflow or are you just happy to see me?     -
----------------------------------------------------------------------


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