fstab

Copy your existing /etc/fstab to the new /etc/ directory. Adjust the line for your boot device, e.g. your new boot device is hda3 so you have to change /dev/hda2 / ext3 defaults 0 0 to /dev/hda1 / ext3 defaults 0 0 . Your new fstab may look like this:
# /etc/fstab file system info, created by the m23 project
#  <file system> <mount point>  <type> <options>     <dump>  <pass>
proc             /proc          proc   defaults      0       0
/dev/hda1        none           swap    sw           0       0
/dev/hda3       /               ext3   defaults           0       0
/dev/cdrom      /mnt/cdrom      auto    ro,noauto,user,exec     0 0
/dev/fd0        /mnt/floppy     auto    user,noauto             0 0



root 2015-09-06