Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] newbie partiton type question
Date: Wed, 03 May 2006 19:49:30
Message-Id: 358eca8f0605031212p6844ea5ap8d6fb7825b7de158@mail.gmail.com
In Reply to: Re: [gentoo-user] newbie partiton type question by Robert Walter
1 On 03/05/06, Robert Walter <ro-wa@×××.at> wrote:
2
3 > have you tried to change "/dev/sda" to "/dev/sda1" in fstab?
4 > best regards. robert
5
6 As Robert says, change sda to sda1 and you may also want to add
7 noatime. Then you should be able to mount it as a (single) user. If
8 you have different users and want to allow any one of them to unmount
9 it irrespective of who originally mounted it, then replace user with
10 users.
11
12 To unmount it run:
13
14 $ sync && umount /mnt/sda1
15
16 or just:
17
18 $ eject /mnt/sda1
19
20 --
21 Regards,
22 Mick
23
24 --
25 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] newbie partiton type question Martin S <shieldfire@×××××.com>