View Single Post
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#48
BTW... unless this code in genfstab.awk is commented/edited it should remount /home perfectly...
start == 1 && $6 == 83 && !__home {
printf "%s /home ext3 %s 0 0\n", $1, home_opts
printf "/home/opt /opt none bind\n"
__home++
}
So if your sure that you haven't messed up your genfstab.awk go with the fdisk step by step at the top post.
 

The Following User Says Thank You to Radicalz38 For This Useful Post: