Hi,

>I created a /home folder on separate physical hard drive the fstab file had

>/dev/VolGroup00/home    /home                   ext3 
>defaults,usrquota,grpquota        1 2

>I commented it out and added

>/dev/sdb/home           /home                   ext3 
>defaults,usrquota,grpquota        1 2

>And now it won't come up, I added other drives before but not for home partion 
>before.

You should specify the device partition in fstab, like:

/dev/sdb1           /home                ext3 defaults,usrquota,grpquota        
1 2

Try a manual mount before to verify this gives you what u need.

D.


_______________________________________________
Blueonyx mailing list
[email protected]
http://www.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to