On 10/28/2012 2:24 PM, Armin K. wrote: >> /dev/sdc1 /boot ext3 defaults,acl,user_xattr 1 1 >> /dev/sdc5 swap swap pri=1 0 0 >> /dev/sdc6 / ext3 defaults,acl,user_xattr 1 1 >> /dev/sdc7 /usr ext3 defaults,acl,user_xattr 1 1 >> /dev/sdc8 /opt ext3 defaults,acl,user_xattr 1 1 >> /dev/sdc9 /usr/local ext3 defaults,acl,user_xattr 1 1 >> /dev/sdc10 /usr/src ext3 defaults,acl,user_xattr 1 1 >> /dev/sdc11 /var ext3 defaults,acl,user_xattr 1 1 >> /dev/sdc12 /tmp ext3 defaults,acl,user_xattr 1 1 >> /dev/sdc13 /home ext3 defaults,acl,user_xattr 1 1 >> /dev/sr0 /dev/cdrom udf,iso9660 user,noauto 0 0 >> /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0 >> proc /proc proc nosuid,noexec,nodev 0 0 >> sysfs /sys sysfs nosuid,noexec,nodev 0 0 >> devpts /dev/pts devpts gid=5,mode=620 0 0 >> tmpfs /run tmpfs defaults 0 0 >> devtmpfs /dev devtmpfs mode=0755,nosuid 0 0 >> >> # End /etc/fstab >> > > I am not sure why you did select such partitioning scheme, but well ... > > Today most common desktop setups have split / and /home - nothing else
After a lot of reading, it seemed to me that the consensus is to put the various things above on their own separate partitions. Comments? > Your "set root" should be (hd2,1) > linux line should contain /vmlinuz-rightversion root=/dev/sdc6 > > remember, no /boot is needed on vmlinuz line if /boot is on seperate > partition but "set root" should point to the /boot partition itself. My latest attempt is in my latest reply to Bruce Dubbs and you. Comments? Alan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
