I have the following line in /etc/fstab
/dev/sdb3 /media/mybook xfs rw,auto,users 0 0
The device is properly mounted and seen by root, but not by the normal user:
$ ls -al /media/
drwx-w---- 17 500 users 4096 2011-08-02 18:56 mybook
What should be changed in fstab to make it mount as rw for the normal user?