mess-mate <[EMAIL PROTECTED]> writes:
> Can't boot FreeBSD from the grub bootloader.
>[...]
> I'm running release 5.1.
Try to boot it the way you do it for Windows.
Frank
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/fre
Denis Troshin <[EMAIL PROTECTED]> writes:
> Why most of bin (sbin) utilities are so big.
Do a "file /bin/rm" for example. They are linked static, so they don't
depend on any libs, but are bigger because of that.
Just try it for yourself. A simple hello world program:
~$ gcc -o hello hello.c
~$
"dave" <[EMAIL PROTECTED]> writes:
> mount_ext2fs /dev/ad1 /mnt
ad1 means the whole disk.
> The data for partition 1 is:
> sysid 131 (0x83),(Linux native)
> start 63, size 78156162 (38162 Meg), flag 80 (active)
> beg: cyl 0/ head 1/ sector 1;
> end: cyl 1023/ head 254/ sector 63
Then you wa