Results 1 to 9 of 9
i get this when ever trying to put anything on my other partitions.....how do i make it accessable? i dont want access to be denied on these partitions.im on mandrake ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-22-2003 #1Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
Access Denied?
i get this when ever trying to put anything on my other partitions.....how do i make it accessable? i dont want access to be denied on these partitions.im on mandrake 9.1 using KDE
- 06-22-2003 #2Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
ohh and once i get those partitions. available. i want to delete the half compiled src. no idea how.
- 06-22-2003 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
What filesystem are on these partitions? If it's FAT, you will need to either pass umask=000 as a mount option, or pass uid=<the UID of your user> or gid=<the GID of a group that you create and put your user in>. In the GID case, you also need to set the umask to 002.
- 06-22-2003 #4Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
no they are on Linux Journalized ext3 or whatever. i thing they are denied because i have my security set to higher. just a thought
- 06-22-2003 #5Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
If that's the RH/Mdk security level that you set up while installing, then it's not the case. That's just the firewall setting.
Note, though, that on Linux filesystems, normal users naturally can't put files in a directory that they don't have write permission to. Have you checked the permissions of those directories?
What "src" are you referring to, btw.?
- 06-22-2003 #6Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
i was compiling grapevine from source. and i dont know how to let users write to different partitions.
- 06-22-2003 #7Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Don't think of it as partitions; there's nothing different with a directory just because it resides in another partition (well, almost nothing, then... =) ). Just chmod/chown it as you would normally.
- 06-27-2003 #8Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
well i dont know how to run that command and what to do with it. im still kinda new to linux.
- 06-27-2003 #9Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
In that case you might want to check out the texinfo documentation for them ("info chmod" and "info chown"). The chmod docs also describe the UNIX permissions system, so that's extra interesting.


Reply With Quote
