Gentoo Archives: gentoo-amd64

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Read/write Access on ext4 disk
Date: Tue, 28 Apr 2009 19:20:04
Message-Id: 58965d8a0904281219i11796c11q3605fd9656cc84cf@mail.gmail.com
In Reply to: [gentoo-amd64] Read/write Access on ext4 disk by Tom
1 On Tue, Apr 28, 2009 at 2:14 PM, Tom <uebershark@××××××××××.com> wrote:
2 > Hi,
3 >
4 > what is needed for read/write access on ext4 disk ?
5 >
6 > My current fstab entry:
7 >
8 > /dev/mapper/hate /mnt/hate ext4 noatime,noexec,nodev,noauto,user 0 0
9
10 Should work. Mine is similar:
11
12 /dev/mapper/cryptoraid /mnt/raid ext4
13 defaults,noatime,noauto,user_xattr 0 0
14
15 (I'm not an authority and my options could be stupid, but it works)
16
17 I think if you have permission, the partition is clean (properly
18 unmounted), it should be read/write unless you tell it otherwise.

Replies

Subject Author
Re: [gentoo-amd64] Read/write Access on ext4 disk Wil Reichert <wil.reichert@×××××.com>
Re: [gentoo-amd64] Read/write Access on ext4 disk Tom <uebershark@××××××××××.com>