[Lvlug] mounting "drives" when you boot up Linux.

heath petty hpetty1 at gmail.com
Mon Jul 19 12:52:30 PDT 2010


What kind of drives are you trying to mount? USB and other external
"hotplug" type drives should be mounted automatically (or you should see an
icon on the desktop to mount them). If its an internal SATA drive, then you
will need to add an /etc/fstab entry for it. For example I have a second
SATA drive in my system with two partitions, sdb1 and sdb2. To mount those
at boot on my Fedora system I add the following lines:

/dev/sdb1        /media/sdb1        ext3    defaults    1 2
/dev/sdb2        /media/sdb2        ext3    defaults    1 2

If you are using a different filesystem you'll need to change ext3 to what
ever filesystem you are using. And for your information, the first 1 means
check the filesystem at mount time, and the 2 means to mount it after the
root filesystem has been mounted.

-Heath

On Mon, Jul 19, 2010 at 1:25 PM, Albert Seminatore <alsemus at yahoo.com>wrote:

> I have tried to find information on how to mount drives when you boot up in
> Linux so they are readily available to installed applications.
>   I have seen the command  "mountall" but there is no indication of where
> one issues this command.
>   Anyone have a good way of mounting all attached file systems when you
> boot up?
> .......................   Al
>
> Albert Seminatore
> Mountain Falls in Pahrump, NV
> E-Mail:    alsemus at yahoo.com
>
>
>
> _______________________________________________
> Sent via the Lvlug mailing list Lvlug at lvlug.org
> Set options or unsubscribe at http://lvlug.org/mailman/listinfo/lvlug
> The Lvlug mailing list is hosted courtesy of LasVegas.Net
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lvlug.org/pipermail/lvlug/attachments/20100719/02db76cd/attachment.htm 


More information about the Lvlug mailing list