I just installed a second hard drive. For now I'm mounting it as /mnt/drive2. Everything is working fine. I'd rather mount it as /usr or /home, but I'm worried about what will happen to my existing data in those paths if suddenly mount the new drive at either of those points.
Thanks for any advice.<br><br>Here's my current config:<br>/etc/fstab:<br># This file is edited by fstab-sync - see 'man fstab-sync' for details<br>/dev/VolGroup00/LogVol00 /&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ext3&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 1
<br>LABEL=/boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ext3&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 2<br>/dev/VolGroup00/LogVol01 swap&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; swap&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0<br>/dev/hda1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /windows&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vfat&nbsp;&nbsp;&nbsp;&nbsp; users 0 0<br>/dev/hdd2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /mnt/drive2&nbsp;&nbsp;&nbsp;&nbsp; ext2&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 1
<br>/dev/hdd1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /mnt/D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vfat&nbsp;&nbsp;&nbsp; umask=000,rw&nbsp;&nbsp;&nbsp; 0 0<br><br>First hard drive<br>Disk geometry for /dev/hda: 0.000-12419.056 megabytes<br>Disk label type: msdos<br>Minor&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp; Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Filesystem&nbsp; Flags
<br>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.031&nbsp;&nbsp; 5812.580&nbsp; primary&nbsp;&nbsp; fat32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; boot<br>2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5812.581&nbsp;&nbsp; 5914.555&nbsp; primary&nbsp;&nbsp; ext3<br>3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5914.556&nbsp; 12417.429&nbsp; primary&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lvm<br><br clear="all"><br>

Second hard drive<br>Disk geometry for /dev/hdd: 0.000-78167.250 megabytes<br>Disk label type: msdos<br>Minor&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp; Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Filesystem&nbsp; Flags<br>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.031&nbsp; 39997.771&nbsp; primary&nbsp;&nbsp; fat32<br>2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 39997.771
&nbsp; 78159.990&nbsp; primary&nbsp;&nbsp; ext2<br><br>