[ltp] Two Questions from me.

Scott Dixon linux-thinkpad@www.bm-soft.com
Thu, 28 Oct 1999 10:50:11 -0700


The automounter is a good way to go.  Another useful possibility is to use the
"user" option in /etc/fstab.  For example:

/dev/hda6		/mnt/d			    vfat   noauto,user

This option allows normal users (i.e. not root), to mount this device (mount
/mnt/d).  The noauto is probably also a good idea so that the devices isn't
automatically mounted at startup.

Scott

> -----Original Message-----
> From: Harald Milz [mailto:hm@suse.de]
> Sent: Thursday, October 28, 1999 9:01 AM
> To: linux-thinkpad@bm-soft.com
> Subject: Re: [ltp] Two Questions from me.
>
>
> In article <Pine.LNX.4.10.9910251535390.17290-100000@cog.dqd.com>,
> Rob Mayoff <mayoff@dqd.com> wrote:
> > | How can I reconfigure something so I can mount /dos?
> > | What do I reconfigure, and whats a simple way to do it without reloading
> > | everything...
>
> > su
> > mkdir /mnt/dos
> > mount -t vfat /dev/hda1 /mnt/dos
>
> Or use the automounter so that you don't have to become root or use s suid
> root mount all the time. Here's my auto.misc line for the dos fs:
>
> dos             -fstype=msdos           :/dev/hda1
>
> The if you cd to /net/dos, it will mount the fs transparently.
>
>

----- The Linux ThinkPad mailing list -----
The linux-thinkpad mailing list home page is at:
http://www.bm-soft.com/~bm/tp_mailing.html