On Wed, Feb 04, 2004 at 07:49:29AM -0800, Hendro Nugroho wrote: > This are all lines in my fstab: > > /dev/hda5 / ext2 defaults 1 1 > none /dev/pts devpts gid=5,mode=620 0 0 > none /proc proc defaults 0 0 > none /dev/shm tmpfs defaults 0 0 > dev/hda6 swap swap defaults 0 0 > /dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 > 0 > /dev/sda1 /home/hendro/coba01 vfat noauto,user,rw 0 0 > /dev/sdb4 /mnt/zip250.0 vfat noauto,user, rw 0 0 > > I have the same problem with my zip drive.
Are you really in the "user" group? At the command line as your regular user type: $ groups If it doesn't say you are in the "user" group then you need to add your user to the "user" group in /etc/group. Also, check the permissions of the mount point. You may have to "chmod 777" it. I've had simmilar problems which turned out to be that non-root users didn't have enough permission at the mounting point. Justin _______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
