Wrong mount options for /dev/hda2 (page 417)
More...Reported on: 2005-12-09
In chapter 8. Advanced concepts on page 417:
In subsection "Converting another Linux to Debian" in section 8.3.1, the /etc/fstab snippet on page 417 includes the following line:
/dev/hda2 / ext2 default 0 1
Instead of "default", the mount options should be "defaults":
/dev/hda2 / ext2 defaults 0 1