|
Home > Archive > Red Hat Topics > June 2005 > about the user disc access.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
about the user disc access.
|
|
| noigileron 2005-06-07, 2:46 am |
| Hi!
I have Fedora Core 4 (beta3) and i would like to read, write & delete
files and folders on my fat partition (mounted in /mnt) under my user
profile.
How i can this permenantly ??
thank
| |
|
| On Tue, 07 Jun 2005 01:36:22 -0400, noigileron thoughtfully wrote:
> Hi!
>
> I have Fedora Core 4 (beta3) and i would like to read, write & delete
> files and folders on my fat partition (mounted in /mnt) under my user
> profile.
>
> How i can this permenantly ??
>
> thank
1) change owner or group
$ chown you:you -R
2) change permissions
$ chmod go +rw -R /mnt/fat
| |
| Alois Steindl 2005-06-07, 5:49 pm |
| noi <noi@siam.com> writes:
> On Tue, 07 Jun 2005 01:36:22 -0400, noigileron thoughtfully wrote:
>
>
>
> 1) change owner or group
> $ chown you:you -R
>
> 2) change permissions
> $ chmod go +rw -R /mnt/fat
Hello,
I am not so sure that this might help, better look at the mount
options, especially the user and group switch.
Alois
|
|
|
|
|