I recently tried to boot FreeBSD (13.2) from a USB device which had been working previously.
The device only has freebsd-boot and freebsd-ufs partitions.
When
/etc/fstab
contains /dev/da01p1, the process fails with error 5
Entering ufs:/dev/da0p2 at the mountroot prompt allows the process to continue. Also using this value in fstab allows the system to bootup normally.
Any ideas on what is wrong? Sounds like a problem with partition 1. Can I fsck it? May I should recreate the partition...
The device only has freebsd-boot and freebsd-ufs partitions.
When
/etc/fstab
contains /dev/da01p1, the process fails with error 5
g_vfs _done():da0p1[READ ....
Entering ufs:/dev/da0p2 at the mountroot prompt allows the process to continue. Also using this value in fstab allows the system to bootup normally.
Any ideas on what is wrong? Sounds like a problem with partition 1. Can I fsck it? May I should recreate the partition...