fstab worked before I did apt-get dist-upgrade
Pretty sure I did apt-get dist-upgrade
proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
/dev/sdb1 /mnt/usb ntfs-3g defaults 0 0
/dev/sda1 /mnt/usb2 ext4 defaults 0 0
The content of fstab above
sdb1 fails. sda1 mounts just fine.
mount /dev/sdb1 /dev/usb works.
mount -a also works.
This has worked fine until we had a power failure today, and it never booted up.
The fstab fail also causes the dhcpd.conf file to not assign an ip to eth0
Thanks,
totaly noob here.