i just add a new hd to my redhat 7.1 linux server. After finishing fdisk and format I move /home to new hd. but I got problem with my fstab.
my original fstab look like: LABEL=/ / ext2 defaults 1 1 LABEL=/boot /boot ext2 defaults 1 2 LABEL=/home /home ext2 defaults 1 2 /dev/sda6 swap swap defaults 0 0 My new fstab look like: LABEL=/ / ext2 defaults 1 1 LABEL=/boot /boot ext2 defaults 1 2 /dev/sda6 swap swap defaults 0 0 /dev/sdb1 /home ext2 default 1 2 But after reboot I can access /home(/home contains nothing) I have to use mount /dev/sdb1 /home in order to access /home. How can I change my fstab to make it work after boot. Thanks in advance!! -------------------------------- Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -------------------------------- _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list