You are not logged in.

#1 2007-07-31 03:17:51

A.I. BOT
Member
Registered: 2007-04-01
Posts: 88

[SOLVED] FSTab + Mounting a Writable Partition ...

I made a new 7GB partition for storing my movies, pictures, music etc ... in /etc/fstab I have:

/dev/sda2 /mnt/fl reiserfs rw,user,noatime 0 1

It doesent let me write to it, I get a Access Denied error in Konq. Any ideas on why it wont let me write to it?

Thanks.

Last edited by A.I. BOT (2007-07-31 15:47:06)

Offline

#2 2007-07-31 04:08:32

nomind
Member
Registered: 2007-07-28
Posts: 5

Re: [SOLVED] FSTab + Mounting a Writable Partition ...

If I am not mistaken, the "user" option merely allows non-privileged users to mount the drive. It does not control access permissions. For that, you have two options.

You can either change the directory permissions of the mount-point to make it accessible to all users, or you could modify the umask value (see man fstab for more info on umask).


EDIT: It seems the umask option does not apply to all filesystems. Hence, changing the directory permissions of /mnt/fl seems to be the most secure method.

Last edited by nomind (2007-07-31 04:12:51)

Offline

#3 2007-07-31 06:27:55

A.I. BOT
Member
Registered: 2007-04-01
Posts: 88

Re: [SOLVED] FSTab + Mounting a Writable Partition ...

EDIT: Nevermind its a corruption ... attempting to rebuild tree.

Last edited by A.I. BOT (2007-07-31 07:41:56)

Offline

Board footer

Powered by FluxBB