2009/12/8 Steven Hartland <kill...@multiplay.co.uk>: > Thanks to all those who responded the missing piece of data was indeed > you MUST use the DVD, the CD which mentioned in several places simply > doesn't work as it doesn't have the required files. > > It also still shocks me that the emergency holographic shell still > doesn't have mount_ufs which pretty much makes it useless :(
Use "mount" (not mount_ufs). It mounts UFS by default. If you wanna use another FS, you should load kernel module - use kldload with full path to kernel module. For example, if you wanna load ext2fs module, type kldload /dist/boot/kernel/ext2fs.ko mount -t ext2fs <device> <mountpoint> _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"