According to Gernot Kerschbaumer: While burning my CPU.
>
> dear linux-users,
>
> i can't mount a vfat partition as ordinary user, only as root, though i
> declared this partition in my fstab file as "user".
> i always get the error 'cant't access /etc/mtab: permission denied'.
> same problem is with my external hd and cdrom drive.
Then /etc/mtab and fstab are not -rw-r--r-- they should be.
chmod 644 /etc/fstab
chmod 644 /etc/mtab
That changes them to read-only for users which should allow your users to
mount.
>
> running 2.0.35, slackware distribution
>
> thank you for any help
>
> --
> dipl.ing. gernot kerschbaumer
> email: [EMAIL PROTECTED]
> fax: +43 1 2160493
> homepage: http://stud2.tuwien.ac.at/~e9018967/
>
--
Regards Richard.
[EMAIL PROTECTED]