Help required with ext3 partion on Edgy-Eft - V6.10
Gabriel Dragffy
dragffy at yandex.ru
Sat Mar 10 20:11:58 UTC 2007
Mario Vukelic wrote:
> On Sat, 2007-03-10 at 19:15 +0000, Gabriel Dragffy wrote:
>> It should be as simple as removing 'nouser' from the appropriate line
>> for sda1, also removing 'defaults' seems like a good idea.
>
> Why would that have a positive effect? "nouser" just says that a user
> cannot mount the drive. However, the drive is supposed to be automounted
> during boot (see the "auto" option)- Also, "defaults" is entirely
> reasonable, since it is short for "rw, suid, dev, exec, auto, nouser,
> and async."
>
> That said, the mix of "nouser,atime,auto,rw,dev,exec,suid" with
> "defaults" in the OP's options is weird and useless
>
>
Pretty much my meaning, why have 'defaults' and then go on to specify
every possible permutation. I think I know what the problem is, I had
the same thing with my ext3 partition: his user is in the 'plugdev'
group, but I bet that group doesn't have write permissions on that
partition.
The OP needs to do:
$ sudo chown -R root:plugdev /linuxfiles
and then:
$ sudo chmod -R u+rwX,g+rwX,o+rX /linuxfiles
After this, provided his user is in the plugdev group all should be fine
and dandy.
More information about the ubuntu-users
mailing list