On Mon, 01 May 2006 20:48:07 +1200, Bernard <[EMAIL PROTECTED]> wrote: > I have just installed Mepis and need some help having my Fat32 partitions > mounted automatically. > > I can use KwikDisk and click /mnt/hda2 to mount it but I want to have it > mounted automatically every time I boot. > > My /etc/fstab line looks like this.... > /dev/hda2 /mnt/hda2 vfat,ext3,ext2,reiserfs noauto,users,exec 0 0 > > What should I change it to? > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.385 / Virus Database: 268.5.1/327 - Release Date: 4/28/2006
remove noauto, so the line will then read: /dev/hda2 /mnt/hda2 vfat,ext3,ext2,reiserfs users,exec 0 0
