On Wed, 27 Feb 2036, IAN HAYNES wrote about, Mounting drives:
> Heres an easy one for all you Linux gurus
>
> When I log in to Linux as myself I cannot mount any drives I have to su to
> root to do it. I have two DOS partitions HDA1 and 3 and the CDROM to mount
> each time.
> How do I make sure my drives come up automatically?
>
Wave the magic wand.
Or edit /etc/fstab (as root) and enter the following.
/dev/hda1 /dos1 msdos defaults 0 0
/dev/hda3 /dos2 msdos defaults 0 0
/dev/hdb /cdrom iso9660 noauto, user 0 0
Note on msdos;
there are 3 types, depending on
msdos-x.x = msdos
win95 = fat
win98 =vfat
You cdrom i presume is a normal IDE cdrom in the example above it is
/dev/hdb which is the slave on the primary controler.
ls -al /dev/cdrom to see which device it realy is.
man mount for more details
For more information check out the archives at;
http://www.geocrawler.com/lists/3/Linux/47/0
Use the search engine there to find a "Keyword"
Another good place for info;
http://www.linuxtopia.com
> Many thanks
>
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/