Gentoo Archives: gentoo-user

From: Dirk Heinrichs <dirk.heinrichs@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Share hard drive for multiple users
Date: Tue, 20 Jan 2009 18:34:55
Message-Id: 200901201934.51065.dirk.heinrichs@online.de
In Reply to: [gentoo-user] Share hard drive for multiple users by Hung Dang
1 Am Dienstag, 20. Januar 2009 18:16:47 schrieb Hung Dang:
2 > Hi all,
3 > I need to mount a new hard drive formatted in ext3 to /mnt/C such that
4 > multiple users can use it.
5 > However, all users can only read the data from the share drive
6 > Any suggestion?
7 >
8 > Below is my fstab configuration:
9 > /dev/sda1 /mnt/C ext3 rw,auto,noatime,defaults 0 1
10
11 Put all users which should use the new drive into one group and after mounting
12 it, do
13
14 chgrp thegroup /mnt/C
15 chmod g+ws /mnt/C
16
17 HTH...
18
19 Dirk

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Share hard drive for multiple users -> SOLVED Hung Dang <hungptit@×××××.com>