Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
AUTOINSTALL not set..

AUTOINSTALL not set..

2006-05-31       - By Bob McClure Jr

 Back
Reply:     1     2     3     4  

On Wed, May 31, 2006 at 04:53:14PM -0400, John Wirt wrote:
> Rick Stevens wrote:
> >On Sat, 2006-05-27 at 16:40 -0400, John Wirt wrote:
> >  
> >><snippage>
> >>
> >>FSTAB:
> >>LABEL=/            /                 ext3    defaults 1 1
> >>LABEL=/boot        /boot             ext3    defaults 1 2
> >>none               /dev/pts          devpts  gid=5,mode=620  0 0
> >>#LABEL=/mnt/disk2  /mnt/disk2        ext3    defaults 1 2
> >>none               /proc             proc    defaults 0 0
> >>none               /dev/shm          tmpfs   defaults 0 0
> >>/dev/sdc6          swap              swap    defaults 0 0  
> >>/dev/cdrom         /mnt/cdrom        udf,iso9660  noauto,owner,kudzu,ro 0
> >>0
> >>/dev/fd0           /mnt/floppy       auto noauto,owner,kudzu 0 0
> >>/dev/cdrom1        /mnt/cdrom1       udf,iso9660 noauto,owner,kudzu,ro 0 0
> >>    
> >
> >The only issues I have with that arrangement (and they're purely
> >personal) are:
> >
> >1. I hate using filesystem labels.  They can bite you if you add another
> >drive to the machine with data on it.
> >  
> So, I can just remove the LABEL=/... commands and replace them with "none?"

No.  You need to put some kind of /dev/sdxx or /dev/hdxx in there.
Run "df" to see what is mounted where.

> >2. Everything is on / except boot.  I much prefer to have separate
> >partitions for /, /usr, /home and /var--ideally on lvm so they can be
> >grown if needed.
> >
>
> Can one reconfigure these directories without running a risk of
> confusing some configuration file somewhere?

If by "reconfigure these directories" you mean moving directory
contents to other partitions or logical volumes and then mounting them
to those directories, the answer is yes.

Exception: If you have some backup script that does something like

 cd /
 find . -mount -depth | cpio -oBc ....

it will not back up filesystems mounted anywhere on the root (/)
tree.  For instance, if /home and /var are on separate filesystems,
you'd need to

 find . home var -mount -depth | cpio -oBc ....

Or you could do without the "-mount" option.

> John
> >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
> >- Rick Stevens, Senior Systems Engineer     rstevens@(protected) -
> >- VitalStream, Inc.                       http://www.vitalstream.com -
> >-                                                                    -
> >-      The moving cursor writes, and having written, blinks on.      -
> >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --

Cheers,
--
Bob McClure, Jr.             Bobcat Open Systems, Inc.
bob@(protected)             http://www.bobcatos.com
Jesus wasn't (and isn't) politically correct.
Send complaints to root@(protected)

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request@(protected)
Subject: unsubscribe