Oleg V. Nauman wrote: > So, my questions: >1. Why dependens for the third party software not documented in the >man 8 mount_msdosfs? > > What version of FreeBSD are you on? Your mount_msdosfs binary is looking for /lib/libiconv.so which I think is now /lib/libkiconv.so.1 (that's what my mount_msdosfs look for anyway). I imagine this is because of the recent library version bump, and doing an upgrade of your world (and kernel depending how out of date your world is) will get you going. >2. And why not exist any fallbacks (seat bealts) for this behaviour >in the system vital software such mount? Well, I'm ready for looking >any '?' instead any russian letters :) but not DoS for my system under >next reboot. This behaviour prevents from normal booting process and >causes to prompt me for enter shell - yes, we are in the single user >mode without any problems... > > There is a seatbelt for this. Boot into single user mode. mount -uo rw /; mount /usr; vi /etc/fstab. Comment out the offending fstab line and then reboot. You'll be able to go multi-user while fixing the problem. -- Ryan Sommers ryans_at_gamersimpact.comReceived on Sun Oct 10 2004 - 12:47:20 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:16 UTC