Date: Tue, 8 Dec 2009 22:12:05 +0200 From: nickolasbug@gmail.com To: Steven Hartland <killing@multiplay.co.uk> Cc: Tom Evans <tevans.uk@googlemail.com>, freebsd-stable@freebsd.org Subject: Re: FreeBSD 8 GPT install, how? Message-ID: <368117f30912081212p44d559f8xe6f4dd8ea74f339b@mail.gmail.com> In-Reply-To: <49D89EEC87B44F97B708840ACF0ACFFC@multiplay.co.uk> References: <AB1C873C57E446B29135C09133000047@multiplay.co.uk> <20091203141527.GB64702@roberto-al.eurocontrol.fr> <2e027be00912030631u78b4fde6x88883c108f280222@mail.gmail.com> <3ECFCF550F1D4F5E829EC6F5BDCF6729@multiplay.co.uk> <20091208125410.GA85059@roberto-al.eurocontrol.fr> <49D89EEC87B44F97B708840ACF0ACFFC@multiplay.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
2009/12/8 Steven Hartland <killing@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?368117f30912081212p44d559f8xe6f4dd8ea74f339b>