View previous topic :: View next topic |
Author |
Message |
abc111 Guest
|
Posted: Tue May 28, 2002 4:07 am Post subject: /etc/devfsd.conf |
|
|
hi, i need to know how to give regular users access to my harddrive (/dev/hdf) by editing this file. Ive done this b4 a while ago but have forgotten the syntax. I dont want to do it through some other method like editing /etc/fstab. THanks |
|
Back to top |
|
|
kipper Tux's lil' helper
Joined: 20 Apr 2002 Posts: 112
|
Posted: Tue May 28, 2002 12:39 pm Post subject: |
|
|
Not in front of my linux box right now, but I think you need to set the mode to something like 0660. |
|
Back to top |
|
|
prolific Apprentice
Joined: 19 Apr 2002 Posts: 237
|
Posted: Tue May 28, 2002 2:32 pm Post subject: |
|
|
can u check the exact syntax once ur at ur linux box? |
|
Back to top |
|
|
kipper Tux's lil' helper
Joined: 20 Apr 2002 Posts: 112
|
Posted: Wed May 29, 2002 12:32 pm Post subject: |
|
|
I'll try to remember to do that this afternoon/evening. |
|
Back to top |
|
|
lx Veteran
Joined: 28 May 2002 Posts: 1012 Location: Netherlands
|
Posted: Wed May 29, 2002 9:56 pm Post subject: |
|
|
I'm guessing you have /dev/hdf already, still guessing I think it should look something like:
Code: | REGISTER ^hdf$ PERMISSIONS root.users 660 |
And of course you can change root.users 660 are the user/group and the priviliges. you need to restart devfsd deamon.
Cya lX. _________________ "Remember there's a big difference between kneeling down and bending over.", Frank Zappa |
|
Back to top |
|
|
|