I am running FreeBSD 11 on a Raspberrypi B+. I have added an externally powered USB drive and formatted it with ufs from the Raspberrypi itself. The drive is new: I bought it today and I performed a complete surface check before using it.
So, after formatting it on the rpi I could mount it. I then added it to fstab:
I rebooted and FreeBSD hangs just after recognizing the drive. The last lines I see in the console are:
Then nothing: FreeBSD hangs forever in this state. The only thing I can do is reboot with
The only way to get the system to work again is to remove the memory card, mount it on another system, and remote the above line from /etc/fstab.
The strange thing is that I can mount the drive after the system has booted successfully but I cannot mount it at boot time.
Does anyone have any hint as to how to solve this problem?
So, after formatting it on the rpi I could mount it. I then added it to fstab:
Code:
/dev/da0s1 /media/intenso ufs rw 2 2
I rebooted and FreeBSD hangs just after recognizing the drive. The last lines I see in the console are:
Code:
da0 at umass-sim0 bus 0 scbus0 target 0 lun 0
...
da0: quirks=0x2<NO_6_BYTE>
random: unblocking device.
Then nothing: FreeBSD hangs forever in this state. The only thing I can do is reboot with
Code:
CTRL-ALT-DEL
The only way to get the system to work again is to remove the memory card, mount it on another system, and remote the above line from /etc/fstab.
The strange thing is that I can mount the drive after the system has booted successfully but I cannot mount it at boot time.
Does anyone have any hint as to how to solve this problem?