I have in the fstab this line :
/dev/hda1 /mnt/hda1 vfat defaults 0 0
and when this partition isn't mounted i have this directory :
drwxrwxrwx 2 root disk 4096 avr 28 20:12 hda1
but when i mount it with "#mount /mnt/hda1"
it change to :
drwxr-xr-x 15 root root 4096 jan 1 1970 hda1
who i mount it with the disk group permission to Read&Write.
So i will juste make a user to be in 'disk' group to permit him to Read&Write to this partition ???
/dev/hda1 /mnt/hda1 vfat defaults 0 0
and when this partition isn't mounted i have this directory :
drwxrwxrwx 2 root disk 4096 avr 28 20:12 hda1
but when i mount it with "#mount /mnt/hda1"
it change to :
drwxr-xr-x 15 root root 4096 jan 1 1970 hda1
who i mount it with the disk group permission to Read&Write.
So i will juste make a user to be in 'disk' group to permit him to Read&Write to this partition ???