Don't understand german? Read or subscribe to my english-only feed.

FreeBSD

*
Today I set up a FreeBSD-box at work. It was hard work because FreeBSD needed the disk-values from BIOS but with activated harddisk it did not boot from CD-ROM. Ok, finally it worked and now it’s running:

[mika@bufo: ~]% uname -imrs
FreeBSD 5.2.1-RC i386 GENERIC
[mika@bufo: ~]% df -h
Filesystem    Size   Used  Avail Capacity  Mounted on
/dev/ad0s1a   248M    35M   192M    16%    /
devfs         1.0K   1.0K     0B   100%    /dev
/dev/ad0s1e   248M   8.0K   228M     0%    /tmp
/dev/ad0s1f   595M   434M   114M    79%    /usr
/dev/ad0s1d   248M   1.8M   226M     1%    /var
[mika@bufo: ~]%

When I installed zsh, vim and slrn I noticed that my shellsetup is not completely os-independent so I improved my setup once again ;-).

Comments are closed.