On Tue, Apr 28, 2009 at 2:14 PM, Tom <uebersh...@googlemail.com> wrote: > Hi, > > what is needed for read/write access on ext4 disk ? > > My current fstab entry: > > /dev/mapper/hate /mnt/hate ext4 noatime,noexec,nodev,noauto,user 0 0
Should work. Mine is similar: /dev/mapper/cryptoraid /mnt/raid ext4 defaults,noatime,noauto,user_xattr 0 0 (I'm not an authority and my options could be stupid, but it works) I think if you have permission, the partition is clean (properly unmounted), it should be read/write unless you tell it otherwise.