On Monday 01 May 2006 10:36 pm, Bernard wrote:
> Ok just changed the file it now looks like this below but still does not
> work........My email has put some of the single lines on two lines but that
> is not the way it looks in file.

You have not done it right Bernard.

Have another look at what I sent you.

In your case you need an identical line to my hda2 line above the Dynamic 
entries line and you also need one with hda3 in the same position

> # Pluggable devices are handled by uDev, they are not in
> fstab
> /dev/hdb1 / ext3 defaults,noatime 1 1
> /dev/hdb2 swap swap sw,pri=1 0 0
> none /proc proc defaults 0 0
> none /proc/bus/usb usbfs devmode=0666 0 0
> none /dev/pts devpts mode=0622 0 0
> none /sys sysfs defaults 0 0
> /dev/hdb3 /home ext3 defaults,noatime 1 2
> /dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,umask=0222 0 0

#addded by Robert
/dev/hda2 /mnt/hda2 vfat,ext3,ext2,reiserfs users,exec 0 0
/dev/hda3 /mnt/hda3 vfat,ext3,ext2,reiserfs users,exec 0 0

> # Dynamic entries below, identified by 'users' option

#take these next two lines out.
> /dev/hda2 /mnt/hda2 vfat,ext3,ext2,reiserfs
> noauto,users,exec 0 0
> /dev/hda3 /mnt/hda3 vfat,ext3,ext2,reiserfs
> noauto,users,exec 0 0

#where are your hda1 and cdrom lines Bernard?

Reply via email to