Try this typical entry in /etc/fstab - substitute in your partition in place of the example one.
/dev/hda1 /mnt/shared vfat umask=000,defaults 0 0
if you have no luck then try:
/dev/hda1 /mnt/shared vfat umask=000,defaults,uid=501 0 0
remeber again to substitute in your partition and this time put your user id number in as one of the options.
Last edited by Skyline; 09-10-2003 at 01:02 PM.
|