Gentoo Archives: gentoo-user

From: Stephen Liu <satimis@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Installation - about creating /etc/fstab
Date: Sun, 20 Aug 2006 14:39:16
Message-Id: 20060820143500.90101.qmail@web35207.mail.mud.yahoo.com
1 Hi folks,
2
3 About creating /etc/fstab
4
5 HD partitions:-
6 /dev/hda1 ext2 /boot
7 /dev/hda2 (swap) swap (ext)
8 /dev/hda3 ext3 /root
9 /dev/hda4 LVM
10
11 under Volume Group (vg)
12 /home
13 /usr
14 /opt
15 /var
16 /tmp
17
18 floppy
19 cdrom
20 cdwriter
21
22
23 Whether following entries are correct ?
24
25 /etc/fstab
26 none /proc proc defaults 0 0
27 none /dev/shm tmpfs nodev,nosuid,noexec 0 0
28
29 /dev/hda1 /boot ext2 defaults,noatime 1 2
30 /dev/hda2 none swap sw 0 0
31 /dev/hda3 / ext3 noatime 0 1
32
33 /dev/vg/usr /mnt/gentoo/usr ext3 noatime 0 1
34 /dev/vg/home /mnt/gentoo/home ext3 noatime 0 1
35 /dev/vg/opt /mnt/gentoo/opt ext3 noatime 0 1
36 /dev/vg/var /mnt/gentoo/var ext3 noatime 0 1
37 /dev/vg/tmp /mnt/gentoo/tmp ext3 noatime 0 1
38
39 /dev/fd /mnt/floppy auto noauto,user 0 0
40 /dev/hdc /mnt/cdrom0 auto noauto,user 0 0
41 /dev/hdd /mnt/cdrom1 auto noauto,user 0 0
42 * end *
43
44 TIA
45
46 B.R.
47 SL
48 --
49 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Installation - about creating /etc/fstab Richard Fish <bigfish@××××××××××.org>
Re: [gentoo-user] Installation - about creating /etc/fstab Alan Mckinnon <alan@××××××××××××××××.za>