2
votes
1answer
314 views

Mounting ext4 drive with specified user permission

I want to mount a supplementary etx4 data disk drive with specified rwx permission for a certain user. The mount point is inside the home of such a user and it's owned by the user. I added the new ...
0
votes
1answer
739 views

Permission problems at mounting ext4 filesystem on fstab

I have installed 2 linux distributions, Fedora 15 and Ubuntu 11.04. I have a partition formated in ext4 filesystem and i mounted using the /etc/fstab file on /mnt/files/ mountpoint. It mounts ...
1
vote
1answer
251 views

How to write as a normal user to a mounted dm-crypt/LUKS partition?

I managed to setup an encrypted partition that's mounted on boot using dm-crypt/LUKS. The relevant entry from my /etc/fstab: /dev/mapper/st_crypt /media/st ext4 defaults 0 2 ...
1
vote
1answer
864 views

Allowing users to mount /dev/loop0

I have a following problem. I need to let normal users mount device /dev/loop0 to a predefined directory /mnt/data. The filesystem of the device is unknown and is to be defined when mount command is ...
9
votes
6answers
24k views

Modify fstab entry so all users can Read and Write to an EXT4 Volume

I have an Ubuntu 10.04 box with an EXT4 partition. This partition is set to automatically mount in /etc/fstab. For the purposes of this post, we'll call it: /media/foo. Unfortunately, only root ...
1
vote
2answers
2k views

mounted shares are not writable

I have several shares that are on my windows 7 system. The system I am accessing them from is an kubuntu 9.10 running gnome. These are the lines I have in my /etc/fstab file ...