Thanks for the idea but I've tried it and it doesn't work, the lines in
/etc/fstab are as follows, ext2 works but vfat doesn't (neither does msdos if I
substitute it for vfat)
<snip>
/dev/hdd /mnt/LS ext2 user,noexec,nodev,nosuid,rw,noauto 0 0
/dev/hdd /mnt/LS vfat user,noexec,nodev,nosuid,rw,noauto 0 0
any further suggestions would be gratefully received
poogle
On Wed, 26 Jul 2000, Roman Korcek wrote:
> Hey poogle,
>
> > I have got an internal LS120 (in place of my floppy) it works fine under kde
> > when I access ext2 "formatted" floppies, but if I try to mount vfat or msdos I
> > get a kfm error message that says "only root can do this" I can access vfat or
> > msdos as root or su as a user and mount -t ......... from a command line , I
> > can then click on the kdelnk to view the contents.
> > Has anybody any ideas why only root can mount as vfat or msdos, if so what do
> > I need to change to allow user access.
> > TIA
>
> Try editing your /etc/fstab file and adding the word "user" (without
> quotes) to the line where it mentions your LS-120 drive. You should
> add it to the last column where the options are set, like exec,rw etc.
>
> I hope this helps anyhow, tell me if it did (please).
>
>
> Roman