Hi Everyone,<br><br>I was fixing a problem for my customers where logins were hanging intermittently. Once they started hanging, I had to reboot the machine.<br>I found this in /etc/fstab:<br><br> grep /home /etc/fstab<br>
/dev/sdb1            /home                ext3       acl,user_xattr        1 2<br>/dev/sdb1            /home2               ext3       acl,user_xattr        1 2<br><br>Only one user has that home located in /home2<br>And.... /home2 is exported via NFS...<br>
<br>Still being a #NIX newbie, thought I ought to pose the question:<br><br>Can an ext3 filesystem be mounted in 2 places at the same time?<br><br>Thanks!<br><br>JohnM<br><br>