How to make mount command mount partions as user not only as root ?



hello
I'd be grateful if you'd explain me howto get mount
command to mount partions as user not only as root (w/o fstab)

I try to mount /dev/hda4 (vfat) partion
I gave rwx to /dev/hda4
I gave rwx to /mnt/hda4

I gave +s to /bin/mount

I do : mount -t vfat /dev/hda4 /mnt/hda4


No way, I always get 'Only root can do that'

What is the way to do it?

Thanks


.



Relevant Pages