So like: /dev/hda2 /stuff vfat auto,users 0 0 ? Patrick Fleming EA wrote: >Take out the owner from that line. > >From mount (8): > >The owner option is similar to the user option, with the restriction that >the user must be the owner of the special file. This may be useful e.g. >for /dev/fd if a login script makes the console user owner of this device. > >On Tue, 20 May 2003, Robert James Wultsch III wrote: > > > >>I get permission denied when i try to access my hda2 from a non root >>account. What am I doing wrong? >> >> >> >># /etc/fstab: filesystem table. >># >># filesystem mountpoint type options dump pass >>/dev/hda1 / ext3 defaults,errors=remount-ro 0 1 >>/dev/hda2 /stuff vfat auto,owner,users 0 0 >>/dev/hda3 none swap sw 0 0 >>proc /proc proc defaults 0 0 >>/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0 >>/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0 >> >> >> >>--------------------------------------------------- >>PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >>To subscribe, unsubscribe, or to change you mail settings: >>http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >> >> >> > > >