View previous topic :: View next topic |
Author |
Message |
radixvir n00b
Joined: 31 Dec 2003 Posts: 41
|
Posted: Sun May 09, 2004 4:28 pm Post subject: non-root cant create files on ext2 partition |
|
|
hi im using an ext2 partition so i can read/write in both windows/linux and im having a problem with creating new files as users other than root. i get access denied when i try to create a file. i can write to files that have already been created however. i looked at the man pages and theres only a few options for the ext2 file system.
heres my line in fstab:
Code: | /dev/hda6 /shared ext2 user,rw 0 0 |
|
|
Back to top |
|
|
andrewy l33t
Joined: 07 Apr 2004 Posts: 602
|
Posted: Sun May 09, 2004 5:24 pm Post subject: |
|
|
What are the permissions on /shared ?
If you want it to be writeable and readable by everyone, you need to set the permissions so it can be.
chmod 777 /shared would do that |
|
Back to top |
|
|
radixvir n00b
Joined: 31 Dec 2003 Posts: 41
|
Posted: Sun May 09, 2004 6:40 pm Post subject: |
|
|
ya that worked. of course i skip the obvious. thanks for the help |
|
Back to top |
|
|
|