0
votes
2answers
569 views

How could I mount an ext4 partition and have write permission?

I've set the /etc/fstab file so that I can mount an ext4 partition on startup and I did it with the following options : rw, auto, nouser, exec, sync. The problem is that I can't create or delete any ...
3
votes
2answers
3k views

Automount ext4 partition with user permission/ownership (fstab?)

I just installed Lubuntu 12.10 "Quantal Quetzal" on my Acer Aspire One D257, creating the partitions: $ df -h Filesystem Size Used Avail Use% Mounted on /dev/sda5 15G 2.1G 12G 15% / ...
1
vote
1answer
256 views

How to create a common ext4 [ read / write ] partition with all ubuntu users?

I have a shared EXT4 drive with 777 permissions for all users to use. Problem is : When a user creates a new folder / file, it gets 644. I guess that is because of the umask for that user. Now, I ...
0
votes
1answer
215 views

Writable permission is not writable

I am running Ubuntu 12.04 x64 server on ext4 partition. I set a directory's permission to '766' as below. sudo chmod 766 /archive drwxrw-rw- 3 root root 4096 Sep 27 10:50 archive/ But, when I ...
0
votes
0answers
13 views

Assigning different Linux directory permissions to different user groups [duplicate]

Possible Duplicate: Assigning different directory permission for each different groups I am running Ubuntu 12.04 64bit server on ext4. There are four user groups - marketing, sales, admin ...
1
vote
0answers
231 views

Permissions to access external HDD

I have an external HDD which has an encrypted ext4 filesystem. When I plug it into one of my laptops and provide the encryption password, I get this popup box saying "You do not have permissions ...
1
vote
0answers
160 views

How can I mount a shared partition with nobody.nogroup? [closed]

I've successfully shared a dedicated partition using samba, setting new files & directories ownership to nobody.nogroup. How can I edit fstab to make the local user work with the partition using ...
7
votes
3answers
9k views

Solving permission problems when using external EXT4 hard disk with multiple linux installs

Hello I have a external hard drive and since I only use Ubuntu and Fedora I decide to format my hard drive to ext4 everything is fine. The problem is when i mount the drive i need to change the ...